capistrano-atlas 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddc67b32be96c6b3340be95f2022a1ade0f750d1
4
- data.tar.gz: b0e529b1d4a4f2ba3578799014f26a826209c7f2
3
+ metadata.gz: e7e57fccd86450947d54b621d140b58c990424c7
4
+ data.tar.gz: 7d332e4b338d33dce328b8fc1c3c4f5e11ce105a
5
5
  SHA512:
6
- metadata.gz: 329ecc700fe3a92d5d8388e39479db566dc6feff354fafc57849f8c5ec86794422ede65e0df17838c32eb5b785b7537b5223087d9e3ff709148f8495198b34c2
7
- data.tar.gz: d60a170d85434295681a8b4a3cd6ca6992aebc7f5f60dd77255aae1a42354709283ee861209f751cd4eefc3b513a59b726bac8bebdd6f462eb08929145de04cc
6
+ metadata.gz: 93e75f9cbf5330c1e21ed0311b16caab281f68efdc5138b9e280ce44082e71183e531ae1d1f79e014f9782968cc7970cfb09c44e6386237e3511c0dce6fc44f9
7
+ data.tar.gz: 50f73109d0385fa2dda54fc5a1e119d192d5fb833ef86a92ce083ce9132c3f35a5deb55d49eec44952c534366a67703a31b7963d9b8ed6997b3eed3b28731f8f
@@ -25,16 +25,16 @@ pumactl () {
25
25
 
26
26
  case "$1" in
27
27
  start)
28
- $PUMACTL_CMD "start"
28
+ pumactl "start"
29
29
  ;;
30
30
  stop)
31
- $PUMACTL_CMD "stop"
31
+ pumactl "stop"
32
32
  ;;
33
33
  restart|reload)
34
- $PUMACTL_CMD "phased-restart"
34
+ pumactl "phased-restart"
35
35
  ;;
36
36
  status)
37
- $PUMACTL_CMD "status"
37
+ pumactl "status"
38
38
  ;;
39
39
  *)
40
40
  echo >&2 "Usage: $0 <start|stop|restart|status>"
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Atlas
3
- VERSION = "0.0.8".freeze
3
+ VERSION = "0.0.9".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-atlas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - John McDowall