aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli/config.rb
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
|
* [RuboCop] Fix Performance/StartWithSamuel Giddins2016-01-311-2/+2
|
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+3
|
* Refactoring config.rbAndreas Hellwig2015-10-101-58/+70
| | | | | | | | | | | | | | My main goal was to show the structure of the run method: 1. Guard Clauses 2. Message to user 3. Save new settings and to separate the message texts from the rest of the logic. So the class and methods are easier to understand read. While doing that I reduced the complexity of the run method by extracting methods. This should improve the Code Climate rating of Bundler::CLI::Config substantially.
* Fix Style/ParallelAssignmentErick Sasse2015-08-021-2/+4
|
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
| | | | closes #3850
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
|
* [Config] Ensure we set the expanded path as the new valueSamuel E. Giddins2015-05-161-1/+1
|
* skip config warning when new value is unchangedAndre Arko2015-05-161-11/+14
|
* #3649 - Stop printing replacement message when config is not changedFelipe Tanus2015-05-161-1/+1
|
* whitespace styleAndre Arko2014-01-261-0/+1
|
* Refactored config commandSmit Shah2014-01-181-0/+83