alpha_omega 1.3.23 → 1.3.24
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 +1 -1
- data/libexec/_ao +0 -6
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.24
|
data/libexec/_ao
CHANGED
|
@@ -126,12 +126,6 @@ function main {
|
|
|
126
126
|
if [[ "$nm_pod" = "sys" && "$#" > 0 ]]; then
|
|
127
127
|
if [[ "${1%.*}" = "production" ]]; then
|
|
128
128
|
set -- "admin" "$@"
|
|
129
|
-
elif [[ "${1%.*}" = "master" ]]; then
|
|
130
|
-
set -- "master00" "$@"
|
|
131
|
-
elif [[ "${1%.*}" = "qa" ]]; then
|
|
132
|
-
set -- "qa00" "$@"
|
|
133
|
-
elif [[ "${1%.*}" = "staging" ]]; then
|
|
134
|
-
set -- "staging00" "$@"
|
|
135
129
|
fi
|
|
136
130
|
fi
|
|
137
131
|
|
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:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 24
|
|
10
|
+
version: 1.3.24
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|