class Bundler::PubGrub::Package

def <=>(other)

def <=>(other)
  name <=> other.name
end