alpha_omega 0.0.1 → 0.0.2
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/bin/deploy +3 -5
- data/libexec/deploy +6 -0
- data/{bin → libexec}/patch +0 -0
- data/{bin → libexec}/rollback +0 -0
- data/{bin → libexec}/stage +0 -0
- data/recipes/alpha_omega/version.rb +1 -1
- metadata +7 -9
data/bin/deploy
CHANGED
data/libexec/deploy
ADDED
data/{bin → libexec}/patch
RENAMED
|
File without changes
|
data/{bin → libexec}/rollback
RENAMED
|
File without changes
|
data/{bin → libexec}/stage
RENAMED
|
File without changes
|
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: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|
|
@@ -97,9 +97,6 @@ email:
|
|
|
97
97
|
- amanibhavam@destructuring.org
|
|
98
98
|
executables:
|
|
99
99
|
- deploy
|
|
100
|
-
- patch
|
|
101
|
-
- rollback
|
|
102
|
-
- stage
|
|
103
100
|
extensions: []
|
|
104
101
|
|
|
105
102
|
extra_rdoc_files:
|
|
@@ -114,9 +111,10 @@ files:
|
|
|
114
111
|
- README.mkd
|
|
115
112
|
- alpha_omega.gemspec
|
|
116
113
|
- bin/deploy
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
114
|
+
- libexec/deploy
|
|
115
|
+
- libexec/patch
|
|
116
|
+
- libexec/rollback
|
|
117
|
+
- libexec/stage
|
|
120
118
|
- recipes/alpha_omega/deploy.rb
|
|
121
119
|
- recipes/alpha_omega/deploy/dependencies.rb
|
|
122
120
|
- recipes/alpha_omega/deploy/local_dependency.rb
|