class Bundler::Fetcher

def bundler_uri

def bundler_uri
  URI.parse("#{@remote_uri.scheme}://bundler.#{@remote_uri.host}/")
end