summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add new binstubs for rake and rspec in bin, move executables to exeseg-binstubsSamuel E. Giddins2015-07-067-1/+18
|
* Merge pull request #3810 from sarahduve/patch-1Samuel E. Giddins2015-07-051-1/+1
|\ | | | | Fix broken CoC link in generated newgem README.
| * Fix broken CoC link in generated newgem README.Sarah Duve2015-07-051-1/+1
|/
* Merge pull request #3800 from pducks32/wrong-order-parallel-installerAndré Arko2015-07-012-11/+36
|\ | | | | switch reject to select
| * add backwards compatibilityPatrick Metcalfe2015-07-011-6/+6
| | | | | | | | | | The sad days when you have to write old-style hash syntax and want to cry.
| * spec `#dependencies_installed?`Patrick Metcalfe2015-07-011-7/+33
| |
| * match by namePatrick Metcalfe2015-07-011-2/+2
| | | | | | | | | | Because its faster and okay since all specs with the same name were already filtered out.
| * switch reject to selectPatrick Metcalfe2015-07-011-4/+3
| | | | | | | | | | | | Reject is clearly not the right method to use here, now I’m trying to figure out what state of mind I was in when I wrote something that is so obviously wrong.
* | Merge pull request #3797 from Bartuz/patch-1André Arko2015-06-301-1/+1
|\ \ | | | | | | Change if statement condition and syntax
| * | Change if statement condition and syntaxFilip Bartuzi2015-06-301-1/+1
|/ / | | | | More readable, faster and more fun
* | Merge pull request #3796 from bundler/seg-molinillo-0.3.0André Arko2015-06-294-13/+45
|\ \ | | | | | | [Molinillo] Update vendored Molinillo to 0.3.0
| * | [Molinillo] Update vendored Molinillo to 0.3.0Samuel E. Giddins2015-06-294-13/+45
|/ /
* | Merge pull request #3790 from Elffers/hhh_3735André Arko2015-06-262-5/+28
|\ \ | | | | | | Friendly error for EEXIST on git gem install.
| * | Friendly error for EEXIST on git gem install.Hsing-Hui Hsu2015-06-262-5/+28
|/ / | | | | | | Fixes #3735
* | update generated CoC to Contributor Covenant v1.1Andre Arko2015-06-252-29/+47
| | | | | | | | h/t @strand @coralineada
* | Merge tag 'v1.10.5'Samuel E. Giddins2015-06-258-18/+99
|\ \ | | | | | | | | | | | | | | | | | | Version 1.10.5 # Conflicts: # README.md
| * | Update changelog for 1.10.5v1.10.5Andre Arko2015-06-241-0/+4
| | |
| * | Merge pull request #3779 from bundler/seg-bundled-withAndré Arko2015-06-242-11/+52
| |\ \ | | | | | | | | [Definition] Dont updated bundled with when 100% unnecessary
| | * | [Definition] Dont updated bundled with when 100% unnecessaryseg-bundled-withSamuel E. Giddins2015-06-232-11/+52
| | | |
| * | | document install_if in Gemfile.5Andre Arko2015-06-241-0/+10
| | | | | | | | | | | | | | | | [ci skip]
| * | | Version 1.10.5 with changelogAndre Arko2015-06-232-3/+5
| | | |
| * | | link to code of conduct from readmeAndre Arko2015-06-231-2/+6
| |/ /
| * | expect the correct exitstatus, refactor testsAndre Arko2015-06-231-18/+8
| | |
| * | try to make the precedence clearerAndre Arko2015-06-231-3/+3
| | |
| * | Merge pull request #3743Andre Arko2015-06-232-2/+32
| |\ \ | | | | | | | | | | | | | | | | | | | | from karlo57/3715-install-force-should-delete-existing-gems-before-install Includes tests for --force and a fix for trying to reinstall Bundler
| | * | Add test to ensure that bundle install --force works even when bundle is not ↵Karlo2015-06-231-0/+9
| | | | | | | | | | | | | | | | yet created
| | * | Add test to ensure that bundle install --force doesn't leave any old code on ↵Karlo2015-06-231-0/+8
| | | | | | | | | | | | | | | | gem reinstall
| | * | Don't reinstall bundler when using --forceKarlo2015-06-232-1/+13
| | | |
| | * | Add test to ensure that bundle install --force exits without errorKarlo2015-06-231-2/+3
| |/ /
* | | code style for the commandAndre Arko2015-06-231-1/+1
| | | | | | | | | | | | [ci skip]
* | | Merge pull request #3689 from jrafanie/clarify_bundle_path_docAndré Arko2015-06-231-2/+4
|\ \ \ | | | | | | | | Clarify BUNDLE_PATH documentation.
| * | | Clarify BUNDLE_PATH documentation.Joe Rafaniello2015-06-221-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BUNDLE_PATH is used for installing AND finding gems * When set * GEM_HOME and GEM_PATH are ignored * All gems are installed and retrieved from the BUNDLE_PATH location [skip ci]
* | | | Merge tag 'v1.9.10'Samuel E. Giddins2015-06-221-0/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.9.10 # Conflicts: # CHANGELOG.md # lib/bundler/definition.rb # lib/bundler/version.rb
| * | | 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
| | | | | | | | | | | | update rails version in specs
| * | | Merge pull request #3776 from bundler/seg-preserve-bundled-withAndré Arko2015-06-222-0/+44
| |\ \ \ | | | | | | | | | | [Definition] Preserve BUNDLED WITH section in #to_lock
| | * | | [Definition] Preserve BUNDLED WITH section in #to_lockSamuel E. Giddins2015-06-222-0/+44
| |/ / /
* | | | Merge branch '1-10-stable'Tim Moore2015-06-215-6/+96
|\ \ \ \ | | |_|/ | |/| |
| * | | Make Bundler::RemoteSpecification comparable.Tony Spataro2015-06-193-11/+76
| | | | | | | | | | | | | | | | Uses a comparison strategy borrowed from RubyGems 2.23 for maximum compatibility with Gem::Specification et. al.
| * | | Allow comparing Bundler StubSpecs with RG specsAndre Arko2015-06-192-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | /ht @tony-spataro-rs fixes #3762
| * | | Merge pull request #3736 from bundler/seg-fixed-resolverSamuel E. Giddins2015-06-161-3/+5
| |\ \ \ | | | | | | | | | | [Resolver] Add optimization for deps where theres a path/gemspec source
| | * | | [Resolver] Fix initialization of search varseg-fixed-resolverSamuel E. Giddins2015-06-161-2/+1
| | | | |
| | * | | [Resolver] Only search when necessarySamuel E. Giddins2015-06-131-1/+1
| | | | |
| | * | | [Resolver] Add optimization for deps where theres a path/gemspec sourceSamuel E. Giddins2015-06-101-3/+6
| | | | |
| * | | | Merge pull request #3747 from pducks32/update-rails-versionSamuel E. Giddins2015-06-161-1/+1
| |\ \ \ \ | | | | | | | | | | | | update rails version in specs
| | * | | | update rails version in specsPatrick Metcalfe2015-06-161-1/+1
| |/ / / / | | | | | | | | | | | | | | | https://github.com/rails/rails/releases/tag/v3.2.22
* | | | | Merge pull request #3771 from steverob/handle-network-unreachable-exceptionAndré Arko2015-06-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | added Errno::ENETUNREACH to list of handled HTTP errors
| * | | | | added Errno::ENETUNREACH to list of handled HTTP errorsSteve Robinson2015-06-211-1/+1
| | | | | |
* | | | | | echo commands as they're run in bin/setupAndre Arko2015-06-201-0/+1
|/ / / / / | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge pull request #3749 from asymmetric/infinite-loop-msgAndré Arko2015-06-192-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Improve error message for circular dependency case