class Gem::Dependency

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  Gem::Dependency === other &&
    name        == other.name &&
    type        == other.type &&
    requirement == other.requirement
end