foreman-capistrano 0.53.3 → 0.53.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.
@@ -43,8 +43,6 @@ function stop() {
43
43
  read pid < $PID_FILE
44
44
  if checkpid $pid 2>&1; then
45
45
  kill -TERM $pid
46
- sleep 1
47
- kill -KILL $pid
48
46
  rm -f $PID_FILE
49
47
  else
50
48
  echo "[FAIL] process with PID ${pid} does not exist"
@@ -1,5 +1,5 @@
1
1
  module Foreman
2
2
 
3
- VERSION = "0.53.3"
3
+ VERSION = "0.53.4"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.3
4
+ version: 0.53.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-25 00:00:00.000000000 Z
12
+ date: 2013-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 1.8.24
142
+ rubygems_version: 1.8.25
143
143
  signing_key:
144
144
  specification_version: 3
145
145
  summary: Process manager for applications with multiple components + capistrano support