# File lib/bundler/remote_specification.rb, line 64
    def sort_obj
      [@name, @version, @platform == Gem::Platform::RUBY ? -1 : 1]
    end