aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source
Commit message (Expand)AuthorAgeFilesLines
* clean up tmp dirs if they get createdAndre Arko2015-05-072-11/+12
* Merge tag 'v1.8.9' into 1-9-stableAndre Arko2015-05-021-2/+2
|\
| * Merge tag 'v1.7.15' into 1-8-stableAndre Arko2015-05-022-2/+4
| |\
| | * trying attr_reader because maybeAndre Arko2015-04-251-0/+2
| | * test remote inclusion only on Rubygems sourcesAndre Arko2015-03-301-5/+11
* | | trying attr_reader because maybeAndre Arko2015-04-121-0/+2
* | | Merge tag 'v1.8.6' into 1-9-stableAndre Arko2015-03-301-5/+9
|\| |
| * | test remote inclusion only on Rubygems sourcesAndre Arko2015-03-301-5/+9
* | | Merge tag 'v1.8.5'Andre Arko2015-03-112-20/+9
|\| |
| * | Revert "LocalRubygems source for local gem specs"Tim Moore2015-03-022-20/+9
* | | add debug log for api request limitNeer Friedman2015-03-031-0/+2
* | | [Source::Path] Properly prefer gemspecs that are closer to the path rootSamuel E. Giddins2015-02-261-1/+2
* | | [Source::Path] Sort gemspecs by relative depthSamuel E. Giddins2015-02-231-1/+1
|/ /
* | debug-print permission errorsAndre Arko2015-02-131-0/+1
* | pretty-print permission errors while cachingAndre Arko2015-02-131-0/+2
* | API request 50 gems at a time, up to 500 gemsAndre Arko2015-02-131-2/+4
* | :space_invader:Andre Arko2015-02-131-1/+1
* | LocalRubygems source for local gem specsAndre Arko2015-02-092-9/+20
* | Merge tag 'v1.7.13' into 1-8-stableAndre Arko2015-02-091-2/+5
|\|
| * Update version 1.7.13 changelogAndre Arko2015-02-081-1/+2
| * fix dot output while fetching metadataAndre Arko2015-02-081-1/+3
| * Merge pull request #3365 from keiths-osc/api_source_index_fixAndré Arko2015-02-071-0/+12
* | Fixed a scenario where dependencies fail to resolve when they shouldn't when ...Keith Shook2015-01-271-0/+12
* | Revert "Handle s3 source"Andre Arko2015-01-251-6/+0
* | Revert "svn source support"Andre Arko2015-01-252-369/+0
* | fix unused var and block shadowing warningsAndre Arko2014-12-062-3/+2
* | clean up merge conflict :grimace:Andre Arko2014-12-061-2/+0
* | Merge tag 'v1.7.8'Andre Arko2014-12-062-4/+9
|\|
| * Strip credentials from ambiguous source warnings.Tim Moore2014-12-021-7/+7
| * Fixed an issue with building git gems in parallelSmit Shah2014-11-182-18/+19
| * Tentative fix for #3174Andre Arko2014-11-171-8/+10
* | Better exception handlingKir Shatrov2014-11-301-0/+4
* | Merge pull request #3238 from voxik/remove-gem-build-stepAndre Arko2014-11-291-7/+0
|\ \
| * | Remove useless gem build step.Vít Ondruch2014-11-201-7/+0
* | | if no uri options passed, use an empty stringBen A Morgan2014-11-231-1/+1
|/ /
* | Fixed an issue with building git gems in parallelSmit Shah2014-11-182-18/+19
* | Tentative fix for #3174Andre Arko2014-11-171-8/+10
* | Merge tag 'v1.7.5'Andre Arko2014-11-101-3/+3
|\|
| * Normalize sources to lock format when comparing.Tim Moore2014-10-111-3/+3
* | Performance: memoize expanded path of Source::PathDov Murik2014-10-101-4/+8
* | Merge tag 'v1.7.2'Andre Arko2014-08-242-1/+2
|\|
| * Sort sources in lock the same as in 1.6Andre Arko2014-08-232-1/+2
* | Merge tag 'v1.7.1'Tim Moore2014-08-241-43/+57
|\|
| * don’t allow unmet deps without @allow_remoteAndre Arko2014-08-181-2/+5
| * normalise unmet_deps across all SourcesAndre Arko2014-08-161-1/+8
| * nooo don’t break memoizationAndre Arko2014-08-161-2/+1
| * remove fetch_specsAndre Arko2014-08-161-15/+9
| * extract Rubygems#fetcherAndre Arko2014-08-161-2/+6
| * use Index#buildAndre Arko2014-08-161-5/+1
| * move all Rubygems source ensures into fetcherAndre Arko2014-08-161-3/+0