From: Michel Demazure Date: 2010-08-22T05:17:24+09:00 Subject: Re: RubyInstaller 1.9.2-p0 released - Newer DevKit and instructions Luis Lavena wrote: > Hello, > > I'm very pleased to announce the release of RubyInstaller packages for > Ruby 1.9.2-p0. Just for the record. In the file 'rubygems.rb' shipped with the installer, line 500, the windows home drive is hard coded as 'C:/'. This should not be. If your home drive is not C: (quite rare, but happens for me), you should modify this line. Actually, rubygems.rb should refer to ENV["HOMEDRIVE"]. Thanks to Luis for helping me out of this bug. _md -- Posted via http://www.ruby-forum.com/.