Class Bundler::Fetcher
In: lib/bundler/fetcher.rb
Parent: Object

Handles all the fetching with the rubygems server

Methods

Constants

REDIRECT_LIMIT = 5
API_TIMEOUT = 10   how long to wait for each gemcutter API call

Attributes

disable_endpoint  [RW] 
has_api  [R] 

Public Class methods

Public Instance methods

fetch a gem specification

return the specs in the bundler format as an index

[Validate]