alpha_omega 0.0.101 → 0.0.102
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
- metadata +22 -22
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.102
|
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: 211
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 102
|
|
10
|
+
version: 0.0.102
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|
|
@@ -118,35 +118,35 @@ files:
|
|
|
118
118
|
- LICENSE
|
|
119
119
|
- VERSION
|
|
120
120
|
- README.mkd
|
|
121
|
-
- libexec/proxy
|
|
122
121
|
- libexec/build
|
|
123
|
-
- libexec/
|
|
124
|
-
- libexec/stage
|
|
125
|
-
- libexec/rollback
|
|
122
|
+
- libexec/check
|
|
126
123
|
- libexec/compare
|
|
127
|
-
- libexec/shell
|
|
128
|
-
- libexec/deploy
|
|
129
124
|
- libexec/config
|
|
125
|
+
- libexec/deploy
|
|
126
|
+
- libexec/dist
|
|
130
127
|
- libexec/dna
|
|
131
|
-
- libexec/check
|
|
132
|
-
- libexec/invoke
|
|
133
128
|
- libexec/hosts
|
|
129
|
+
- libexec/invoke
|
|
130
|
+
- libexec/proxy
|
|
134
131
|
- libexec/release
|
|
135
|
-
- libexec/
|
|
136
|
-
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
132
|
+
- libexec/restart
|
|
133
|
+
- libexec/rollback
|
|
134
|
+
- libexec/shell
|
|
135
|
+
- libexec/stage
|
|
136
|
+
- lib/alpha_omega/deploy/dependencies.rb
|
|
139
137
|
- 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
|
|
140
142
|
- lib/alpha_omega/deploy/strategy/base.rb
|
|
141
143
|
- lib/alpha_omega/deploy/strategy/checkout.rb
|
|
142
144
|
- lib/alpha_omega/deploy/strategy/remote.rb
|
|
143
|
-
- lib/alpha_omega/deploy/scm.rb
|
|
144
|
-
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
|
145
145
|
- lib/alpha_omega/deploy/strategy.rb
|
|
146
|
-
- lib/alpha_omega/deploy/
|
|
147
|
-
- lib/alpha_omega/deploy
|
|
148
|
-
- lib/alpha_omega/
|
|
149
|
-
- lib/alpha_omega/
|
|
146
|
+
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
|
147
|
+
- lib/alpha_omega/deploy.rb
|
|
148
|
+
- lib/alpha_omega/utils.rb
|
|
149
|
+
- lib/alpha_omega/version.rb
|
|
150
150
|
- bin/alpha_omega
|
|
151
151
|
homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
|
|
152
152
|
licenses: []
|
|
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
177
177
|
requirements: []
|
|
178
178
|
|
|
179
179
|
rubyforge_project:
|
|
180
|
-
rubygems_version: 1.8.
|
|
180
|
+
rubygems_version: 1.8.21
|
|
181
181
|
signing_key:
|
|
182
182
|
specification_version: 3
|
|
183
183
|
summary: alpha_omega capistrano recipes
|