* lib/rubygems: Update to RubyGems 2.0.14. [ruby-core:58300]

[Backport #9104]
  the patch is provided by drbrain (Eric Hodel).


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@43661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-11-13 02:59:08 +00:00
parent 71f8a0d2ab
commit 2ebea1180e
10 changed files with 134 additions and 53 deletions

View file

@ -1027,9 +1027,6 @@ class Gem::Specification
# Removes +spec+ from the known specs.
def self.remove_spec spec
# TODO: beat on the tests
raise "wtf: #{spec.full_name} not in #{all_names.inspect}" unless
_all.include? spec
_all.delete spec
end