class Bundler::Source::Git
def eql?(other)
def eql?(other) other.is_a?(Git) && uri == other.uri && ref == other.ref && branch == other.branch && name == other.name && glob == other.glob && submodules == other.submodules end
def eql?(other) other.is_a?(Git) && uri == other.uri && ref == other.ref && branch == other.branch && name == other.name && glob == other.glob && submodules == other.submodules end