alpha_omega 0.0.68 → 0.0.69

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.
@@ -156,7 +156,7 @@ module AlphaOmega
156
156
  Dir[pod["nodes_spec"]].each do |fname|
157
157
  node_name = File.basename(fname, ".yaml")
158
158
 
159
- node = YAML.parse(IO.read(fname))
159
+ node = YAML.load(IO.read(fname))
160
160
  node["node_name"] = node_name
161
161
  node["pod_context"] = pod
162
162
 
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.68"
2
+ Version = "0.0.69"
3
3
  end
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: 151
4
+ hash: 149
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 68
10
- version: 0.0.68
9
+ - 69
10
+ version: 0.0.69
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem