alpha_omega 1.2.0 → 1.2.1

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
- 1.2.0
1
+ 1.2.1
@@ -77,7 +77,6 @@ module AlphaOmega
77
77
 
78
78
  cap_roles = node_filter.call(this_node, n)
79
79
  next nil unless cap_roles
80
- config.set :dna, node_dna[remote_name]
81
80
 
82
81
  config.task "#{task_name}.#{pod_name}.app" do # task host.pod1.app
83
82
  cap_roles.each do |cap_role, cap_preds|
@@ -86,6 +85,7 @@ module AlphaOmega
86
85
  else
87
86
  role cap_role, remote_name, cap_preds
88
87
  end
88
+ config.set :dna, node_dna[remote_name]
89
89
  end
90
90
  end
91
91
 
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: 1.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: