capone 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- data/recipes/whenever.rb +1 -1
- metadata +3 -3
data/recipes/whenever.rb
CHANGED
@@ -4,7 +4,7 @@ namespace :capone do
|
|
4
4
|
Update the crontab file with whenever.
|
5
5
|
DESC
|
6
6
|
task :update_crontab, :roles => :db do
|
7
|
-
run "cd #{release_path} && whenever --set environment=#{rails_env} --update-crontab #{
|
7
|
+
run "cd #{release_path} && whenever --set environment=#{rails_env} --update-crontab #{deploy_to}"
|
8
8
|
end
|
9
9
|
end
|
10
10
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 14
|
9
|
+
version: 0.0.14
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Denis Barushev
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-05-31 00:00:00 +03:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|