eycap 0.5.16 → 0.5.17
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +3 -0
- data/lib/eycap/recipes/resque.rb +1 -2
- metadata +4 -4
data/History.txt
CHANGED
data/lib/eycap/recipes/resque.rb
CHANGED
@@ -5,13 +5,12 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
5
5
|
task :restart, :roles => [:app], :only => {:resque => true} do
|
6
6
|
run "monit restart all -g resque_#{application}"
|
7
7
|
end
|
8
|
-
after "deploy:restart","resque:restart"
|
9
8
|
|
10
9
|
desc "After update_code we want to symlink the resque.yml"
|
11
10
|
task :symlink, :roles => [:app], :only => {:resque => true} do
|
12
11
|
run "if [ -f #{shared_path}/config/resque.yml ]; then ln -nfs #{shared_path}/config/resque.yml #{latest_release}/config/resque.yml; fi"
|
13
12
|
end
|
14
|
-
after "deploy:symlink_configs", "resque:symlink"
|
13
|
+
# after "deploy:symlink_configs", "resque:symlink" add this to the deploy.rb file
|
15
14
|
end
|
16
15
|
|
17
16
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eycap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 41
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 17
|
10
|
+
version: 0.5.17
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Engine Yard
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-04-
|
18
|
+
date: 2011-04-13 00:00:00 -06:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|