Skip to content

Commit

Permalink
Small Change
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lyalg0rithm committed May 11, 2015
1 parent ee5bd7f commit 3eab59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion capistrano-clockwork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'capistrano-clockwork'
s.version = '0.0.2'
s.version = '0.0.3'
s.date = '2015-05-12'
s.summary = "Capistrano plugin to manage clockwork"
s.description = "Capistrano plugin to manage clockwork"
Expand Down
4 changes: 1 addition & 3 deletions lib/capistrano/tasks/capistrano-clockwork.rake
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ namespace :clockwork do
end

task :add_default_hooks do
after 'deploy:stop', 'clockwork:stop'
after 'deploy:start', 'clockwork:start'
after 'deploy:restart', 'clockwork:restart'
after 'deploy:publishing', 'clockwork:restart'
end
end

0 comments on commit 3eab59b

Please sign in to comment.