class Gem::Specification

def eql? other # :nodoc:

:nodoc:
def eql? other # :nodoc:
  self.class === other && same_attributes?(other)
end