summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* Use locked_requirement platform to print it outfix-fix-3862Andre Arko2015-08-021-1/+9
* Merge pull request #3896 from EduardoBautista/fix-missing-sourceAndre Arko2015-08-021-1/+5
|\
| * Print a warning when a gem can't be cached due to a missing sourceEduardo Bautista2015-07-301-1/+5
* | Auto merge of #3862 - bundler:seg-resolver-error-formatting, r=segiddinsHomu2015-08-025-115/+123
|\ \
| * | wrap the locked requirement in a DepProxyseg-resolver-error-formattingAndre Arko2015-08-011-1/+1
| * | [Resolver] Ordering and 1.8.7 arent friendsSamuel E. Giddins2015-07-311-1/+1
| * | [Resolver] Sort version conflicts by nameSamuel E. Giddins2015-07-301-1/+1
| * | [Resolver] Tune conflict message wordingSamuel E. Giddins2015-07-261-1/+1
| * | [Resolver] Update for Molinillo API changesSamuel E. Giddins2015-07-261-4/+6
| * | [Resolver] Explain what each failed bit in a conflict tree resolved toSamuel E. Giddins2015-07-261-0/+3
| * | [Resolver] Update Molinillo to 0.4.0Samuel E. Giddins2015-07-263-84/+99
| * | [Resolver] No need to grab the name off of the conflicting requirementSamuel E. Giddins2015-07-221-4/+4
| * | [Resolver] Remove years-old commentSamuel E. Giddins2015-07-221-8/+0
| * | Get rid of clean_req in favor of a nicer #to_s in DepProxySamuel E. Giddins2015-07-222-16/+9
| * | [Resolver] Improve formatting of error messagesSamuel E. Giddins2015-07-211-3/+6
| * | [DepProxy] Also forward block args to the depSamuel E. Giddins2015-07-201-2/+2
* | | Merge pull request #3890 from esasse/fix-align-parametersAndre Arko2015-08-013-12/+10
|\ \ \
| * | | Fix Style/AlignParametersErick Sasse2015-07-293-10/+10
* | | | Merge pull request #3889 from esasse/rubocop-fixAndre Arko2015-08-011-1/+1
|\ \ \ \
| * | | | Use %w[] instead of %w()Erick Sasse2015-07-291-1/+1
| * | | | Fix Style/WordArrayErick Sasse2015-07-281-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #3828 from AlexanderPavlenko/masterAndre Arko2015-08-011-1/+1
|\ \ \ \
| * | | | Fixes #3813 : --standalone generates incorrect paths for native extensionsAlexanderPavlenko2015-07-281-1/+1
* | | | | Merge pull request #3866 from mattbrictson/man-bundle-gemAndré Arko2015-07-291-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add man page for `bundle gem`.Matt Brictson2015-07-211-0/+1
| | |_|/ | |/| |
* | | | Use CGI instead of URI for escaping URL paramsEduardo Bautista2015-07-291-1/+2
| |_|/ |/| |
* | | Merge pull request #3886 from esasse/rubocop-fixAndré Arko2015-07-273-3/+3
|\ \ \
| * | | Fix Style/AlignArrayErick Sasse2015-07-273-3/+3
* | | | double quotes for RuboCopAndre Arko2015-07-271-2/+2
* | | | Pessimistic test framework versions for bundle gem commandTim Fischbach2015-07-272-1/+8
|/ / /
* | | remove trailing whitespaceRose Weixel2015-07-261-1/+1
* | | push logic for dealing with string 'false' down to Settings classRose Weixel2015-07-262-9/+5
* | | remove logic that checks for string 'false' in template (depends on b397724)Rose Weixel2015-07-261-1/+1
* | | sanitize config[:test] to be boolean if 'false'Rose Weixel2015-07-261-1/+7
* | | Fix Style/AliasErick Sasse2015-07-2310-13/+13
* | | Auto merge of #3875 - esasse:rubocop-fix, r=segiddinsHomu2015-07-232-2/+2
|\ \ \
| * | | Fix Performance/ReverseEachErick Sasse2015-07-222-2/+2
* | | | [Settings] Raise permission error when config file isnt readableSamuel E. Giddins2015-07-221-0/+1
|/ / /
* | | Merge tag 'v1.10.6'Samuel E. Giddins2015-07-224-4/+4
|\ \ \
| * | | Update changelog for 1.10.6v1.10.6Samuel E. Giddins2015-07-221-1/+1
| * | | Update README.md.ttethanez7132015-07-161-1/+1
| * | | Merge pull request #3823 from mattbrictson/patch-2Samuel E. Giddins2015-07-151-2/+2
| |\ \ \
| | * | | Fix option description for `bundle gem`Matt Brictson2015-07-111-2/+2
| * | | | Apply the suggested fix from #3438Andre Arko2015-07-151-1/+1
| |/ / /
| * | | Fix install_if not clearing install conditionsDaniel Teixeira2015-07-101-1/+1
| * | | Ensure two RemoteSpecifications are comparableTim Blair2015-07-091-2/+2
| * | | match by namePatrick Metcalfe2015-07-011-2/+2
| * | | switch reject to selectPatrick Metcalfe2015-07-011-4/+3
* | | | Fix Style/AccessModifierIndentationErick Sasse2015-07-218-8/+8
* | | | Support :mri_23 platform and its variationsAkira Matsuda2015-07-222-2/+36