From 74657bbcd49ea24dad55d687ec33210a75282523 Mon Sep 17 00:00:00 2001 From: Adam Krone Date: Mon, 18 May 2015 10:12:14 -0500 Subject: [PATCH] Adds stove for publishing to supermarket --- Gemfile | 1 + Rakefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 1583e33..ebdcf36 100644 --- a/Gemfile +++ b/Gemfile @@ -7,3 +7,4 @@ gem 'chefspec' gem 'chef', '~> 11.16' gem 'rubocop', require: false gem 'coveralls', require: false +gem 'stove' diff --git a/Rakefile b/Rakefile index d43d358..aa26b54 100644 --- a/Rakefile +++ b/Rakefile @@ -26,3 +26,6 @@ begin rescue LoadError task("kitchen:all") { puts "Unable to run `test-kitchen`" } end + +require 'stove/rake_task' +Stove::RakeTask.new