alpha_omega 1.3.10 → 1.3.11

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.10
1
+ 1.3.11
data/libexec/aoh-debug CHANGED
@@ -17,7 +17,7 @@ require 'ao'
17
17
  function aomain {
18
18
  export LOCAL_ONLY=true
19
19
  set -- $(for a in "$@"; do echo $a.echo; done)
20
- bundle exec cap "$@" deploy:began deploy:finished
20
+ bundle exec cap "$@"
21
21
  }
22
22
 
23
23
  require sub "$BASH_SOURCE" "$@"
data/libexec/aoh-dna CHANGED
@@ -20,7 +20,7 @@ function aomain {
20
20
  {
21
21
  set -- $(for a in "$@"; do echo $a.yaml; done)
22
22
  echo "eea914aaa8dde6fdae29242b1084a2b0415eefaf ---"
23
- bundle exec cap "$@" deploy:began deploy:finished
23
+ bundle exec cap "$@"
24
24
  } 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | sed 's#eea914aaa8dde6fdae29242b1084a2b0415eefaf ##'
25
25
  }
26
26
 
data/libexec/aoh-hosts CHANGED
@@ -18,7 +18,7 @@ require 'ao'
18
18
  function aomain {
19
19
  export LOCAL_ONLY=true
20
20
  set -- $(for a in "$@"; do echo $a.echo; done)
21
- bundle exec cap "$@" deploy:began deploy:finished 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | awk '{print $NF}' | sort -u 2>&1
21
+ bundle exec cap "$@" 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | awk '{print $NF}' | sort -u 2>&1
22
22
  }
23
23
 
24
24
  require sub "$BASH_SOURCE" "$@"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 10
10
- version: 1.3.10
9
+ - 11
10
+ version: 1.3.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem