summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.10.0 with changelogv1.10.0Andre Arko2015-05-282-1/+5
* Version 1.10.0.rc with changelogv1.10.0.rcAndre Arko2015-05-182-1/+14
* completely backwards-compatible gemspec validationAndre Arko2015-05-182-9/+7
* we have a condition for thatAndre Arko2015-05-181-1/+1
* fix validation exceptions by skipping on RG <1.7Andre Arko2015-05-182-4/+17
* run edge case specs only where it makes sense toAndre Arko2015-05-181-15/+16
* scan is always truthy :’(Andre Arko2015-05-181-2/+1
* [Documentation] Make inline's docs not have a syntax errorSamuel E. Giddins2015-05-181-1/+1
* consistent use of Bundler.ui in inline installsAndre Arko2015-05-184-3/+12
* require thor before using itAndre Arko2015-05-181-0/+2
* stub out UI so that RG doesn’t call File.open()Andre Arko2015-05-171-0/+1
* align assignmentsAndre Arko2015-05-171-4/+7
* fix warning by initing @locked_bundler_versionAndre Arko2015-05-171-1/+3
* Silence validating gemspecsSamuel E. Giddins2015-05-171-1/+1
* Ensure the RubyGems UI reflects the current Bundler UISamuel E. Giddins2015-05-171-2/+7
* [RubyGemsIntegration] Mark loaded specs as activatedSamuel E. Giddins2015-05-171-0/+5
* Restore deleted #dup for cached gemspecsSamuel E. Giddins2015-05-171-1/+1
* [LicensesSpec] Update for helper-built gems having licensesSamuel E. Giddins2015-05-171-1/+1
* [Builders] Add shebang to executable to silence warningsSamuel E. Giddins2015-05-171-1/+1
* [Builders] Get rid of warnings in default built specsSamuel E. Giddins2015-05-173-3/+10
* [Gemspec] Add a ~> 10.0 version constraint to rakeSamuel E. Giddins2015-05-171-1/+1
* [SpecHelper] Ensure we actually use the rspec requirementSamuel E. Giddins2015-05-171-1/+2
* [Gemspec] Alpha sort development dependenciesSamuel E. Giddins2015-05-171-1/+1
* [Resolver] Properly cache #amount_constrained for deps with no satisfying ver...Samuel E. Giddins2015-05-171-2/+5
* RubyGems can only validate during chdirAndre Arko2015-05-175-32/+40
* [Path] Validate the gemspecs we find when globbingSamuel E. Giddins2015-05-162-20/+17
* Merge tag 'v1.9.9' into 1-10-stableAndre Arko2015-05-164-4/+52
|\
| * 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
| |/
* | [Config] Ensure we set the expanded path as the new valueSamuel E. Giddins2015-05-161-1/+1
* | [Travis] Also test 1-10-stableSamuel E. Giddins2015-05-161-0/+1
* | skip config warning when new value is unchangedAndre Arko2015-05-162-12/+15
* | #3649 - Stop printing replacement message when config is not changedFelipe Tanus2015-05-162-1/+10
* | fix double-require on ruby 1.8.7Andre Arko2015-05-161-1/+1
* | Merge pull request #3646 from fotanus/track_ciAndré Arko2015-05-163-0/+46
|\ \
| * \ Merge branch 'master' into track_cifotanus@gmail.com2015-05-152-2/+2
| |\ \
| * | | Recover correctly the env valuesfotanus@gmail.com2015-05-142-11/+21
| * | | Clean ENV variable after testsfotanus@gmail.com2015-05-141-0/+3
| * | | Distinguish CI command runsfotanus@gmail.com2015-05-142-0/+33
* | | | Merge pull request #3654 from bundler/seg-resolver-constrainedAndré Arko2015-05-161-3/+11
|\ \ \ \