[Rubygems-developers] [ rubygems-Bugs-28494 ] C: hard coded in rubygems.rb
noreply at rubyforge.org
noreply at rubyforge.org
Sun Aug 22 22:17:35 EDT 2010
Bugs item #28494, was opened at 2010-08-21 23:41
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28494&group_id=126
Category: `gem install` command
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Michel Demazure (badal)
Assigned to: Luis Lavena (luislavena)
Summary: C: hard coded in rubygems.rb
Initial Comment:
Rubygems 1.3.7 bundled in ruby 1.9.2 p0 :
in rubygems.rb, line 500, 'C:' should be 'ENV["HOMEDRIVE"]
_md
----------------------------------------------------------------------
>Comment By: James Tucker (raggi)
Date: 2010-08-23 02:17
Message:
Ah yes, sorry, I should have pulled. I will update and commit tomorrow, thanks Luis.
----------------------------------------------------------------------
Comment By: Luis Lavena (luislavena)
Date: 2010-08-22 20:39
Message:
Hello James,
I believe the only missing thing is File.expand_path around the values from ENV, as master branch have:
http://github.com/rubygems/rubygems/blob/master/lib/rubygems.rb#L501-507
But looks valid for a solution.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28494&group_id=126
More information about the Rubygems-developers
mailing list