From: Lazaridis Ilias Date: 2011-06-28T16:28:09+09:00 Subject: [ruby-core:37621] [Ruby 1.9 - Bug #4941] cannot load such file -- rubygems.rb (LoadError) Issue #4941 has been updated by Lazaridis Ilias. Usaku NAKAMURA wrote: > Sorry, I can't understand what you want to say in reality. > (It's the limitation of my English skill, not your problem.) I cannot always describe my point of view understandable to others. So, I have to apologize. > Anyway, present behavior is a result of reaching after the long > long discussion. > If you want to change it, create new Feature ticket and persuade > people who have the power to decide ruby's specification. Fine, will possibly do so. ---------------------------------------- Bug #4941: cannot load such file -- rubygems.rb (LoadError) http://redmine.ruby-lang.org/issues/4941 Author: Lazaridis Ilias Status: Rejected Priority: Normal Assignee: Usaku NAKAMURA Category: core Target version: ruby -v: ruby 1.9.3dev (2011-06-28 trunk 32265) [i386-mswin32_90] =begin From within the directory of a fresh trunk checkout: $ win32\configure $ nmake $ miniruby -e"p 'hello'" #=> hello $ ruby -e"p 'hello'" :1:in `require': cannot load such file -- rubygems.rb (LoadError) from :1:in `' (the exact same procedure using branch 1.9.2 worked fine) =end -- http://redmine.ruby-lang.org