Dmytrii Nagirniak created JRUBY-6331:
----------------------------------------
Summary: undefined method `read_nonblock' for
#<OpenSSL::SSL::SSLSocket:0x771eeb>
Key: JRUBY-6331
URL: https://jira.codehaus.org/browse/JRUBY-6331
Project: JRuby
Issue Type: Bug
Environment: jruby 1.6.5.1 (ruby-1.9.2-p136) (2011-12-27 1bf37c2)
(Java HotSpot(TM) Client VM 1.6.0_29) [darwin-i386-java]
Reporter: Dmytrii Nagirniak
Assignee: Thomas E Enebo
Create a new gem using Bundler and try to `rake release` it.
This works out of the box on MRI.
But on jruby I probably have to require JRuby's openssl or something similar.
As a workaround I'm using MRI to push the gems.
{noformat}
> rake release
neo4j-community 1.6.0.alpha built to pkg/neo4j-community-1.6.0.alpha-java.gem
Tagged v1.6.0.alpha
Pushed git commits and tags
Untagged v1.6.0.alpha due to error
rake aborted!
Pushing gem to https://rubygems.org...
ERROR: While executing gem ... (NoMethodError)
undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x771eeb>
Tasks: TOP => release
(See full trace by running task with --trace)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email