alpha_omega 0.0.109 → 0.0.110

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/alpha_omega/utils.rb +0 -1
  3. metadata +27 -25
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.109
1
+ 0.0.110
@@ -55,7 +55,6 @@ module AlphaOmega
55
55
  node["run_list"].concat pods_config[env_pod]["run_list"] if pods_config[env_pod].key? "run_list"
56
56
 
57
57
  node["cap_group"] << "all"
58
- node["cap_group"] << node_name.sub(/\d+/, "")
59
58
 
60
59
  node["cap_group"].concat pods_config[env_pod]["cap_group"] if pods_config[env_pod].key? "cap_group"
61
60
 
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: 197
4
+ hash: 195
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 109
10
- version: 0.0.109
9
+ - 110
10
+ version: 0.0.110
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
@@ -118,38 +119,39 @@ files:
118
119
  - LICENSE
119
120
  - VERSION
120
121
  - README.mkd
121
- - libexec/activate
122
+ - libexec/proxy
122
123
  - libexec/build
123
- - libexec/check
124
+ - libexec/restart
125
+ - libexec/stage
126
+ - libexec/activate
127
+ - libexec/rollback
124
128
  - libexec/compare
125
- - libexec/config
126
- - libexec/debug
129
+ - libexec/shell
127
130
  - libexec/deploy
128
- - libexec/dist
131
+ - libexec/config
129
132
  - libexec/dna
130
- - libexec/hosts
133
+ - libexec/check
134
+ - libexec/debug
131
135
  - libexec/invoke
132
- - libexec/proxy
136
+ - libexec/hosts
133
137
  - libexec/release
134
- - libexec/restart
135
- - libexec/rollback
136
- - libexec/shell
137
- - libexec/stage
138
- - lib/alpha_omega/deploy/dependencies.rb
138
+ - libexec/dist
139
+ - lib/alpha_omega/utils.rb
140
+ - lib/alpha_omega/deploy.rb
141
+ - lib/alpha_omega/version.rb
139
142
  - lib/alpha_omega/deploy/local_dependency.rb
140
- - lib/alpha_omega/deploy/remote_dependency.rb
141
- - lib/alpha_omega/deploy/scm/base.rb
142
- - lib/alpha_omega/deploy/scm/git.rb
143
- - lib/alpha_omega/deploy/scm.rb
144
143
  - lib/alpha_omega/deploy/strategy/base.rb
145
144
  - lib/alpha_omega/deploy/strategy/checkout.rb
146
145
  - lib/alpha_omega/deploy/strategy/remote.rb
147
- - lib/alpha_omega/deploy/strategy.rb
146
+ - lib/alpha_omega/deploy/scm.rb
148
147
  - lib/alpha_omega/deploy/templates/maintenance.rhtml
149
- - lib/alpha_omega/deploy.rb
150
- - lib/alpha_omega/utils.rb
151
- - lib/alpha_omega/version.rb
148
+ - lib/alpha_omega/deploy/strategy.rb
149
+ - lib/alpha_omega/deploy/scm/base.rb
150
+ - lib/alpha_omega/deploy/scm/git.rb
151
+ - lib/alpha_omega/deploy/dependencies.rb
152
+ - lib/alpha_omega/deploy/remote_dependency.rb
152
153
  - bin/alpha_omega
154
+ has_rdoc: true
153
155
  homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
154
156
  licenses: []
155
157
 
@@ -179,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
181
  requirements: []
180
182
 
181
183
  rubyforge_project:
182
- rubygems_version: 1.8.17
184
+ rubygems_version: 1.5.3
183
185
  signing_key:
184
186
  specification_version: 3
185
187
  summary: alpha_omega capistrano recipes