class Gem::Resolver::VendorSpecification

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  self.class === other &&
    @set  == other.set &&
    @spec == other.spec &&
    @source == other.source
end