#592: No such file to load -- ubygems (LoadError) -------------------------------------+-------------------------------------- Reporter: lasse.koskela@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: LoadError -------------------------------------+-------------------------------------- After a fresh install of MacRuby 0.5 (the zipped-up installer .pkg), the macruby binary fails to load 'ubygems' when printing out the version, as shown below: $ /usr/local/bin/macruby -v[[BR]] MacRuby version 0.5 (ruby 1.9.0) [universal-darwin10.0, x86_64][[BR]] no such file to load -- ubygems (LoadError)[[BR]] $ On the other hand, the following does not emit the same error: $ /usr/local/bin/macruby -e 'puts "hello"'[[BR]] hello[[BR]] $ -- Ticket URL: <http://www.macruby.org/trac/ticket/592> MacRuby <http://macruby.org/>