alpha_omega 1.3.45 → 1.3.46

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 CHANGED
@@ -1 +1 @@
1
- 1.3.45
1
+ 1.3.46
@@ -12,15 +12,6 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
12
12
  set :dir_perms, "0755"
13
13
  set :bundler_options, "--path vendor/bundle"
14
14
  set :skip_scm, true
15
-
16
- def run cmd
17
- logger.debug "executing locally #{cmd}"
18
- run_locally cmd
19
- if $?.to_i != 0
20
- logger.debug "failed with error code #{$?.to_i >> 8}"
21
- exit 1
22
- end
23
- end
24
15
  end
25
16
  end
26
17
  end
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: 65
4
+ hash: 71
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 45
10
- version: 1.3.45
9
+ - 46
10
+ version: 1.3.46
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem
@@ -16,8 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-31 00:00:00 +00:00
20
- default_executable:
19
+ date: 2011-08-31 00:00:00 Z
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
23
22
  name: json
@@ -103,96 +102,95 @@ files:
103
102
  - LICENSE
104
103
  - VERSION
105
104
  - README.mkd
106
- - libexec/aoh-lock
107
- - libexec/build
108
- - libexec/publish-gem
109
- - libexec/_treadstone
105
+ - libexec/_ao
106
+ - libexec/_bump
107
+ - libexec/_jason
108
+ - libexec/_log4sh
110
109
  - libexec/_meat
111
- - libexec/aoh-restart
112
- - libexec/aoh-dist
113
110
  - libexec/_prime
114
- - libexec/local-helper
115
- - libexec/aoh-migrate
116
- - libexec/aoh-dna
117
- - libexec/aoh-stage
118
- - libexec/bump
119
- - libexec/_log4sh
120
- - libexec/_jason
121
- - libexec/build-gem
122
- - libexec/edit-gem
123
- - libexec/aoh-compare
124
- - libexec/aoh-rollback
125
- - libexec/aoh-unlock
126
- - libexec/aoh-remote
127
- - libexec/aoh-deploy
128
- - libexec/aoh-debug
129
- - libexec/aoh-proxy
130
- - libexec/_sub
131
- - libexec/aoh-activate
132
- - libexec/aohelper
133
- - libexec/_shunit
134
- - libexec/aoh
135
- - libexec/aoh-task
136
111
  - libexec/_shflags
112
+ - libexec/_shunit
113
+ - libexec/_sub
114
+ - libexec/_treadstone
137
115
  - libexec/_versions
138
- - libexec/_bump
139
- - libexec/stub-prepare
140
- - libexec/aoh-init
116
+ - libexec/aoh
117
+ - libexec/aoh-activate
141
118
  - libexec/aoh-check
142
- - libexec/_ao
119
+ - libexec/aoh-compare
120
+ - libexec/aoh-debug
121
+ - libexec/aoh-deploy
122
+ - libexec/aoh-dist
123
+ - libexec/aoh-dna
143
124
  - libexec/aoh-hosts
144
- - libexec/aoh-shell
125
+ - libexec/aoh-init
126
+ - libexec/aoh-lock
127
+ - libexec/aoh-migrate
128
+ - libexec/aoh-proxy
145
129
  - libexec/aoh-release
130
+ - libexec/aoh-remote
131
+ - libexec/aoh-restart
132
+ - libexec/aoh-rollback
133
+ - libexec/aoh-shell
134
+ - libexec/aoh-stage
135
+ - libexec/aoh-task
136
+ - libexec/aoh-unlock
137
+ - libexec/aohelper
138
+ - libexec/build
139
+ - libexec/build-gem
140
+ - libexec/bump
141
+ - libexec/edit-gem
142
+ - libexec/local-helper
146
143
  - libexec/publish
