summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Actually store the permission typeseg-settings-permission-errorSamuel E. Giddins2015-07-221-3/+4
* [Settings] Raise permission error when config file isnt readableSamuel E. Giddins2015-07-221-0/+1
* Make the PermissionsError configurable by needed permissionSamuel E. Giddins2015-07-221-4/+10
* Merge tag 'v1.10.6'Samuel E. Giddins2015-07-227-7/+20
|\
| * Update changelog for 1.10.6v1.10.6Samuel E. Giddins2015-07-222-1/+13
| * Merge pull request #3856 from bundler/aa-warn-invalid-gemspecsAndré Arko2015-07-202-3/+4
| |\
| | * Update spec to fail, then fix itaa-warn-invalid-gemspecsAndre Arko2015-07-182-7/+4
| | * downgrade invalid specs to a warning for nowAndre Arko2015-07-161-2/+6
| * | Merge pull request #3838 from ethanez713/patch-2André Arko2015-07-181-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-102-2/+8
| * Use explicit values in RemoteSpecification testsTim Blair2015-07-091-4/+4
| * Clean up duplicate specs for RemoteSpecificationTim Blair2015-07-091-65/+41
| * Ensure two RemoteSpecifications are comparableTim Blair2015-07-092-2/+45
| * disable fast_finishAndre Arko2015-07-081-1/+0
| * 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
* | Auto merge of #3869 - esasse:rubocop-fix, r=indirectHomu2015-07-2210-14/+11
|\ \
| * | Fix Style/AccessModifierIndentationErick Sasse2015-07-2110-14/+11
* | | Merge pull request #3867 from mattbrictson/bin-exe-pathAndré Arko2015-07-211-1/+1
|\ \ \
| * | | bin should be exe in `alias dbundle` instructionsMatt Brictson2015-07-211-1/+1
* | | | Allow building auto for @homuAndre Arko2015-07-211-0/+1
| |/ / |/| |
* | | Merge pull request #3865 from amatsuda/ruby23André Arko2015-07-214-4/+48
|\ \ \ | |/ / |/| |
| * | Support :mri_23 platform and its variationsAkira Matsuda2015-07-224-4/+46
| * | Test :mri_22 DSL as wellAkira Matsuda2015-07-221-1/+1
| * | Add mswin_22 and mswin64_22 to the platform mapAkira Matsuda2015-07-221-0/+2
|/ /
* | Merge pull request #3861 from esasse/rubocop-fixAndré Arko2015-07-2010-18/+13
|\ \
| * | Fix Lint/UnusedBlockArgumentErick Sasse2015-07-2010-18/+13
|/ /
* | Merge pull request #3859 from bundler/rubocop-fixAndré Arko2015-07-205-11/+6
|\ \
| * | Fix Lint/StringConversionInInterpolationrubocop-fixErick Sasse2015-07-205-11/+6
|/ /
* | Merge pull request #3846 from esasse/esasse-rubocop-1André Arko2015-07-200-0/+0
|\ \
| * | Fix Lint/UnreachableCodeErick Sasse2015-07-173-6/+0
* | | Merge pull request #3857 from esasse/esasse-rubocopAndré Arko2015-07-2020-65/+46
|\ \ \
| * | | Fix pending offensesErick Sasse2015-07-197-14/+14
| * | | Fix Style/SignalExceptionErick Sasse2015-07-193-9/+3
| * | | Fix Style/SelfAssignmentErick Sasse2015-07-193-8/+3
| * | | Fix Style/SemicolonErick Sasse2015-07-194-10/+10
| * | | Fix Style/SingleLineMethodsErick Sasse2015-07-192-7/+3
| * | | Fix Style/SingleSpaceBeforeFirstArgErick Sasse2015-07-198-15/+10
| * | | Fix Style/SpaceAfterCommaErick Sasse2015-07-199-20/+21
|/ / /
* | | Fix Style/SpaceAroundOperatorsAndre Arko2015-07-1814-55/+44
* | | Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-1840-74/+68
* | | Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-1852-155/+152
* | | Fix Lint/UnreachableCodeErick Sasse2015-07-183-6/+0
* | | Merge pull request #3855 from esasse/esasse-rubocop-10Andre Arko2015-07-183-11/+5
|\ \ \