class Bundler::PubGrub::VersionConstraint

def ==(other)

def ==(other)
  package == other.package &&
    range == other.range
end