foreman-capistrano 0.52.4 → 0.52.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,11 +47,8 @@ function stop() {
47
47
  if checkpid $pid 2>&1; then
48
48
  echo "[FAILED TO STOP. TERMINATING]"
49
49
  kill -KILL $pid
50
- else
51
- echo $! > $PID_FILE
52
- echo "[OK]"
53
- rm -rf $PID_FILE
54
50
  fi
51
+ rm -f $PID_FILE
55
52
  else
56
53
  echo "[FAIL] process with PID ${pid} does not exist"
57
54
  exit $STATUS_DEAD_WITH_PID
@@ -1,5 +1,5 @@
1
1
  module Foreman
2
2
 
3
- VERSION = "0.52.4"
3
+ VERSION = "0.52.5"
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.52.4
4
+ version: 0.52.5
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-01-07 00:00:00.000000000 Z
12
+ date: 2013-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor