mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
* 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:
parent
71f8a0d2ab
commit
2ebea1180e
10 changed files with 134 additions and 53 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue