alpha_omega 0.0.161 → 0.0.162
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/VERSION +1 -1
- data/libexec/proxy +1 -1
- metadata +30 -32
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.162
|
data/libexec/proxy
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: 347
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 162
|
|
10
|
+
version: 0.0.162
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|
|
@@ -16,8 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-08-31 00:00:00
|
|
20
|
-
default_executable:
|
|
19
|
+
date: 2011-08-31 00:00:00 Z
|
|
21
20
|
dependencies:
|
|
22
21
|
- !ruby/object:Gem::Dependency
|
|
23
22
|
name: grit
|
|
@@ -119,44 +118,43 @@ files:
|
|
|
119
118
|
- LICENSE
|
|
120
119
|
- VERSION
|
|
121
120
|
- README.mkd
|
|
122
|
-
- libexec/unlock
|
|
123
|
-
- libexec/proxy
|
|
124
|
-
- libexec/build
|
|
125
|
-
- libexec/restart
|
|
126
|
-
- libexec/stage
|
|
127
121
|
- libexec/activate
|
|
128
|
-
- libexec/
|
|
129
|
-
- libexec/plan
|
|
130
|
-
- libexec/compare
|
|
131
|
-
- libexec/shell
|
|
132
|
-
- libexec/migrate
|
|
133
|
-
- libexec/deploy
|
|
134
|
-
- libexec/config
|
|
122
|
+
- libexec/build
|
|
135
123
|
- libexec/bump
|
|
136
|
-
- libexec/dna
|
|
137
124
|
- libexec/check
|
|
125
|
+
- libexec/compare
|
|
126
|
+
- libexec/config
|
|
138
127
|
- libexec/debug
|
|
139
|
-
- libexec/
|
|
140
|
-
- libexec/
|
|
128
|
+
- libexec/deploy
|
|
129
|
+
- libexec/dist
|
|
130
|
+
- libexec/dna
|
|
141
131
|
- libexec/hosts
|
|
132
|
+
- libexec/invoke
|
|
133
|
+
- libexec/lock
|
|
134
|
+
- libexec/migrate
|
|
135
|
+
- libexec/plan
|
|
136
|
+
- libexec/proxy
|
|
142
137
|
- libexec/release
|
|
143
|
-
- libexec/
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
138
|
+
- libexec/restart
|
|
139
|
+
- libexec/rollback
|
|
140
|
+
- libexec/shell
|
|
141
|
+
- libexec/stage
|
|
142
|
+
- libexec/unlock
|
|
143
|
+
- lib/alpha_omega/deploy/dependencies.rb
|
|
147
144
|
- lib/alpha_omega/deploy/local_dependency.rb
|
|
145
|
+
- lib/alpha_omega/deploy/remote_dependency.rb
|
|
146
|
+
- lib/alpha_omega/deploy/scm/base.rb
|
|
147
|
+
- lib/alpha_omega/deploy/scm/git.rb
|
|
148
|
+
- lib/alpha_omega/deploy/scm.rb
|
|
148
149
|
- lib/alpha_omega/deploy/strategy/base.rb
|
|
149
150
|
- lib/alpha_omega/deploy/strategy/checkout.rb
|
|
150
151
|
- lib/alpha_omega/deploy/strategy/remote.rb
|
|
151
|
-
- lib/alpha_omega/deploy/scm.rb
|
|
152
|
-
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
|
153
152
|
- lib/alpha_omega/deploy/strategy.rb
|
|
154
|
-
- lib/alpha_omega/deploy/
|
|
155
|
-
- lib/alpha_omega/deploy
|
|
156
|
-
- lib/alpha_omega/
|
|
157
|
-
- lib/alpha_omega/
|
|
153
|
+
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
|
154
|
+
- lib/alpha_omega/deploy.rb
|
|
155
|
+
- lib/alpha_omega/utils.rb
|
|
156
|
+
- lib/alpha_omega/version.rb
|
|
158
157
|
- bin/alpha_omega
|
|
159
|
-
has_rdoc: true
|
|
160
158
|
homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
|
|
161
159
|
licenses: []
|
|
162
160
|
|
|
@@ -186,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
184
|
requirements: []
|
|
187
185
|
|
|
188
186
|
rubyforge_project:
|
|
189
|
-
rubygems_version: 1.
|
|
187
|
+
rubygems_version: 1.8.21
|
|
190
188
|
signing_key:
|
|
191
189
|
specification_version: 3
|
|
192
190
|
summary: alpha_omega capistrano recipes
|