summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [LazySpecification] Uniq dependencies in lockfile representationseg-uniq-depsSamuel E. Giddins2015-03-271-1/+1
|
* make executables executable, and test themAndre Arko2015-03-272-0/+14
| | | | closes #3517, #3511
* [Molinillo] Update to v0.2.2Samuel E. Giddins2015-03-262-2/+2
|
* use tests' copy of rake to verify gem tasksAndre Arko2015-03-221-1/+4
| | | | /cc @segiddins
* Merge pull request #3496 from bundler/seg-test-gem-tasks-installedAndre Arko2015-03-222-3/+36
|\ | | | | | | [GemTasks] Add a basic spec that the relevant tasks are installed
| * [Gemspec] Add Rake as a development dependencyseg-test-gem-tasks-installedSamuel E. Giddins2015-03-221-3/+4
| |
| * [GemTasks] Add a basic spec that the relevant tasks are installedSamuel E. Giddins2015-03-221-0/+32
|/
* Version 1.9.1 with changelogv1.9.1Andre Arko2015-03-212-1/+7
|
* Merge pull request #3495 from bundler/seg-fix-warningsAndré Arko2015-03-211-1/+1
|\ | | | | [QualitySpec] Properly ignore warnings coming from vendored libs
| * [QualitySpec] Properly ignore warnings coming from vendored libsSamuel E. Giddins2015-03-211-1/+1
|/
* Merge pull request #3493 from bundler/seg-fix-thor-vendoringAndré Arko2015-03-2146-72/+78
|\ | | | | [Vendor] Dont change the load path to require vendored gems
| * [Vendor] Dont change the load path to require vendored gemsseg-fix-thor-vendoringSamuel E. Giddins2015-03-2146-72/+78
| | | | | | | | | | | | Properly fixes us uses of autoload in thor Closes #3492
* | Add 1-9-stable branch to Travis CI.Tim Moore2015-03-221-0/+1
|/
* Version 1.9.0 with changelogv1.9.0Andre Arko2015-03-202-1/+3
|
* date the changelogAndre Arko2015-03-131-1/+1
| | | | [ci skip]
* Version 1.9.0.rc with changelogv1.9.0.rcAndre Arko2015-03-132-1/+8
|
* Fix Bundler::whichJunichi Morimoto2015-03-121-1/+2
| | | | | | | Bundler::which doesn't return nil if the argument is a name of directory. This is because File::executable? returns true when its argument is a name of directory. similar to 628927b6eebf2523ad18f7042da6ac598d000d61
* Merge pull request #3470 from bundler/seg-fix-prerelease-gemAndré Arko2015-03-111-1/+1
|\ | | | | [Gem] Fix the generated bundler dependency version for weird pre-release...
| * [Gem] Fix the generated bundler dependency version for weird pre-release ↵Samuel E. Giddins2015-03-111-1/+1
|/ | | | versions
* Version 1.9.0.pre.1 with changelogv1.9.0.pre.1Andre Arko2015-03-112-1/+7
|
* Merge pull request #3469 from arthurnn/catch_runtime_errorAndré Medeiros2015-03-112-1/+9
|\ | | | | Catch and report RuntimeError on Gemfile eval
| * Catch and report RuntimeError on Gemfile evalArthur Neves2015-03-112-1/+9
|/
* Fix spec failures.Andre Medeiros2015-03-112-1/+2
|
* Version 1.9.0.pre with changelogv1.9.0.preAndre Arko2015-03-111-0/+12
|
* Merge tag 'v1.8.5'Andre Arko2015-03-1116-62/+154
|\ | | | | | | | | | | | | | | Version 1.8.5 Conflicts: lib/bundler/templates/newgem/newgem.gemspec.tt lib/bundler/version.rb
| * Version 1.8.5 with changelogv1.8.5Andre Arko2015-03-112-1/+8
| |
| * test to ensure 1.8 can read 1.7 mirror settingsAndre Arko2015-03-111-0/+6
| |
| * fix tests for MIT in gemspec to match settingsAndre Arko2015-03-111-8/+3
| |
| * test each firstrun questionAndre Arko2015-03-111-0/+41
| |
| * use boolean support in settingsAndre Arko2015-03-111-13/+7
| |
| * return nil even for booleans, if never setAndre Arko2015-03-111-4/+9
| |
| * remove MIT license from gemspec if not configuredAndre Arko2015-03-112-6/+9
| |
| * Fixed ’no’ option in gem generatorKir Shatrov2015-03-111-5/+9
| | | | | | | | Fix #3436
| * Version 1.8.4 with changelogv1.8.4Andre Arko2015-03-052-1/+8
| |
| * Merge pull request #3450 from TimMoore/revert-local-rubygemsAndré Arko2015-03-026-28/+17
| |\ | | | | | | Revert "LocalRubygems source for local gem specs"
| | * Revert "LocalRubygems source for local gem specs"Tim Moore2015-03-026-28/+17
| | | | | | | | | | | | This reverts commit 9263e08636d25e2573776b17416e6fabd403026b.
| * | Merge pull request #3449 from moeffju/document-package-all-platformsTim Moore2015-03-021-0/+7
| |\ \ | | |/ | |/| Add documentation for `bundle package --all-platforms`
| | * Add documentation for `bundle package --all-platforms`Matthias Bauer2015-03-021-0/+7
| |/
| * Verison 1.8.3 with changelogv1.8.3Andre Arko2015-02-242-3/+10
| |
| * Merge pull request #3427 from TimMoore/issue-3414-fix-multi-source-unlockingAndré Arko2015-02-222-2/+29
| |\ | | | | | | Fix multi source unlocking
| | * Fix source unlocking with multiple sources.Tim Moore2015-02-221-2/+9
| | | | | | | | | | | | Fixes #3414 & #3417.
| | * Failing spec for #3414 & #3417.Tim Moore2015-02-221-0/+20
| |/
| * Check for bool value as wellEduardo Bautista2015-02-151-1/+1
| |
* | Merge pull request #3466 from kohgpat/remove-unused-dupsAndré Arko2015-03-101-1/+1
|\ \ | | | | | | Remove unused dups
| * | Remove unused dupsNikolay Burlov2015-03-101-1/+1
|/ /
* | Merge pull request #3462 from banyan/remove-unnecessary-blank-lineAndré Arko2015-03-082-4/+0
|\ \ | | | | | | Remove unnecessary blank line
| * | Remove unnecessary blank lineKohei Hasegawa2015-03-082-4/+0
|/ /
* | Merge pull request #3460 from keiths-osc/resolver_test_masterAndré Arko2015-03-062-0/+86
|\ \ | | | | | | Pull request to add tests for issue #3459
| * | Added a test that exposes a scenario in some versions of bundler where a ↵Keith Shook2015-03-062-0/+86
|/ / | | | | | | bundle install gets a lower version of a direct requirement than it should. See https://github.com/bundler/bundler/issues/3459
* | Merge pull request #3452 from neerfri/add-debug-message-for-api-request-limitTim Moore2015-03-031-0/+2
|\ \ | | | | | | add debug log for api request limit