alpha_omega 0.0.208 → 0.0.210
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
- data/lib/alpha_omega/deploy.rb +8 -8
- metadata +142 -137
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.210
|
data/lib/alpha_omega/deploy.rb
CHANGED
|
@@ -148,14 +148,14 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
|
|
|
148
148
|
_cset(:migrate_release) { File.join(releases_path, migrate_release_name) }
|
|
149
149
|
_cset(:deploy_release) { File.join(releases_path, deploy_release_name) }
|
|
150
150
|
|
|
151
|
-
_cset(:rollback_revision) { capture("cat #{rollback_release}/REVISION").strip }
|
|
152
|
-
_cset(:previous_revision) { capture("cat #{previous_release}/REVISION").strip }
|
|
153
|
-
_cset(:current_revision) { capture("cat #{current_release}/REVISION").strip }
|
|
154
|
-
_cset(:next_revision) { capture("cat #{next_release}/REVISION").strip }
|
|
155
|
-
_cset(:active_revision) { capture("cat #{active_release}/REVISION").strip }
|
|
156
|
-
_cset(:compare_revision) { capture("cat #{compare_release}/REVISION").strip }
|
|
157
|
-
_cset(:migrate_revision) { capture("cat #{migrate_release}/REVISION").strip }
|
|
158
|
-
_cset(:deploy_revision) { capture("cat #{deploy_release}/REVISION").strip }
|
|
151
|
+
_cset(:rollback_revision) { capture("cat #{rollback_release}/REVISION 2>&- || true").strip }
|
|
152
|
+
_cset(:previous_revision) { capture("cat #{previous_release}/REVISION 2>&- || true").strip }
|
|
153
|
+
_cset(:current_revision) { capture("cat #{current_release}/REVISION 2>&- || true").strip }
|
|
154
|
+
_cset(:next_revision) { capture("cat #{next_release}/REVISION 2>&- || true").strip }
|
|
155
|
+
_cset(:active_revision) { capture("cat #{active_release}/REVISION 2>&- || true").strip }
|
|
156
|
+
_cset(:compare_revision) { capture("cat #{compare_release}/REVISION 2>&- || true").strip }
|
|
157
|
+
_cset(:migrate_revision) { capture("cat #{migrate_release}/REVISION 2>&- || true").strip }
|
|
158
|
+
_cset(:deploy_revision) { capture("cat #{deploy_release}/REVISION 2>&- || true").strip }
|
|
159
159
|
|
|
160
160
|
# =========================================================================
|
|
161
161
|
# deploy:lock defaults
|
metadata
CHANGED
|
@@ -1,208 +1,213 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alpha_omega
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 443
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 210
|
|
10
|
+
version: 0.0.210
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- David Nghiem
|
|
9
14
|
- Tom Bombadil
|
|
10
15
|
autorequire:
|
|
11
16
|
bindir: bin
|
|
12
17
|
cert_chain: []
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
18
|
+
|
|
19
|
+
date: 2011-08-31 00:00:00 +00:00
|
|
20
|
+
default_executable:
|
|
21
|
+
dependencies:
|
|
22
|
+
- !ruby/object:Gem::Dependency
|
|
16
23
|
name: json
|
|
17
|
-
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
|
-
requirements:
|
|
20
|
-
- - ! '>='
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '0'
|
|
23
|
-
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
|
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
26
|
none: false
|
|
27
|
-
requirements:
|
|
28
|
-
- -
|
|
29
|
-
- !ruby/object:Gem::Version
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
none: false
|
|
35
|
-
requirements:
|
|
36
|
-
- - ! '>='
|
|
37
|
-
- !ruby/object:Gem::Version
|
|
38
|
-
version: '0'
|
|
27
|
+
requirements:
|
|
28
|
+
- - ">="
|
|
29
|
+
- !ruby/object:Gem::Version
|
|
30
|
+
hash: 3
|
|
31
|
+
segments:
|
|
32
|
+
- 0
|
|
33
|
+
version: "0"
|
|
39
34
|
type: :runtime
|
|
35
|
+
version_requirements: *id001
|
|
36
|
+
- !ruby/object:Gem::Dependency
|
|
37
|
+
name: grit
|
|
40
38
|
prerelease: false
|
|
41
|
-
|
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
42
40
|
none: false
|
|
43
|
-
requirements:
|
|
44
|
-
- -
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
none: false
|
|
51
|
-
requirements:
|
|
52
|
-
- - ! '>='
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '0'
|
|
41
|
+
requirements:
|
|
42
|
+
- - ">="
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
44
|
+
hash: 3
|
|
45
|
+
segments:
|
|
46
|
+
- 0
|
|
47
|
+
version: "0"
|
|
55
48
|
type: :runtime
|
|
49
|
+
version_requirements: *id002
|
|
50
|
+
- !ruby/object:Gem::Dependency
|
|
51
|
+
name: surface
|
|
56
52
|
prerelease: false
|
|
57
|
-
|
|
53
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
58
54
|
none: false
|
|
59
|
-
requirements:
|
|
60
|
-
- -
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
none: false
|
|
67
|
-
requirements:
|
|
68
|
-
- - ! '>='
|
|
69
|
-
- !ruby/object:Gem::Version
|
|
70
|
-
version: '0'
|
|
55
|
+
requirements:
|
|
56
|
+
- - ">="
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
hash: 3
|
|
59
|
+
segments:
|
|
60
|
+
- 0
|
|
61
|
+
version: "0"
|
|
71
62
|
type: :runtime
|
|
63
|
+
version_requirements: *id003
|
|
64
|
+
- !ruby/object:Gem::Dependency
|
|
65
|
+
name: deep_merge
|
|
72
66
|
prerelease: false
|
|
73
|
-
|
|
74
|
-
none: false
|
|
75
|
-
requirements:
|
|
76
|
-
- - ! '>='
|
|
77
|
-
- !ruby/object:Gem::Version
|
|
78
|
-
version: '0'
|
|
79
|
-
- !ruby/object:Gem::Dependency
|
|
80
|
-
name: HeSYINUvSBZfxqA-capistrano
|
|
81
|
-
requirement: !ruby/object:Gem::Requirement
|
|
67
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
82
68
|
none: false
|
|
83
|
-
requirements:
|
|
84
|
-
- -
|
|
85
|
-
- !ruby/object:Gem::Version
|
|
86
|
-
|
|
69
|
+
requirements:
|
|
70
|
+
- - ">="
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
hash: 3
|
|
73
|
+
segments:
|
|
74
|
+
- 0
|
|
75
|
+
version: "0"
|
|
87
76
|
type: :runtime
|
|
77
|
+
version_requirements: *id004
|
|
78
|
+
- !ruby/object:Gem::Dependency
|
|
79
|
+
name: HeSYINUvSBZfxqA-capistrano
|
|
88
80
|
prerelease: false
|
|
89
|
-
|
|
90
|
-
none: false
|
|
91
|
-
requirements:
|
|
92
|
-
- - ! '>='
|
|
93
|
-
- !ruby/object:Gem::Version
|
|
94
|
-
version: '0'
|
|
95
|
-
- !ruby/object:Gem::Dependency
|
|
96
|
-
name: HeSYINUvSBZfxqA-capistrano_colors
|
|
97
|
-
requirement: !ruby/object:Gem::Requirement
|
|
81
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
|
98
82
|
none: false
|
|
99
|
-
requirements:
|
|
100
|
-
- -
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
|
|
83
|
+
requirements:
|
|
84
|
+
- - ">="
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
hash: 3
|
|
87
|
+
segments:
|
|
88
|
+
- 0
|
|
89
|
+
version: "0"
|
|
103
90
|
type: :runtime
|
|
91
|
+
version_requirements: *id005
|
|
92
|
+
- !ruby/object:Gem::Dependency
|
|
93
|
+
name: HeSYINUvSBZfxqA-capistrano_colors
|
|
104
94
|
prerelease: false
|
|
105
|
-
|
|
95
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
|
106
96
|
none: false
|
|
107
|
-
requirements:
|
|
108
|
-
- -
|
|
109
|
-
- !ruby/object:Gem::Version
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
none: false
|
|
115
|
-
requirements:
|
|
116
|
-
- - ! '>='
|
|
117
|
-
- !ruby/object:Gem::Version
|
|
118
|
-
version: '0'
|
|
97
|
+
requirements:
|
|
98
|
+
- - ">="
|
|
99
|
+
- !ruby/object:Gem::Version
|
|
100
|
+
hash: 3
|
|
101
|
+
segments:
|
|
102
|
+
- 0
|
|
103
|
+
version: "0"
|
|
119
104
|
type: :runtime
|
|
105
|
+
version_requirements: *id006
|
|
106
|
+
- !ruby/object:Gem::Dependency
|
|
107
|
+
name: HeSYINUvSBZfxqA-capistrano_log
|
|
120
108
|
prerelease: false
|
|
121
|
-
|
|
109
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
|
122
110
|
none: false
|
|
123
|
-
requirements:
|
|
124
|
-
- -
|
|
125
|
-
- !ruby/object:Gem::Version
|
|
126
|
-
|
|
111
|
+
requirements:
|
|
112
|
+
- - ">="
|
|
113
|
+
- !ruby/object:Gem::Version
|
|
114
|
+
hash: 3
|
|
115
|
+
segments:
|
|
116
|
+
- 0
|
|
117
|
+
version: "0"
|
|
118
|
+
type: :runtime
|
|
119
|
+
version_requirements: *id007
|
|
127
120
|
description: Common reciples for persistent capistrano releases
|
|
128
|
-
email:
|
|
121
|
+
email:
|
|
129
122
|
- nghidav@gmail.com
|
|
130
123
|
- amanibhavam@destructuring.org
|
|
131
|
-
executables:
|
|
124
|
+
executables:
|
|
132
125
|
- alpha_omega
|
|
133
126
|
extensions: []
|
|
127
|
+
|
|
134
128
|
extra_rdoc_files: []
|
|
135
|
-
|
|
129
|
+
|
|
130
|
+
files:
|
|
136
131
|
- LICENSE
|
|
137
132
|
- VERSION
|
|
138
133
|
- README.mkd
|
|
139
134
|
- libexec/activate
|
|
140
135
|
- libexec/build
|
|
141
|
-
- libexec/
|
|
136
|
+
- libexec/stage
|
|
142
137
|
- libexec/check
|
|
143
|
-
- libexec/
|
|
144
|
-
- libexec/config
|
|
145
|
-
- libexec/debug
|
|
138
|
+
- libexec/shocco
|
|
146
139
|
- libexec/deploy
|
|
147
140
|
- libexec/dist
|
|
148
|
-
- libexec/
|
|
141
|
+
- libexec/restart
|
|
142
|
+
- libexec/bump
|
|
149
143
|
- libexec/hosts
|
|
150
|
-
- libexec/
|
|
151
|
-
- libexec/lock
|
|
144
|
+
- libexec/config
|
|
152
145
|
- libexec/migrate
|
|
146
|
+
- libexec/rollback
|
|
147
|
+
- libexec/invoke
|
|
153
148
|
- libexec/plan
|
|
154
|
-
- libexec/
|
|
149
|
+
- libexec/task
|
|
155
150
|
- libexec/release
|
|
151
|
+
- libexec/shocco.sh
|
|
152
|
+
- libexec/compare
|
|
156
153
|
- libexec/repl
|
|
157
|
-
- libexec/restart
|
|
158
|
-
- libexec/rocco
|
|
159
|
-
- libexec/rollback
|
|
160
154
|
- libexec/shell
|
|
161
|
-
- libexec/
|
|
162
|
-
- libexec/
|
|
163
|
-
- libexec/
|
|
164
|
-
- libexec/task
|
|
155
|
+
- libexec/lock
|
|
156
|
+
- libexec/rocco
|
|
157
|
+
- libexec/pygmentize
|
|
165
158
|
- libexec/unlock
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
- lib/alpha_omega/deploy
|
|
169
|
-
- lib/alpha_omega/deploy/
|
|
159
|
+
- libexec/dna
|
|
160
|
+
- libexec/debug
|
|
161
|
+
- lib/alpha_omega/deploy.rb
|
|
162
|
+
- lib/alpha_omega/deploy/strategy.rb
|
|
170
163
|
- lib/alpha_omega/deploy/scm/git.rb
|
|
164
|
+
- lib/alpha_omega/deploy/scm/base.rb
|
|
165
|
+
- lib/alpha_omega/deploy/remote_dependency.rb
|
|
166
|
+
- lib/alpha_omega/deploy/dependencies.rb
|
|
171
167
|
- lib/alpha_omega/deploy/scm.rb
|
|
172
|
-
- lib/alpha_omega/deploy/
|
|
168
|
+
- lib/alpha_omega/deploy/local_dependency.rb
|
|
173
169
|
- lib/alpha_omega/deploy/strategy/checkout.rb
|
|
174
170
|
- lib/alpha_omega/deploy/strategy/remote.rb
|
|
175
|
-
- lib/alpha_omega/deploy/strategy.rb
|
|
171
|
+
- lib/alpha_omega/deploy/strategy/base.rb
|
|
176
172
|
- lib/alpha_omega/deploy/templates/maintenance.rhtml
|
|
177
173
|
- lib/alpha_omega/deploy.html
|
|
178
|
-
- lib/alpha_omega/deploy.rb
|
|
179
|
-
- lib/alpha_omega/utils.rb
|
|
180
174
|
- lib/alpha_omega/version.rb
|
|
175
|
+
- lib/alpha_omega/utils.rb
|
|
181
176
|
- lib/development.rb
|
|
182
|
-
-
|
|
183
|
-
|
|
177
|
+
- bin/alpha_omega
|
|
178
|
+
has_rdoc: true
|
|
184
179
|
homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
|
|
185
180
|
licenses: []
|
|
181
|
+
|
|
186
182
|
post_install_message:
|
|
187
183
|
rdoc_options: []
|
|
188
|
-
|
|
184
|
+
|
|
185
|
+
require_paths:
|
|
189
186
|
- lib
|
|
190
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
187
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
191
188
|
none: false
|
|
192
|
-
requirements:
|
|
193
|
-
- -
|
|
194
|
-
- !ruby/object:Gem::Version
|
|
195
|
-
|
|
196
|
-
|
|
189
|
+
requirements:
|
|
190
|
+
- - ">="
|
|
191
|
+
- !ruby/object:Gem::Version
|
|
192
|
+
hash: 3
|
|
193
|
+
segments:
|
|
194
|
+
- 0
|
|
195
|
+
version: "0"
|
|
196
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
none: false
|
|
198
|
-
requirements:
|
|
199
|
-
- -
|
|
200
|
-
- !ruby/object:Gem::Version
|
|
201
|
-
|
|
198
|
+
requirements:
|
|
199
|
+
- - ">="
|
|
200
|
+
- !ruby/object:Gem::Version
|
|
201
|
+
hash: 3
|
|
202
|
+
segments:
|
|
203
|
+
- 0
|
|
204
|
+
version: "0"
|
|
202
205
|
requirements: []
|
|
206
|
+
|
|
203
207
|
rubyforge_project:
|
|
204
|
-
rubygems_version: 1.
|
|
208
|
+
rubygems_version: 1.5.3
|
|
205
209
|
signing_key:
|
|
206
210
|
specification_version: 3
|
|
207
211
|
summary: alpha_omega capistrano recipes
|
|
208
212
|
test_files: []
|
|
213
|
+
|