aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move Bundler::Fetcher::Dependency#log_specs to BaseNick LaMuro2016-07-251-0/+10
| | | | | | Make log_specs a shared method between all fetchers, and require passing the debug message as the argument instead of the debug data, allowing it to be more universal.
* [Fetcher] Switch from bundler.rubygems.org to index.rubygems.orgSamuel Giddins2016-03-111-1/+1
|
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
|
* [Fetcher] Fix availability logic to avoid multiple callsSamuel E. Giddins2016-01-251-2/+2
|
* Pass remote as is to fetcherMike Virata-Stone2015-11-021-5/+19
| | | | | | | Move fetch_uri into the base fetcher Expose remote for base fetcher Set and restore gem sources only seems to be neccessary in one form of fetch_all_remote_specs Send X-Gemfile-Source header when fetching the specs
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
|
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
|
* extract downloading logic into its own classAndre Arko2015-03-281-50/+3
|
* move that where it’s actually usedAndre Arko2015-03-281-11/+0
|
* less FetcherFetcherAndre Arko2015-03-281-0/+85