nsweb_deployment 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/nsweb_deployment/version.rb +1 -1
- data/lib/nsweb_deployment.rb +1 -6
- metadata +3 -3
data/lib/nsweb_deployment.rb
CHANGED
@@ -48,13 +48,8 @@ configuration.load do
|
|
48
48
|
run "kill -s QUIT `cat #{unicorn_pid}`"
|
49
49
|
end
|
50
50
|
|
51
|
-
task :reload, :roles => :app, :except => { :no_release => true } do
|
52
|
-
run "kill -s USR2 `cat #{unicorn_pid}`"
|
53
|
-
end
|
54
|
-
|
55
51
|
task :restart, :roles => :app, :except => { :no_release => true } do
|
56
|
-
|
57
|
-
start
|
52
|
+
run "kill -s USR2 `cat #{unicorn_pid}"
|
58
53
|
end
|
59
54
|
|
60
55
|
desc 'Update the vhost file on the web server'
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: nsweb_deployment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.0.
|
5
|
+
version: 2.0.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Josh Williams
|
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
76
76
|
- - ">="
|
77
77
|
- !ruby/object:Gem::Version
|
78
|
-
hash:
|
78
|
+
hash: -550779793
|
79
79
|
segments:
|
80
80
|
- 0
|
81
81
|
version: "0"
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
requirements:
|
85
85
|
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
hash:
|
87
|
+
hash: -550779793
|
88
88
|
segments:
|
89
89
|
- 0
|
90
90
|
version: "0"
|