alpha_omega 0.0.73 → 0.0.74

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.
@@ -247,10 +247,9 @@ module AlphaOmega
247
247
  cap_groups = {}
248
248
 
249
249
  nodes.each do |node_name, node|
250
- remote_name = "#{node_name}#{node["q_name"]}"
251
- (node["cap_group"] || []).each do |g|
250
+ node["cap_group"].each do |g|
252
251
  cap_groups[g] ||= {}
253
- cap_groups[g][remote_name] = node
252
+ cap_groups[g][node["q_name"]] = node
254
253
  end
255
254
  end
256
255
 
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.73"
2
+ Version = "0.0.74"
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: 141
4
+ hash: 139
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 73
10
- version: 0.0.73
9
+ - 74
10
+ version: 0.0.74
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem
@@ -16,7 +16,8 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-31 00:00:00 Z
19
+ date: 2011-08-31 00:00:00 +00:00
20
+ default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
22
23
  name: grit
@@ -130,30 +131,31 @@ files:
130
131
  - LICENSE
131
132
  - README.mkd
132
133
  - Procfile.rb
133
- - libexec/stage
134
- - libexec/shell
135
- - libexec/check
136
134
  - libexec/dna
137
- - libexec/compare
138
135
  - libexec/hosts
139
136
  - libexec/rollback
140
- - libexec/patch
137
+ - libexec/shell
138
+ - libexec/check
139
+ - libexec/compare
141
140
  - libexec/deploy
142
- - lib/alpha_omega/utils.rb
143
- - lib/alpha_omega/deploy.rb
141
+ - libexec/stage
142
+ - libexec/patch
144
143
  - lib/alpha_omega/version.rb
145
- - lib/alpha_omega/deploy/templates/maintenance.rhtml
146
144
  - lib/alpha_omega/deploy/strategy.rb
145
+ - lib/alpha_omega/deploy/remote_dependency.rb
146
+ - lib/alpha_omega/deploy/scm.rb
147
147
  - lib/alpha_omega/deploy/dependencies.rb
148
- - lib/alpha_omega/deploy/strategy/checkout.rb
149
148
  - lib/alpha_omega/deploy/strategy/base.rb
150
149
  - lib/alpha_omega/deploy/strategy/remote.rb
151
- - lib/alpha_omega/deploy/scm/base.rb
152
- - lib/alpha_omega/deploy/scm/git.rb
153
- - lib/alpha_omega/deploy/scm.rb
150
+ - lib/alpha_omega/deploy/strategy/checkout.rb
154
151
  - lib/alpha_omega/deploy/local_dependency.rb
155
- - lib/alpha_omega/deploy/remote_dependency.rb
152
+ - lib/alpha_omega/deploy/templates/maintenance.rhtml
153
+ - lib/alpha_omega/deploy/scm/git.rb
154
+ - lib/alpha_omega/deploy/scm/base.rb
155
+ - lib/alpha_omega/deploy.rb
156
+ - lib/alpha_omega/utils.rb
156
157
  - bin/alpha_omega
158
+ has_rdoc: true
157
159
  homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
158
160
  licenses: []
159
161
 
@@ -183,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
185
  requirements: []
184
186
 
185
187
  rubyforge_project:
186
- rubygems_version: 1.8.10
188
+ rubygems_version: 1.5.3
187
189
  signing_key:
188
190
  specification_version: 3
189
191
  summary: alpha_omega capistrano recipes