Skip to content

Commit

Permalink
Revert to using Stove as the deploy tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed Nov 29, 2014
1 parent 229e03b commit 8900b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -34,7 +34,7 @@ group :integration do
end

group :deploy do
gem 'emeril'
gem 'stove'
end

group :production do
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -8,7 +8,7 @@ require 'cane/rake_task'
require 'rspec/core/rake_task'
require 'foodcritic'
require 'kitchen/rake_tasks'
require 'emeril/rake'
require 'stove/rake_task'

Cane::RakeTask.new

Expand Down Expand Up @@ -36,6 +36,6 @@ RSpec::Core::RakeTask.new(:spec)

Kitchen::RakeTasks.new

Emeril::RakeTasks.new
Stove::RakeTask.new

task default: %w(cane rubocop loc cookbook_test foodcritic spec kitchen:all)

0 comments on commit 8900b5d

Please sign in to comment.