summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.9.10 with changelogv1.9.101-9-stableSamuel E. Giddins2015-06-222-1/+7
* Merge pull request #3747 from pducks32/update-rails-versionSamuel E. Giddins2015-06-221-1/+1
* Merge pull request #3776 from bundler/seg-preserve-bundled-withAndré Arko2015-06-222-0/+44
|\
| * [Definition] Preserve BUNDLED WITH section in #to_lockSamuel E. Giddins2015-06-222-0/+44
|/
* Version 1.9.9 with changelogv1.9.9Andre Arko2015-05-162-1/+7
* Added backward compatibility for BUNDLE_* config keysStrech (Sergey Fedorov)2015-05-162-1/+25
* Version 1.9.8 with changelogv1.9.8Andre Arko2015-05-122-2/+8
* Merge pull request #3642 from bundler/seg-fix-sudoAndré Arko2015-05-121-1/+1
|\
| * [Fetcher] Use the existing tmp path when attempting to move the downloaded gemseg-fix-sudoSamuel E. Giddins2015-05-121-1/+1
|/
* Version 1.9.7 with changelogv1.9.7Andre Arko2015-05-072-1/+7
* clean up tmp dirs if they get createdAndre Arko2015-05-075-18/+17
* tmpdir used to be a stdlibAndre Arko2015-05-071-0/+1
* add test for #3277Terence Lee2015-05-071-1/+18
* Merge pull request #3619 from bundler/seg-lenient-parserAndré Arko2015-05-051-3/+9
|\
| * [LockfileParser] Leniently handle unknown statesseg-lenient-parserSamuel E. Giddins2015-05-041-3/+9
* | Correct changelog since RG is actually compatibleAndre Arko2015-05-031-2/+2
|/
* Version 1.9.6 with changelogv1.9.6Andre Arko2015-05-032-2/+10
* Well, _that's_ embarrassing :grimacing:Andre Arko2015-05-021-1/+0
* Merge tag 'v1.8.9' into 1-9-stableAndre Arko2015-05-023-2/+36
|\
| * Version 1.8.9 with changelogv1.8.9Andre Arko2015-05-022-1/+7
| * Fix shadowed variable warning again post-mergeAndre Arko2015-05-021-1/+1
| * Merge tag 'v1.7.15' into 1-8-stableAndre Arko2015-05-025-3/+21
| |\
| | * Version 1.7.15 with changelogv1.7.15Andre Arko2015-04-292-1/+7
| | * Merge pull request #3592 from TimMoore/issue-3585-replace-locked-sourcesAndré Arko2015-04-252-5/+40
| | |\
| | | * Replace locked gem sources with Gemfile equivalents.Tim Moore2015-04-252-5/+40
| | * | trying attr_reader because maybeAndre Arko2015-04-251-0/+2
| | |/
| | * Version 1.7.14 with changelogv1.7.14Andre Arko2015-03-302-1/+8
| | * Don't add extra quotes to quoted wrapped config valuesAdam Roben2015-03-301-2/+3
| | * simpler config specAndre Arko2015-03-301-2/+2
| | * add quoting tests from #3338Andre Arko2015-03-301-0/+22
| | * set global config before creating gemsAndre Arko2015-03-303-10/+18
| | * annnd I need to fix all of the hashesAndre Arko2015-03-301-2/+2
| | * of course new hashes don’t work on Ruby 1.8Andre Arko2015-03-301-2/+2
| | * test remote inclusion only on Rubygems sourcesAndre Arko2015-03-303-11/+17
| | * skip Yaml engine tests on Rubies with no engineAndre Arko2015-03-301-5/+3
| | * check gemfile changes for sourced gems correctlyAndre Arko2015-03-301-3/+11
| | * update the failing spec to correctly repro the bugAndre Arko2015-03-302-11/+33
| | * a failing spec for #3520Andre Arko2015-03-301-0/+41
| * | Fix shadowed variable warningAndre Arko2015-04-301-1/+1
| * | guard against missing ronn during releaseAndre Arko2015-04-301-3/+6
| * | Move RubyGems 2.4.7 compatibility into 2.1+Andre Arko2015-04-301-6/+8
| * | loop through the spec list to find gems with a certain nameAaron Patterson2015-04-301-2/+6
| * | Version 1.8.8 with changelogv1.8.8Andre Arko2015-04-292-1/+7
| * | Replace locked gem sources with Gemfile equivalents.Tim Moore2015-04-292-5/+40
| * | Version 1.8.7 with changelogv1.8.7Andre Arko2015-04-072-1/+7
| * | Revert "Report exceptions while requiring"Andre Arko2015-04-071-3/+0
* | | [friendly errors] All ASCII because encodingsAndre Arko2015-05-021-2/+2
* | | [friendly errors] flesh out reporting templateAndre Arko2015-05-022-4/+10
* | | [ErrorReport] Print the command that was runSamuel E. Giddins2015-05-021-0/+4
* | | A gem extending an existing const should be creatableAkira Matsuda2015-04-302-2/+31