class Bundler::Source::Path

def eql?(other)

def eql?(other)
  [Gemspec, Path].include?(other.class) &&
    expanded_original_path == other.expanded_original_path &&
    version == other.version
end