gem push in 1.9 mode exits with OpenSSL errors ----------------------------------------------
Key: JRUBY-5970 URL: https://jira.codehaus.org/browse/JRUBY-5970 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6.2 Environment: jruby 1.6.2 (ruby-1.9.2-p136) (2011-05-23 e2ea975) (Java HotSpot(TM) Server VM 1.6.0_26) [darwin-i386-java] Reporter: Theo Hultberg Assignee: Thomas E Enebo {noformat} % JRUBY_OPTS='--1.9' gem build my-gem.gemspec Successfully built RubyGem ... % JRUBY_OPTS='--1.9' gem push my-gem.gemspec Pushing gem to https://rubygems.org... ERROR: While executing gem ... (NoMethodError) undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0xc39410> {noformat} It works if you run in 1.8 mode (but you can't mix, i.e. run build in 1.9 and then push in 1.8, that causes internal server errors on rubygems.org) -- This message is automatically generated by JIRA. 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