alpha_omega 0.0.95 → 0.0.96
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 +15 -15
- data/lib/alpha_omega/version.rb +1 -1
- data/libexec/build +50 -46
- data/libexec/check +50 -46
- data/libexec/compare +50 -46
- data/libexec/config +50 -46
- data/libexec/deploy +50 -46
- data/libexec/dist +50 -46
- data/libexec/dna +50 -46
- data/libexec/hosts +50 -46
- data/libexec/invoke +50 -46
- data/libexec/release +50 -46
- data/libexec/restart +50 -46
- data/libexec/rollback +50 -46
- data/libexec/shell +50 -46
- data/libexec/stage +50 -46
- metadata +25 -23
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: 223
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 96
|
10
|
+
version: 0.0.96
|
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
|
@@ -118,36 +119,37 @@ files:
|
|
118
119
|
- LICENSE
|
119
120
|
- README.mkd
|
120
121
|
- Procfile.rb
|
122
|
+
- libexec/proxy
|
121
123
|
- libexec/build
|
122
|
-
- libexec/
|
124
|
+
- libexec/restart
|
125
|
+
- libexec/stage
|
126
|
+
- libexec/rollback
|
123
127
|
- libexec/compare
|
124
|
-
- libexec/
|
128
|
+
- libexec/shell
|
125
129
|
- libexec/deploy
|
126
|
-
- libexec/
|
130
|
+
- libexec/config
|
127
131
|
- libexec/dna
|
128
|
-
- libexec/
|
132
|
+
- libexec/check
|
129
133
|
- libexec/invoke
|
130
|
-
- libexec/
|
134
|
+
- libexec/hosts
|
131
135
|
- libexec/release
|
132
|
-
- libexec/
|
133
|
-
-
|
134
|
-
-
|
135
|
-
-
|
136
|
-
- lib/alpha_omega/deploy/dependencies.rb
|
136
|
+
- libexec/dist
|
137
|
+
- lib/alpha_omega/utils.rb
|
138
|
+
- lib/alpha_omega/deploy.rb
|
139
|
+
- lib/alpha_omega/version.rb
|
137
140
|
- lib/alpha_omega/deploy/local_dependency.rb
|
138
|
-
- lib/alpha_omega/deploy/remote_dependency.rb
|
139
|
-
- lib/alpha_omega/deploy/scm/base.rb
|
140
|
-
- lib/alpha_omega/deploy/scm/git.rb
|
141
|
-
- lib/alpha_omega/deploy/scm.rb
|
142
141
|
- lib/alpha_omega/deploy/strategy/base.rb
|
143
142
|
- lib/alpha_omega/deploy/strategy/checkout.rb
|
144
143
|
- lib/alpha_omega/deploy/strategy/remote.rb
|
145
|
-
- lib/alpha_omega/deploy/
|
144
|
+
- lib/alpha_omega/deploy/scm.rb
|
146
145
|
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
147
|
-
- lib/alpha_omega/deploy.rb
|
148
|
-
- lib/alpha_omega/
|
149
|
-
- lib/alpha_omega/
|
146
|
+
- lib/alpha_omega/deploy/strategy.rb
|
147
|
+
- lib/alpha_omega/deploy/scm/base.rb
|
148
|
+
- lib/alpha_omega/deploy/scm/git.rb
|
149
|
+
- lib/alpha_omega/deploy/dependencies.rb
|
150
|
+
- lib/alpha_omega/deploy/remote_dependency.rb
|
150
151
|
- bin/alpha_omega
|
152
|
+
has_rdoc: true
|
151
153
|
homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
|
152
154
|
licenses: []
|
153
155
|
|
@@ -177,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
179
|
requirements: []
|
178
180
|
|
179
181
|
rubyforge_project:
|
180
|
-
rubygems_version: 1.
|
182
|
+
rubygems_version: 1.5.3
|
181
183
|
signing_key:
|
182
184
|
specification_version: 3
|
183
185
|
summary: alpha_omega capistrano recipes
|