alpha_omega 0.0.77 → 0.0.78
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 +0 -1
- data/lib/alpha_omega/version.rb +1 -1
- metadata +17 -17
data/lib/alpha_omega/utils.rb
CHANGED
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: 131
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 78
|
|
10
|
+
version: 0.0.78
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|
|
@@ -131,29 +131,29 @@ files:
|
|
|
131
131
|
- LICENSE
|
|
132
132
|
- README.mkd
|
|
133
133
|
- Procfile.rb
|
|
134
|
+
- libexec/rollback
|
|
135
|
+
- libexec/stage
|
|
134
136
|
- libexec/patch
|
|
135
|
-
- libexec/shell
|
|
136
137
|
- libexec/compare
|
|
137
|
-
- libexec/rollback
|
|
138
|
-
- libexec/dna
|
|
139
|
-
- libexec/hosts
|
|
140
138
|
- libexec/check
|
|
141
139
|
- libexec/deploy
|
|
142
|
-
- libexec/
|
|
143
|
-
-
|
|
144
|
-
-
|
|
140
|
+
- libexec/shell
|
|
141
|
+
- libexec/dna
|
|
142
|
+
- libexec/hosts
|
|
145
143
|
- lib/alpha_omega/deploy.rb
|
|
144
|
+
- lib/alpha_omega/version.rb
|
|
145
|
+
- lib/alpha_omega/deploy/scm.rb
|
|
146
|
+
- lib/alpha_omega/deploy/dependencies.rb
|
|
147
|
+
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
|
146
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/strategy/base.rb
|
|
147
152
|
- lib/alpha_omega/deploy/strategy/checkout.rb
|
|
148
153
|
- lib/alpha_omega/deploy/strategy/remote.rb
|
|
149
|
-
- lib/alpha_omega/deploy/strategy/base.rb
|
|
150
|
-
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
|
151
|
-
- lib/alpha_omega/deploy/remote_dependency.rb
|
|
152
|
-
- lib/alpha_omega/deploy/scm.rb
|
|
153
|
-
- lib/alpha_omega/deploy/dependencies.rb
|
|
154
154
|
- lib/alpha_omega/deploy/local_dependency.rb
|
|
155
|
-
- lib/alpha_omega/deploy/
|
|
156
|
-
- lib/alpha_omega/
|
|
155
|
+
- lib/alpha_omega/deploy/remote_dependency.rb
|
|
156
|
+
- lib/alpha_omega/utils.rb
|
|
157
157
|
- bin/alpha_omega
|
|
158
158
|
has_rdoc: true
|
|
159
159
|
homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
|