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.
- data/lib/alpha_omega/utils.rb +2 -3
- data/lib/alpha_omega/version.rb +1 -1
- metadata +20 -18
data/lib/alpha_omega/utils.rb
CHANGED
|
@@ -247,10 +247,9 @@ module AlphaOmega
|
|
|
247
247
|
cap_groups = {}
|
|
248
248
|
|
|
249
249
|
nodes.each do |node_name, node|
|
|
250
|
-
|
|
251
|
-
(node["cap_group"] || []).each do |g|
|
|
250
|
+
node["cap_group"].each do |g|
|
|
252
251
|
cap_groups[g] ||= {}
|
|
253
|
-
cap_groups[g][
|
|
252
|
+
cap_groups[g][node["q_name"]] = node
|
|
254
253
|
end
|
|
255
254
|
end
|
|
256
255
|
|
data/lib/alpha_omega/version.rb
CHANGED
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:
|
|
4
|
+
hash: 139
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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
|
|
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/
|
|
137
|
+
- libexec/shell
|
|
138
|
+
- libexec/check
|
|
139
|
+
- libexec/compare
|
|
141
140
|
- libexec/deploy
|
|
142
|
-
-
|
|
143
|
-
-
|
|
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/
|
|
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/
|
|
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.
|
|
188
|
+
rubygems_version: 1.5.3
|
|
187
189
|
signing_key:
|
|
188
190
|
specification_version: 3
|
|
189
191
|
summary: alpha_omega capistrano recipes
|