class Gem::Specification

def == other # :nodoc:

:nodoc:
def == other # :nodoc:
  self.class === other &&
    name == other.name &&
    version == other.version &&
    platform == other.platform
end