summaryrefslogtreecommitdiff
path: root/chef-config/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | 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
* Use double quotes by defaultThom May2016-01-141-5/+5
| | | | | | | 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 module_path_name to module_pathksubrama/rake_taskKartik Null Cating-Subramanian2015-08-251-1/+1
|
* Refactor chef's Rakefile to a task.Kartik Null Cating-Subramanian2015-08-251-54/+3
|
* Run `gem install` tasks w/o bundler's envdanielsdeleo2015-05-291-1/+11
| | | | | When bundler 1.10 is installed, running these tasks w/ bundler causes `gem install` to fail with no output
* Update rake tasks for componentizationdanielsdeleo2015-05-201-1/+54
|
* Move Chef::Config into a subprojectdanielsdeleo2015-05-201-0/+2