summaryrefslogtreecommitdiff
path: root/lib/bundler/fetcher/index.rb
Commit message (Expand)AuthorAgeFilesLines
* Use rubygems utility if availableDavid Rodríguez2019-06-111-1/+1
* Fix file:// handling under WindowsDavid Rodríguez2019-06-111-1/+2
* Merge #6928Bundlerbot2019-04-281-0/+1
|\
| * raise BadAuthenticationError when userinfo is found in 401 responsesJonathan2019-01-231-0/+1
* | Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
|/
* Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflateSamuel Giddins2018-03-101-2/+2
* Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-011-2/+2
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-5/+2
* find is better than .select.firstAndre Arko2016-01-251-2/+1
* return arrays from all fetchersAndre Arko2016-01-251-3/+1
* [RuboCop] Fix violationsSamuel E. Giddins2016-01-251-6/+6
* [Fetcher] Need to append selfSamuel E. Giddins2016-01-251-1/+0
* splats have to be the last arg on 1.8Andre Arko2016-01-251-2/+2
* [Fetcher::Index] Fix the returned specificationsSamuel E. Giddins2016-01-251-0/+9
* [CompactIndex] Allow falling back!Samuel E. Giddins2016-01-251-0/+1
* [CompactIndex] Implement cache invalidationSamuel E. Giddins2016-01-251-1/+1
* Actually implement the vision for the new indexSamuel E. Giddins2016-01-251-1/+20
* Pass remote as is to fetcherMike Virata-Stone2015-11-021-5/+1
* Rescue Net::HTTPFatalError, toofix-3830Andre Arko2015-08-131-1/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* less FetcherFetcherAndre Arko2015-03-281-0/+31