nsweb_deployment 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,7 +49,7 @@ configuration.load do
49
49
  end
50
50
 
51
51
  task :restart, :roles => :app, :except => { :no_release => true } do
52
- run "kill -s USR2 `cat #{unicorn_pid}"
52
+ run "kill -s USR2 `cat #{unicorn_pid}`"
53
53
  end
54
54
 
55
55
  desc 'Update the vhost file on the web server'
@@ -1,3 +1,3 @@
1
1
  module NswebDeployment
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
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.3
5
+ version: 2.0.4
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: -550779793
78
+ hash: 314475951
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: -550779793
87
+ hash: 314475951
88
88
  segments:
89
89
  - 0
90
90
  version: "0"