diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-11-14 10:31:27 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-14 06:09:36 +0000 |
| commit | b3831efb974e4de04b7ccc4ebabb5056f7d2a4fb (patch) | |
| tree | 8363c286ec0643cc3f1a5fac33452e68002f20c9 | |
| parent | 917fd39982ee31f6fa8834c102db76dbc9ce17e2 (diff) | |
[ruby/rubygems] Removed deprecated Gem::BasicSpecification.default_specifications_dir
https://github.com/ruby/rubygems/commit/60f0b87d47
| -rw-r--r-- | lib/rubygems/basic_specification.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rubygems/basic_specification.rb b/lib/rubygems/basic_specification.rb index 591b555725..0ed7fc60bb 100644 --- a/lib/rubygems/basic_specification.rb +++ b/lib/rubygems/basic_specification.rb @@ -34,15 +34,6 @@ class Gem::BasicSpecification internal_init end - def self.default_specifications_dir - Gem.default_specifications_dir - end - - class << self - extend Gem::Deprecate - rubygems_deprecate :default_specifications_dir, "Gem.default_specifications_dir" - end - ## # The path to the gem.build_complete file within the extension install # directory. |
