# File lib/rubygems/specification.rb, line 539
    def <=>(other)
      [@name, @version] <=> [other.name, other.version]
    end