-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
When I try to require jruby_jars, I get the following:
=> "jruby 1.7.14 (1.9.3p392) 2014-08-27 d368971 on Java HotSpot(TM) 64-Bit Server VM 1.7.0_51-b13 +jit [darwin-x86_64]"
>> require 'jruby-jars'
NoMethodError: undefined method `gsub' for nil:NilClass
from /Users/ylansegal/.rvm/gems/jruby-1.7.14/gems/jruby-jars-1.7.14/lib/jruby-jars/version.rb:2:in `JRubyJars'
from /Users/ylansegal/.rvm/gems/jruby-1.7.14/gems/jruby-jars-1.7.14/lib/jruby-jars/version.rb:1:in `(root)'
from org/jruby/RubyKernel.java:1065:in `require'
from /Users/ylansegal/.rvm/rubies/jruby-1.7.14/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54:in `require'
from /Users/ylansegal/.rvm/gems/jruby-1.7.14/gems/jruby-jars-1.7.14/lib/jruby-jars.rb:1:in `(root)'
from org/jruby/RubyKernel.java:1065:in `require'
from /Users/ylansegal/.rvm/rubies/jruby-1.7.14/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:128:in `require'
from /Users/ylansegal/.rvm/rubies/jruby-1.7.14/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:121:in `require'
from /Users/ylansegal/.rvm/gems/jruby-1.7.14/gems/jruby-jars-1.7.14/lib/jruby-jars.rb:1:in `(root)'
from org/jruby/RubyKernel.java:1101:in `eval'
from (irb):1:in `(root)'
from (irb):1:in `evaluate'
from org/jruby/RubyKernel.java:1501:in `loop'
from org/jruby/RubyKernel.java:1264:in `catch'
from org/jruby/RubyKernel.java:1264:in `catch'
from /Users/ylansegal/.rvm/rubies/jruby-1.7.14/bin/irb:13:in `(root)'If I look around the installed gem for 1.7.13, I can see some jar files:
$ cd jruby-jars-1.7.13
$ find . -name '*.jar'
./lib/jruby-core-complete-1.7.13.jar
./lib/jruby-stdlib-complete-1.7.13.jarBut no so for 1.7.14:
$ cd jruby-jars-1.7.14
$ find . -name '*.jar'
$Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels