aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/specification.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-22 17:36:29 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-05 18:48:15 +0900
commitd9e6315177be2a1264213a1e7cb215312a23384a (patch)
treef5ea71299d7a0be4bfd8c986d7491af1976529be /lib/rubygems/specification.rb
parent0b9b0774c3dc0c4113335a57717bbc9d3d9595e8 (diff)
downloadruby-d9e6315177be2a1264213a1e7cb215312a23384a.tar.gz
[rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offenses
https://github.com/rubygems/rubygems/commit/d4fc383497
Diffstat (limited to 'lib/rubygems/specification.rb')
-rw-r--r--lib/rubygems/specification.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
index 5aceb8d643..c023e4f4aa 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
@@ -190,8 +190,8 @@ class Gem::Specification < Gem::BasicSpecification
# Sentinel object to represent "not found" stubs
NOT_FOUND = Struct.new(:to_spec, :this).new # :nodoc:
- @@spec_with_requirable_file = {}
- @@active_stub_with_requirable_file = {}
+ @@spec_with_requirable_file = {}
+ @@active_stub_with_requirable_file = {}
######################################################################
# :section: Required gemspec attributes
@@ -1230,8 +1230,8 @@ class Gem::Specification < Gem::BasicSpecification
@@all = nil
@@stubs = nil
@@stubs_by_name = {}
- @@spec_with_requirable_file = {}
- @@active_stub_with_requirable_file = {}
+ @@spec_with_requirable_file = {}
+ @@active_stub_with_requirable_file = {}
_clear_load_cache
unresolved = unresolved_deps
unless unresolved.empty?