aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* Fix Style/SpaceAfterCommaErick Sasse2015-07-196-15/+15
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-188-24/+19
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-1819-25/+25
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-1830-105/+105
* Fix Lint/UnreachableCodeErick Sasse2015-07-181-1/+0
* Merge pull request #3855 from esasse/esasse-rubocop-10Andre Arko2015-07-182-5/+5
|\
| * Fix Style/SpaceAroundEqualsInParameterDefaultErick Sasse2015-07-172-5/+5
* | Merge pull request #3851 from esasse/esasse-rubocop-6Andre Arko2015-07-181-3/+3
|\ \
| * | Fix Style/SpaceBeforeSemicolonErick Sasse2015-07-171-3/+3
| |/
* | Merge pull request #3849 from esasse/esasse-rubocop-4Andre Arko2015-07-183-7/+7
|\ \
| * | Fix Style/SpaceInsideBracketsErick Sasse2015-07-173-7/+7
| |/
* / Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-173-7/+7
|/
* [Installer] Fix standaloneSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-1563-335/+335
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-1520-37/+37
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-1550-64/+4
* [RuboCop] Enable Lint/LoopSamuel E. Giddins2015-07-151-2/+3
* [RuboCop] Enable Lint/LiteralInConditionSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Lint/LiteralInInterpolationSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/TrailingBlankLinesSamuel E. Giddins2015-07-152-2/+2
* Merge pull request #3817 from deivid-rodriguez/remove_jruby_warningAndré Arko2015-07-112-1/+11
|\
| * Removes a warning in jrubyDavid Rodríguez2015-07-112-1/+11
* | Merge pull request #3819 from danieltdt/fix-install-ifAndré Arko2015-07-101-1/+1
|\ \
| * | Fix install_if not clearing install conditionsDaniel Teixeira2015-07-091-1/+1
| |/
* / Ensure two RemoteSpecifications are comparableTim Blair2015-07-081-2/+2
|/
* 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-011-4/+3
|\
| * match by namePatrick Metcalfe2015-07-011-2/+2
| * switch reject to selectPatrick Metcalfe2015-07-011-4/+3
* | Change if statement condition and syntaxFilip Bartuzi2015-06-301-1/+1
* | [Molinillo] Update vendored Molinillo to 0.3.0Samuel E. Giddins2015-06-294-13/+45
* | Friendly error for EEXIST on git gem install.Hsing-Hui Hsu2015-06-261-5/+13
* | update generated CoC to Contributor Covenant v1.1Andre Arko2015-06-252-29/+47
* | Merge tag 'v1.10.5'Samuel E. Giddins2015-06-253-11/+16
|\ \ | |/ |/|
| * Merge pull request #3779 from bundler/seg-bundled-withAndré Arko2015-06-241-9/+10
| |\
| | * [Definition] Dont updated bundled with when 100% unnecessarySamuel E. Giddins2015-06-231-9/+10
| * | Version 1.10.5 with changelogAndre Arko2015-06-231-1/+1
| |/
| * try to make the precedence clearerAndre Arko2015-06-231-3/+3
| * Don't reinstall bundler when using --forceKarlo2015-06-231-1/+5
* | Merge branch '1-10-stable'Tim Moore2015-06-212-5/+32
|\|
| * Make Bundler::RemoteSpecification comparable.Tony Spataro2015-06-191-2/+18
| * Allow comparing Bundler StubSpecs with RG specsAndre Arko2015-06-191-2/+11
| * Merge pull request #3736 from bundler/seg-fixed-resolverSamuel E. Giddins2015-06-161-3/+5
| |\
| | * [Resolver] Fix initialization of search varSamuel 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 #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
|\ \ \