lib/rubygems/source_index.rb in rubygems-update-0.9.3 vs lib/rubygems/source_index.rb in rubygems-update-0.9.4
- old
+ new
@@ -256,9 +256,13 @@
end
self
end
+ def ==(other) # :nodoc:
+ self.class === other and @gems == other.gems
+ end
+
protected
attr_reader :gems
private