summaryrefslogtreecommitdiff
Commit message (Expand)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.Sarah Duve2015-07-051-1/+1
|/
* Merge pull request #3800 from pducks32/wrong-order-parallel-installerAndré Arko2015-07-012-11/+36
|\
| * add backwards compatibilityPatrick Metcalfe2015-07-011-6/+6
| * spec `#dependencies_installed?`Patrick Metcalfe2015-07-011-7/+33
| * match by namePatrick Metcalfe2015-07-011-2/+2
| * switch reject to selectPatrick Metcalfe2015-07-011-4/+3
* | Merge pull request #3797 from Bartuz/patch-1André Arko2015-06-301-1/+1
|\ \
| * | Change if statement condition and syntaxFilip Bartuzi2015-06-301-1/+1
|/ /
* | Merge pull request #3796 from bundler/seg-molinillo-0.3.0André Arko2015-06-294-13/+45
|\ \
| * | [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.Hsing-Hui Hsu2015-06-262-5/+28
|/ /
* | update generated CoC to Contributor Covenant v1.1Andre Arko2015-06-252-29/+47
* | Merge tag 'v1.10.5'Samuel E. Giddins2015-06-258-18/+99
|\ \
| * | 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% unnecessaryseg-bundled-withSamuel E. Giddins2015-06-232-11/+52
| * | | document install_if in Gemfile.5Andre Arko2015-06-241-0/+10
| * | | 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
| |\ \
| | * | Add test to ensure that bundle install --force works even when bundle is not ...Karlo2015-06-231-0/+9
| | * | Add test to ensure that bundle install --force doesn't leave any old code on ...Karlo2015-06-231-0/+8
| | * | 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
* | | Merge pull request #3689 from jrafanie/clarify_bundle_path_docAndré Arko2015-06-231-2/+4
|\ \ \
| * | | Clarify BUNDLE_PATH documentation.Joe Rafaniello2015-06-221-2/+4
* | | | Merge tag 'v1.9.10'Samuel E. Giddins2015-06-221-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
| |/ / /
* | | | Merge branch '1-10-stable'Tim Moore2015-06-215-6/+96
|\ \ \ \ | | |_|/ | |/| |
| * | | Make Bundler::RemoteSpecification comparable.Tony Spataro2015-06-193-11/+76
| * | | Allow comparing Bundler StubSpecs with RG specsAndre Arko2015-06-192-2/+25
| * | | Merge pull request #3736 from bundler/seg-fixed-resolverSamuel E. Giddins2015-06-161-3/+5
| |\ \ \
| | * | | [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 specsPatrick Metcalfe2015-06-161-1/+1
| |/ / / /
* | | | | Merge pull request #3771 from steverob/handle-network-unreachable-exceptionAndré Arko2015-06-201-1/+1
|\ \ \ \ \
| * | | | | 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
|/ / / / /
* | | | | Merge pull request #3749 from asymmetric/infinite-loop-msgAndré Arko2015-06-192-2/+2
|\ \ \ \ \