diff options
-rw-r--r-- | lib/rubygems/basic_specification.rb | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4,7 +4,6 @@ # used by both Specification and StubSpecification. class Gem::BasicSpecification - ## # Allows installation of extensions for git: gems. @@ -39,10 +38,8 @@ class Gem::BasicSpecification end class << self - extend Gem::Deprecate rubygems_deprecate :default_specifications_dir, "Gem.default_specifications_dir" - end ## @@ -345,5 +342,4 @@ class Gem::BasicSpecification false end end - end |