So yesterday (2015/10/22) I installed the new 9.0.3.0 via rvm and went
to load a file, that works perfectly well in 9.0.1.0, etc, and get this
error:
jruby-9.0.3.0 :001 > load “primes-utils/lib/primes/utils4test.rb”
LoadError: no such file to load – primes/utils/version
from org/jruby/RubyKernel.java:939:in require' from /home/jzakiya/.rvm/rubies/jruby-9.0.3.0/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54:in
require’
from primes-utils/lib/primes/utils4test.rb:4:in <top>' from org/jruby/RubyKernel.java:957:in
load’
from (irb):1:in <eval>' from org/jruby/RubyKernel.java:978:in
eval’
from (irb):1:in evaluate' from org/jruby/RubyKernel.java:1291:in
loop’
from org/jruby/RubyKernel.java:1098:in catch' from org/jruby/RubyKernel.java:1098:in
catch’
Again, I can load this file in any other prior version of JRuby this
way.
On the other hand, to the extent I was able to ‘require’ some gems and
test them, this version seems to be A LOT FASTER!!