class Bundler::RemoteSpecification

def _remote_specification

def _remote_specification
  @specification ||= begin
    deflated = Gem::RemoteFetcher.fetcher.fetch_path(_remote_uri)
    inflated = Gem.inflate(deflated)
    Marshal.load(inflated)
  end
end