mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into the
Gem namespace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9167328359
commit
90dfc8f99e
21 changed files with 112 additions and 105 deletions
|
@ -329,7 +329,7 @@ class Gem::Specification
|
|||
|
||||
def self.all
|
||||
warn "NOTE: Specification.all called from #{caller.first}" unless
|
||||
Deprecate.skip
|
||||
Gem::Deprecate.skip
|
||||
_all
|
||||
end
|
||||
|
||||
|
@ -2104,7 +2104,7 @@ class Gem::Specification
|
|||
self.platform = Gem::Platform.new @platform
|
||||
end
|
||||
|
||||
extend Deprecate
|
||||
extend Gem::Deprecate
|
||||
|
||||
deprecate :test_suite_file, :test_file, 2011, 10
|
||||
deprecate :test_suite_file=, :test_file=, 2011, 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue