[Rubygems-developers] loadpath manager bugs?
Gavin Sinclair
gsinclair at soyabean.com.au
Fri Sep 3 03:49:20 EDT 2004
Here's what I'm getting with the latest CVS.
This shows I don't have rake traditionally installed (or stubbed).
$ ruby -rrake -e ''
ruby: No such file to load -- rake (LoadError)
This shows I _do_ have it gem-installed.
$ ruby -rubygems -e 'require_gem "rake"'
# no output or error
This shows the loadpath manager failing to resolve it.
$ ruby -rubygems -rrake -e ''
ruby: No such file to load -- rake (LoadError)
Cheers,
Gavin
More information about the Rubygems-developers
mailing list