aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/available_set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/available_set.rb')
-rw-r--r--lib/rubygems/available_set.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rubygems/available_set.rb b/lib/rubygems/available_set.rb
index d8655afc34..fabdd6e79d 100644
--- a/lib/rubygems/available_set.rb
+++ b/lib/rubygems/available_set.rb
@@ -4,9 +4,12 @@ class Gem::AvailableSet
Tuple = Struct.new(:spec, :source)
+ attr_accessor :remote # :nodoc:
+
def initialize
@set = []
@sorted = nil
+ @remote = true
end
attr_reader :set