aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* Remove unused dupsNikolay Burlov2015-03-101-1/+1
* Remove unnecessary blank lineKohei Hasegawa2015-03-081-1/+0
* 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
* Merge pull request #3425 from segiddins/seg-vendor-thorAndré Arko2015-02-2137-587/+598
|\
| * [Thor] Namespaced the vendored version of Thor and update to the v0.19.1 releaseSamuel E. Giddins2015-02-2137-587/+598
* | Merge pull request #3424 from BM5k/pr3123André Arko2015-02-211-0/+11
|\ \
| * | prevent naming mistakeTony Jian2015-02-211-0/+11
| |/
* / [Resolver] Update Molinillo to 0.2.1Samuel E. Giddins2015-02-2110-2/+2
|/
* Update to use Gem::Version.Tim Moore2015-02-181-4/+4
* Allow dev versions when creating a new gem.Tim Moore2015-02-182-2/+10
* Merge tag 'v1.8.2'Tim Moore2015-02-1810-14/+61
|\
| * Version 1.8.2 with changelogAndre Arko2015-02-141-1/+1
| * Tighten the check for URLs in config keys.Tim Moore2015-02-141-1/+1
| * Version 1.8.1 with changelogAndre Arko2015-02-131-1/+1
| * normalize urls in config keysAndre Arko2015-02-131-0/+3
| * debug-print permission errorsAndre Arko2015-02-131-0/+1
| * pretty error when lockfiles are not parseableAndre Arko2015-02-131-0/+4
| * pretty-print permission errors while cachingAndre Arko2015-02-131-0/+2
| * print an error message on invalid mirrorsAndre Arko2015-02-131-1/+5
| * API request 50 gems at a time, up to 500 gemsAndre Arko2015-02-132-3/+5
| * :space_invader:Andre Arko2015-02-131-1/+1
| * backport a monitor into Rubygems’ ext builderAndre Arko2015-02-132-4/+35
| * mri doesn’t use forking workers anymoreAndre Arko2015-02-131-4/+3
| * Merge pull request #3395 from TimMoore/issue-3392-set-gem-bindirAndré Arko2015-02-131-0/+1
| |\
| | * Set spec.bindir to the new executables location.Tim Moore2015-02-131-0/+1
| * | Remove white space at the end of the lineClaudio B2015-02-121-1/+1
| |/
* | No longer use gemcutter. Update to rubygems.orgdsisnero2015-02-121-1/+1
* | Merge branch '1-8-stable'Tim Moore2015-02-1211-32/+84
|\|
| * Version 1.8.0 with changelogAndre Arko2015-02-101-1/+1
| * remove dep names based on pinned stateAndre Arko2015-02-091-5/+15
| * LocalRubygems source for local gem specsAndre Arko2015-02-095-16/+27
| * Merge tag 'v1.7.13' into 1-8-stableAndre Arko2015-02-094-10/+21
| |\
| | * Update version 1.7.13 changelogAndre Arko2015-02-081-1/+2
| | * fix dot output while fetching metadataAndre Arko2015-02-081-1/+3
| | * [Fetcher] Chunk API requests to stay under the request limitSamuel E. Giddins2015-02-081-2/+6
| | * stop shadowing s inside the conditional blockAndre Arko2015-02-081-6/+6
| | * Version 1.7.13 with changelogAndre Arko2015-02-081-1/+1
| | * only remove dependency names for local sourcesAndre Arko2015-02-081-1/+5
| | * only remove each name onceAndre Arko2015-02-081-1/+1
| | * Merge pull request #3365 from keiths-osc/api_source_index_fixAndré Arko2015-02-072-3/+19
| | * untaint gem path loaded from githubTADA Tadashi2015-01-241-1/+1
| | * expand the multiple-source warningAndre Arko2015-01-241-0/+1
| * | generate a github URI from the github methodAndre Arko2015-02-091-2/+6
| * | Handle double underscores in new gem's nameSimon Elcham2015-02-051-1/+1
| * | Fixed a scenario where dependencies fail to resolve when they shouldn't when ...Keith Shook2015-01-272-3/+19
| * | Version 1.8.0.rc with changelogAndre Arko2015-01-261-1/+1
* | | [Resolver] Update Molinillo to branch with swappingSamuel E. Giddins2015-01-3110-3/+15
* | | Merge pull request #3257 from segiddins/seg-molinilloAndre Arko2015-01-2612-385/+1157
|\ \ \