cap_unicorn 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cap_unicorn/recipes.rb +3 -1
- metadata +4 -4
data/lib/cap_unicorn/recipes.rb
CHANGED
@@ -10,7 +10,9 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
10
10
|
|
11
11
|
desc "Start unicorn"
|
12
12
|
task :start do
|
13
|
-
|
13
|
+
command_name = rails_version =~ /^3.*/ ? "unicorn" : "unicorn_rails"
|
14
|
+
|
15
|
+
run "#{command_name} -D -E #{rails_env} -c #{current_path}/config/unicorn/#{rails_env}.rb"
|
14
16
|
end
|
15
17
|
|
16
18
|
desc "Restart unicorn"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cap_unicorn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Scott Taylor
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-11-06 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|