class Bundler::LazySpecification

def eql?(other)

def eql?(other)
  full_name.eql?(other.full_name)
end