summaryrefslogtreecommitdiff
path: root/chef-config/chef-config.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* implement credential managementThom May2017-12-131-0/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bring in latest mixlib-config with fewer warningsJohn Keiser2016-08-221-0/+1
|
* Update all dependenciesJohn Keiser2016-08-031-1/+1
|
* Fix proxified socketSalim Alam2016-03-211-1/+1
|
* Update config specSalim Alam2016-03-211-0/+1
|
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
| | | | this looks nicer.
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
| | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
* Use double quotes by defaultThom May2016-01-141-2/+2
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Change chef-config's gemspec to include itselfksubrama/gemspecKartik Null Cating-Subramanian2015-10-091-1/+1
|
* Fix chef-config gem homepagetm/fix_cc_gemThom May2015-06-101-1/+1
|
* Update rake tasks for componentizationdanielsdeleo2015-05-201-1/+1
|
* Move Chef::Config into a subprojectdanielsdeleo2015-05-201-0/+32