method

_remote_specification

_remote_specification()
private

No documentation available.

# File lib/bundler/remote_specification.rb, line 99
    def _remote_specification
      @_remote_specification ||= @spec_fetcher.fetch_spec([@name, @version, @platform])
      @_remote_specification || raise(GemspecError, "Gemspec data for #{full_name} was"          " missing from the server! Try installing with `--full-index` as a workaround.")
    end