147
- - lib/alpha_omega/deploy.rb
148
- - lib/alpha_omega/deploy/strategy.rb
149
- - lib/alpha_omega/deploy/scm/git.rb
150
- - lib/alpha_omega/deploy/scm/base.rb
151
- - lib/alpha_omega/deploy/remote_dependency.rb
152
- - lib/alpha_omega/deploy/dependencies.rb
153
- - lib/alpha_omega/deploy/scm.rb
154
- - lib/alpha_omega/deploy/local_dependency.rb
155
- - lib/alpha_omega/deploy/strategy/checkout.rb
156
- - lib/alpha_omega/deploy/strategy/remote.rb
157
- - lib/alpha_omega/deploy/strategy/base.rb
158
- - lib/alpha_omega/deploy/templates/maintenance.rhtml
159
- - lib/alpha_omega/version.rb
144
+ - libexec/publish-gem
145
+ - libexec/stub-prepare
160
146
  - lib/alpha_omega/config/deploy.rb
147
+ - lib/alpha_omega/config/deploy_challenge.rb
161
148
  - lib/alpha_omega/config/deploy_localhost.rb
162
- - lib/alpha_omega/config/deploy_notify.rb
163
149
  - lib/alpha_omega/config/deploy_log.rb
164
- - lib/alpha_omega/config/deploy_challenge.rb
150
+ - lib/alpha_omega/config/deploy_notify.rb
165
151
  - lib/alpha_omega/config/deploy_perf.rb
166
152
  - lib/alpha_omega/config/deploy_ssh.rb
153
+ - lib/alpha_omega/deploy/dependencies.rb
154
+ - lib/alpha_omega/deploy/local_dependency.rb
155
+ - lib/alpha_omega/deploy/remote_dependency.rb
156
+ - lib/alpha_omega/deploy/scm/base.rb
157
+ - lib/alpha_omega/deploy/scm/git.rb
158
+ - lib/alpha_omega/deploy/scm.rb
159
+ - lib/alpha_omega/deploy/strategy/base.rb
160
+ - lib/alpha_omega/deploy/strategy/checkout.rb
161
+ - lib/alpha_omega/deploy/strategy/remote.rb
162
+ - lib/alpha_omega/deploy/strategy.rb
163
+ - lib/alpha_omega/deploy/templates/maintenance.rhtml
164
+ - lib/alpha_omega/deploy.rb
167
165
  - lib/alpha_omega/utils.rb
166
+ - lib/alpha_omega/version.rb
168
167
  - lib/development.rb
169
168
  - sbin/activate
170
- - sbin/stage
169
+ - sbin/aoh
170
+ - sbin/aoh-stub
171
+ - sbin/bump
171
172
  - sbin/check
172
- - sbin/stub
173
+ - sbin/compare
174
+ - sbin/debug
173
175
  - sbin/deploy
174
176
  - sbin/dist
175
- - sbin/restart
176
- - sbin/local-helper
177
- - sbin/bump
177
+ - sbin/dna
178
178
  - sbin/hosts
179
+ - sbin/local-helper
180
+ - sbin/lock
179
181
  - sbin/migrate
182
+ - sbin/proxy
183
+ - sbin/release
184
+ - sbin/remote
180
185
  - sbin/remote-helper
186
+ - sbin/restart
181
187
  - sbin/rollback
182
- - sbin/task
183
- - sbin/release
184
- - sbin/proxy
185
- - sbin/compare
186
- - sbin/aoh
187
188
  - sbin/shell
188
- - sbin/lock
189
+ - sbin/stage
190
+ - sbin/stub
191
+ - sbin/task
189
192
  - sbin/unlock
190
- - sbin/dna
191
- - sbin/aoh-stub
192
- - sbin/remote
193
- - sbin/debug
194
193
  - bin/ao
195
- has_rdoc: true
196
194
  homepage: https://github.com/destructuring/alpha_omega
197
195
  licenses: []
198
196
 
@@ -222,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
220
  requirements: []
223
221
 
224
222
  rubyforge_project:
225
- rubygems_version: 1.5.3
223
+ rubygems_version: 1.8.24
226
224
  signing_key:
227
225
  specification_version: 3
228
226
  summary: alpha_omega capistrano recipes