alpha_omega 1.3.41 → 1.3.42
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/aoh-init +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.42
|
data/libexec/aoh-init
CHANGED
|
@@ -39,7 +39,7 @@ EOF
|
|
|
39
39
|
chmod 755 "libexec/aohelper"
|
|
40
40
|
|
|
41
41
|
for nm_cmd in activate check compare debug deploy dna hosts lock migrate proxy release restart rollback shell stage unlock; do
|
|
42
|
-
ln -nfs "../libexec/aohelper"
|
|
42
|
+
ln -nfs "../libexec/aohelper" bin/$nm_cmd
|
|
43
43
|
done
|
|
44
44
|
else
|
|
45
45
|
if [[ "$#" < 1 ]]; then
|
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: 79
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 42
|
|
10
|
+
version: 1.3.42
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|