diff options
-rw-r--r-- | lib/rubygems/specification.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -329,7 +329,7 @@ class Gem::Specification def self.all warn "NOTE: Specification.all called from #{caller.first}" unless - Deprecate.skip _all end @@ -2104,7 +2104,7 @@ class Gem::Specification self.platform = Gem::Platform.new @platform end - extend Deprecate deprecate :test_suite_file, :test_file, 2011, 10 deprecate :test_suite_file=, :test_file=, 2011, 10 |