Skip to content

Commit

Permalink
Switch from emeril to stove for publishing cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed May 26, 2017
1 parent 46eb64c commit 99cc8d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'berkshelf', '~> 6.0'
gem 'rake'
gem 'emeril'
gem 'stove'

group :integration do
gem "chef", "~> 12.0"
Expand Down
7 changes: 2 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
require 'emeril/rake'

Emeril::RakeTasks.new do |t|
t.config[:category] = 'Monitoring & Trending'
end
require 'stove/rake_task'
Stove::RakeTask.new

0 comments on commit 99cc8d3

Please sign in to comment.