9.0.3.0 file load error

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:inrequire’
from primes-utils/lib/primes/utils4test.rb:4:in <top>' from org/jruby/RubyKernel.java:957:inload’
from (irb):1:in <eval>' from org/jruby/RubyKernel.java:978:ineval’
from (irb):1:in evaluate' from org/jruby/RubyKernel.java:1291:inloop’
from org/jruby/RubyKernel.java:1098:in catch' from org/jruby/RubyKernel.java:1098:incatch’

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!!