# File lib/rubygems/dependency.rb, line 154
  def <=> other
    self.name <=> other.name
  end