alpha_omega 0.0.170 → 0.0.171

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/lib/alpha_omega/utils.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.170
1
+ 0.0.171
@@ -175,7 +175,7 @@ module AlphaOmega
175
175
  dna = File.exists?("#{dna_base}.yaml") ? YAML.load(File.read("#{dna_base}.yaml")) : JSON.load(File.read("#{dna_base}.json"))
176
176
  this_node = AlphaOmega.node_defaults(dna, $this_pod, this_host)
177
177
 
178
- ((this_node["pods"] || []) + [$this_pod]).inject{}) do |pods, pod_name|
178
+ ((this_node["pods"] || []) + [$this_pod]).inject({}) do |pods, pod_name|
179
179
  pods[pod_name] = {
180
180
  "nodes_specs" => [ "#{node_home}/pods/#{pod_name}/*.yaml", "#{node_home}/pods/#{pod_name}/*.json" ],
181
181
  "node_suffix" => (pod_name == $this_pod ? "" : ".#{pod_name}")
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: 331
4
+ hash: 329
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 170
10
- version: 0.0.170
9
+ - 171
10
+ version: 0.0.171
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem