aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher/dependency.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Array#concat instead of push(*ary)Samuel Giddins2016-06-021-2/+2
* Suggest usage of `--full-index` flag in case of Dependency API failureJames Wen2016-03-311-1/+5
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Update dependency fetcher specs for refactoringSamuel Giddins2016-01-251-0/+1
* [rubocop] cop those rubos right upAndre Arko2016-01-251-1/+1
* split requirement versions, as Requirement expectsAndre Arko2016-01-251-1/+2
* cancel retries on 404 Not FoundAndre Arko2016-01-251-1/+1
* really, no really, return spec data not instancesAndre Arko2016-01-251-5/+1
* arrays of key-value tuples aren’t hashes :/Andre Arko2016-01-251-1/+1
* build spec objects only in Fetcher#specsAndre Arko2016-01-251-20/+5
* [Fetcher] Ensure only the old index fetcher is used for file urisSamuel E. Giddins2016-01-251-1/+1
* [Fetcher] Fix availability logic to avoid multiple callsSamuel E. Giddins2016-01-251-2/+2
* [CompactIndex] Implement cache invalidationSamuel E. Giddins2016-01-251-1/+1
* Actually implement the vision for the new indexSamuel E. Giddins2016-01-251-1/+5
* [Fetcher] Add Fetchers for the new index format!Samuel E. Giddins2016-01-251-2/+2
* Refactor and add unit test coverage for `Bundler::Fetcher::Dependency`James Wen2016-01-231-13/+25
* Use CGI instead of URI for escaping URL paramsEduardo Bautista2015-07-291-1/+2
* Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-171-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* extract downloading logic into its own classAndre Arko2015-03-281-2/+2
* move that where it’s actually usedAndre Arko2015-03-281-0/+13
* less FetcherFetcherAndre Arko2015-03-281-0/+75