fetch_size(uri) Instance Public methods Returns the size of uri in bytes.
fetch_path(uri, mtime = nil, head = false) Instance Public methods Downloads uri and returns it as a String.
fetch_https(uri, last_modified = nil, head = false, depth = 0) Instance Public methods Alias for: fetch_http
fetch_http(uri, last_modified = nil, head = false, depth = 0) Instance Public methods HTTP Fetcher. Dispatched by fetch_path. Use it instead. fetch_https
fetch_file(uri, *_) Instance Public methods File Fetcher. Dispatched by fetch_path. Use it instead.
escape_auth_info(str) Instance Public methods
escape(str) Instance Public methods
download_to_cache(dependency) Instance Public methods Given a name and requirement, downloads this gem into cache and returns the filename. Returns nil if the gem cannot be located.
download(spec, source_uri, install_dir = Gem.dir) Instance Public methods Moves the gem spec from source_uri to the cache dir unless it is already there. If the source_uri is local the gem cache dir copy is always replaced.
correct_for_windows_path(path) Instance Public methods
Page 2005 of 2275