alpha_omega 0.0.224 → 0.0.225

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 +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.224
1
+ 0.0.225
@@ -77,6 +77,7 @@ module AlphaOmega
77
77
 
78
78
  cap_roles = node_filter.call(this_node, n)
79
79
  next nil unless cap_roles
80
+ set :dna, node_dna[remote_name]
80
81
 
81
82
  config.task "#{task_name}.#{pod_name}.app" do # task host.pod1.app
82
83
  cap_roles.each do |cap_role, cap_preds|
@@ -86,7 +87,6 @@ module AlphaOmega
86
87
  role cap_role, remote_name, cap_preds
87
88
  end
88
89
  end
89
- set :dna, node_dna[remote_name]
90
90
  end
91
91
 
92
92
  config.task "#{task_name}.#{pod_name}.echo" do # task host.pod1.echo
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.224
4
+ version: 0.0.225
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: