Skip to content

Commit 3eab59b

Browse files
committed
Small Change
1 parent ee5bd7f commit 3eab59b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

capistrano-clockwork.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |s|
55
s.name = 'capistrano-clockwork'
6-
s.version = '0.0.2'
6+
s.version = '0.0.3'
77
s.date = '2015-05-12'
88
s.summary = "Capistrano plugin to manage clockwork"
99
s.description = "Capistrano plugin to manage clockwork"

lib/capistrano/tasks/capistrano-clockwork.rake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ namespace :clockwork do
7171
end
7272

7373
task :add_default_hooks do
74-
after 'deploy:stop', 'clockwork:stop'
75-
after 'deploy:start', 'clockwork:start'
76-
after 'deploy:restart', 'clockwork:restart'
74+
after 'deploy:publishing', 'clockwork:restart'
7775
end
7876
end

0 commit comments

Comments
 (0)