diff options
-rw-r--r-- | lib/rubygems/specification.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,7 +37,6 @@ require 'rubygems/util/list' # items you may add to a specification. class Gem::Specification < Gem::BasicSpecification - extend Gem::Deprecate # REFACTOR: Consider breaking out this version stuff into a separate @@ -2663,5 +2662,4 @@ class Gem::Specification < Gem::BasicSpecification def raw_require_paths # :nodoc: @require_paths end - end |