Tue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>

* gem_prelude.rb, lib/rubygems.rb (Gem.suffixes): include empty
	  suffix.  [ruby-core:31730]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-08-16 22:38:46 +00:00
parent adff6d4477
commit 0afddf7b0a
5 changed files with 11 additions and 4 deletions

View file

@ -35,7 +35,7 @@ if defined?(Gem) then
}
def self.suffixes
['.rb', ".#{RbConfig::CONFIG["DLEXT"]}"]
['', '.rb', ".#{RbConfig::CONFIG["DLEXT"]}"]
end
def self.dir