summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 1.10.0 with changelogv1.10.0Andre Arko2015-05-281-1/+1
* Version 1.10.0.rc with changelogv1.10.0.rcAndre Arko2015-05-181-1/+1
* completely backwards-compatible gemspec validationAndre Arko2015-05-182-9/+7
* fix validation exceptions by skipping on RG <1.7Andre Arko2015-05-182-4/+17
* [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-183-2/+11
* require thor before using itAndre Arko2015-05-181-0/+2
* 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
* [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-172-16/+12
* [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-162-4/+16
|\
| * Version 1.9.9 with changelogv1.9.9Andre Arko2015-05-161-1/+1
| * Added backward compatibility for BUNDLE_* config keysStrech (Sergey Fedorov)2015-05-161-1/+7
| * Version 1.9.8 with changelogv1.9.8Andre 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-071-1/+1
| * clean up tmp dirs if they get createdAndre Arko2015-05-075-18/+17
| * [LockfileParser] Leniently handle unknown statesseg-lenient-parserSamuel E. Giddins2015-05-041-3/+9
* | [Config] Ensure we set the expanded path as the new valueSamuel E. Giddins2015-05-161-1/+1
* | skip config warning when new value is unchangedAndre Arko2015-05-161-11/+14
* | #3649 - Stop printing replacement message when config is not changedFelipe Tanus2015-05-161-1/+1
* | Merge pull request #3646 from fotanus/track_ciAndré Arko2015-05-161-0/+17
|\ \
| * | Distinguish CI command runsfotanus@gmail.com2015-05-141-0/+17
* | | [Resolver] Modify sorting heuristic to check how constraining the requirement...seg-resolver-constrainedSamuel E. Giddins2015-05-161-3/+11
|/ /
* | validate gemspec specifications (with a test)Andre Arko2015-05-131-3/+20
* | Allow bundle viz to work with dependencies satisfied by prereleases.Adam Prescott2015-05-111-0/+3
* | [gem] simplify test instructions in readmeAndre Arko2015-05-111-2/+2
* | [gem] clarify what release task doesAndre Arko2015-05-111-1/+1
* | [gem] put mit in readme if enabledAndre Arko2015-05-111-0/+6
* | [gem] rework readme contrib sectionAndre Arko2015-05-112-5/+2
* | Merge pull request #3630 from fny/test-instructionsAndré Arko2015-05-101-2/+2
|\ \
| * | Add instructions for running tests; fixes #3596Faraz Yashar2015-05-071-2/+2
* | | Merge pull request #3635 from bundler/seg-resolver-sort-speedupAndré Arko2015-05-091-0/+1
|\ \ \
| * | | [Resolver] Speed up cases where a dependency with more possible versions is m...seg-resolver-sort-speedupSamuel E. Giddins2015-05-081-0/+1
| |/ /
* | | [LockfileParser] Allow reverting BUNDLED WITH padding to 2 spacesseg-flexible-spacingSamuel E. Giddins2015-05-081-1/+1
|/ /
* | preempt possible race in rubygems lockAndre Arko2015-05-071-5/+6
* | Version 1.10.0.pre.2 with changelogv1.10.0.pre.2Andre Arko2015-05-071-1/+1
* | Merge branch 'master' of https://github.com/bundler/bundlerAndre Arko2015-05-072-2/+2
|\ \
| * | [Lockfile] Make the BUNDLED WITH section backwards compatibleseg-bundled-with-compatibilitySamuel E. Giddins2015-05-062-2/+2
* | | Version 1.10.0.pre.1v1.10.0.pre.1Andre Arko2015-05-051-1/+1
|/ /
* | clean up tmp dirs if they get createdAndre Arko2015-05-044-19/+18
* | Merge pull request #3612 from bundler/seg-major-version-errosAndré Arko2015-05-042-5/+21
|\ \
| * | [Definition] Only compare major versions when we have a locked versionSamuel E. Giddins2015-05-032-9/+10
| * | Warn when upgrading lockfile major version & error when major version is too lowSamuel E. Giddins2015-05-032-5/+20