Skip to content

Commit

Permalink
Adds stove for publishing to supermarket
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkrone committed May 18, 2015
1 parent 0afdb77 commit 74657bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gem 'chefspec'
gem 'chef', '~> 11.16'
gem 'rubocop', require: false
gem 'coveralls', require: false
gem 'stove'
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ begin
rescue LoadError
task("kitchen:all") { puts "Unable to run `test-kitchen`" }
end

require 'stove/rake_task'
Stove::RakeTask.new

0 comments on commit 74657bb

Please sign in to comment.