alpha_omega 0.0.63 → 0.0.64
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/version.rb +1 -1
- data/libexec/hosts +1 -1
- metadata +15 -15
data/lib/alpha_omega/version.rb
CHANGED
data/libexec/hosts
CHANGED
|
@@ -5,4 +5,4 @@ export LOCAL_ONLY=true
|
|
|
5
5
|
{
|
|
6
6
|
bundle check || { bundle --local --path vendor/bundle && bundle check; }
|
|
7
7
|
bundle exec cap $(for a in "$@"; do echo $a.echo; done)
|
|
8
|
-
} 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | awk '{print $NF}'
|
|
8
|
+
} 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | awk '{print $NF}' | sort -u
|
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: 159
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 64
|
|
10
|
+
version: 0.0.64
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|
|
@@ -116,28 +116,28 @@ files:
|
|
|
116
116
|
- LICENSE
|
|
117
117
|
- README.mkd
|
|
118
118
|
- Procfile.rb
|
|
119
|
+
- libexec/compare
|
|
120
|
+
- libexec/rollback
|
|
121
|
+
- libexec/shell
|
|
119
122
|
- libexec/major
|
|
123
|
+
- libexec/patch
|
|
120
124
|
- libexec/deploy
|
|
121
|
-
- libexec/rollback
|
|
122
125
|
- libexec/hosts
|
|
123
|
-
- libexec/compare
|
|
124
126
|
- libexec/stage
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
+
- lib/alpha_omega/version.rb
|
|
128
|
+
- lib/alpha_omega/deploy.rb
|
|
129
|
+
- lib/alpha_omega/utils.rb
|
|
130
|
+
- lib/alpha_omega/deploy/remote_dependency.rb
|
|
131
|
+
- lib/alpha_omega/deploy/strategy.rb
|
|
132
|
+
- lib/alpha_omega/deploy/dependencies.rb
|
|
133
|
+
- lib/alpha_omega/deploy/scm.rb
|
|
127
134
|
- lib/alpha_omega/deploy/strategy/remote.rb
|
|
128
135
|
- lib/alpha_omega/deploy/strategy/base.rb
|
|
129
136
|
- lib/alpha_omega/deploy/strategy/checkout.rb
|
|
130
|
-
- lib/alpha_omega/deploy/dependencies.rb
|
|
131
137
|
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
|
138
|
+
- lib/alpha_omega/deploy/local_dependency.rb
|
|
132
139
|
- lib/alpha_omega/deploy/scm/git.rb
|
|
133
140
|
- lib/alpha_omega/deploy/scm/base.rb
|
|
134
|
-
- lib/alpha_omega/deploy/strategy.rb
|
|
135
|
-
- lib/alpha_omega/deploy/local_dependency.rb
|
|
136
|
-
- lib/alpha_omega/deploy/remote_dependency.rb
|
|
137
|
-
- lib/alpha_omega/deploy/scm.rb
|
|
138
|
-
- lib/alpha_omega/utils.rb
|
|
139
|
-
- lib/alpha_omega/version.rb
|
|
140
|
-
- lib/alpha_omega/deploy.rb
|
|
141
141
|
- bin/alpha_omega
|
|
142
142
|
homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
|
|
143
143
|
licenses: []
|