# File lib/rubygems/dependency.rb, line 138
  def hash
    name.hash + type.hash + version_requirements.hash
  end