summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Optimize our requiresTim Smith2020-08-211-2/+2
| | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix chefstyleVivek Singh2019-07-121-1/+1
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Use our standard rakefileTim Smith2019-06-101-9/+14
| | | | | | Rescue failures and use chefstyle in the description. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix the yard rake task nameTim Smith2018-07-301-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move dev deps to the Gemfile and add console taskTim Smith2018-07-301-0/+8
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Run specs properlysyncTim Smith2018-07-241-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* We don't need the version anymore in the RakefileTim Smith2018-07-241-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add yard to rakefile and sync with othersTim Smith2018-07-241-14/+11
| | | | | | | | | Make the default task run style/specs Remove require on rubygems Remove rdoc task Suggest bundle install for chefstyle Signed-off-by: Tim Smith <tsmith@chef.io>
* remove hashrockets syntaxLamont Granquist2018-06-261-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bugfix: if param :required is set to false and param :in is set the option ↵Yuri Zubov2018-03-231-3/+2
| | | | | | is required Signed-off-by: Yuri Zubov <y.zubov@sumatosoft.com>
* Fix chefstyle issuesThom May2016-05-051-0/+10
| | | | Signed-off-by: Thom May <thom@may.lt>
* chefstyle fixeslcg/chefrstyleLamont Granquist2016-02-121-9/+9
|
* Add Travis and Bundler supportJohn Keiser2013-12-031-23/+4
|
* Update to gem/package_task1.3.0.rc.0danielsdeleo2013-01-091-2/+2
|
* Remove Jeweler dependency; bump version to 1.2.1John Keiser2011-09-081-33/+29
|
* Use RDoc::Task instead of Rake::RDocTaskJohn Keiser2011-08-311-1/+1
|
* Update rakefile to work with ruby 1.9.2John Keiser2011-08-251-2/+2
|
* Merge pull request #3 from sometimesfood/CHEF-1901John Keiser2011-08-251-0/+1
|\ | | | | Fix CHEF-1901: Require yaml in Rakefile
| * Fix CHEF-1901: Require yaml in RakefileSebastian Boehm2010-11-271-0/+1
| |
* | upgrade to rspec 2Daniel DeLeo2011-03-041-17/+6
|/
* Bumping to version 1.2.0beta-1alpha_deploy_41.2.0Adam Jacob2010-03-311-0/+1
|
* move to jeweler 1.4 and automatic gemspec generationChristopher Brown2009-12-151-1/+1
|
* move to jeweler 1.4 and automatic gemspec generationChristopher Brown2009-12-151-1/+1
|
* Add spec options for rspec/rake specAJ Christensen2009-05-151-0/+1
|
* Convert mixlib-cli to jeweler.AJ Christensen2009-05-121-49/+43
|
* Initial commitAdam Jacob2009-03-121-0/+60