1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update to RubyGems 0.9.5

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2007-11-20 05:56:43 +00:00
parent cae4fb76dc
commit db74541efe
19 changed files with 275 additions and 95 deletions

View file

@ -27,7 +27,7 @@ class Gem::Platform
def self.new(arch) # :nodoc:
case arch
when Gem::Platform::RUBY, nil then
when Gem::Platform::RUBY, nil, '' then
Gem::Platform::RUBY
else
super