class Bundler::RemoteSpecification
def _remote_specification
def _remote_specification @specification ||= begin Gem::SpecFetcher.new.fetch_spec([@name, @version, @platform], URI(@source_uri.to_s)) end end
def _remote_specification @specification ||= begin Gem::SpecFetcher.new.fetch_spec([@name, @version, @platform], URI(@source_uri.to_s)) end end