class Bundler::EndpointSpecification

def metadata

needed for `bundle fund`
def metadata
  if @remote_specification
    @remote_specification.metadata
  elsif _local_specification
    _local_specification.metadata
  else
    super
  end
end