We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587a6fc commit 63abc71Copy full SHA for 63abc71
Gemfile
@@ -1,4 +1,4 @@
1
source 'https://rubygems.org'
2
3
-# Specify your gem's dependencies in capistrano-rvm.gemspec
4
-gemspec
+# Specify your gem's dependencies in capistrano-clockwork.gemspec
+gemspec
README.md
@@ -8,10 +8,12 @@ Integrate clockwork gem with capistrano
8
9
Add this line to your application's Gemfile:
10
11
+ gem 'daemons'
12
gem 'capistrano-clockwork'
13
14
or:
15
16
17
gem 'capistrano-clockwork', group: :development
18
19
And then execute:
0 commit comments