alpha_omega 1.3.2 → 1.3.3

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/libexec/aoh-init +3 -3
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.2
1
+ 1.3.3
data/libexec/aoh-init CHANGED
@@ -22,7 +22,7 @@ function main {
22
22
  local nm_app="$1"; shift
23
23
  local dollar='$'
24
24
 
25
- cat > "$shome/Capfile" <<EOF
25
+ cat > "Capfile" <<EOF
26
26
  #!/usr/bin/env ruby
27
27
 
28
28
  require 'alpha_omega/deploy'
@@ -51,8 +51,8 @@ Deploy self, __FILE__ do |admin, node|
51
51
  end
52
52
  EOF
53
53
 
54
- mkdir -p "$shome/config"
55
- cat > "$shome/config/deploy.yml" <<EOF
54
+ mkdir -p "config"
55
+ cat > "config/deploy.yml" <<EOF
56
56
  ---
57
57
  repository: https://github.com/something_something
58
58
  application: ${nm_app}
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 2
10
- version: 1.3.2
9
+ - 3
10
+ version: 1.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem