* lib/rubygems: Update to RubyGems HEAD(5c3b6f3).

Fixed #1156, #1142, #1115, #1142, #1139 on rubygems/rubygems
* test/rubygems:  ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-02-05 13:42:45 +00:00
parent 69be362030
commit c3546c76c8
20 changed files with 1391 additions and 1263 deletions

View file

@ -144,7 +144,7 @@ class Gem::BasicSpecification
File.join full_gem_path, path
end
full_paths.unshift extension_dir unless @extensions.nil? || @extensions.empty?
full_paths << extension_dir unless @extensions.nil? || @extensions.empty?
full_paths
end