alpha_omega 0.0.54 → 0.0.55
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/deploy.rb +6 -1
- data/lib/alpha_omega/version.rb +1 -1
- metadata +3 -3
data/lib/alpha_omega/deploy.rb
CHANGED
|
@@ -336,7 +336,12 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
|
|
|
336
336
|
Apply microwave tvdinners to a release directory.
|
|
337
337
|
DESC
|
|
338
338
|
task :cook, :roles => :app, :except => { :no_release => true } do
|
|
339
|
-
|
|
339
|
+
run_script = <<-SCRIPT
|
|
340
|
+
set -e; cd #{release_path};
|
|
341
|
+
if [[ -x bin/nuke ]]; then #{ruby_loader} bin/nuke; fi;
|
|
342
|
+
SCRIPT
|
|
343
|
+
|
|
344
|
+
run run_script.gsub(/[\n\r]+[ \t]+/, " ")
|
|
340
345
|
end
|
|
341
346
|
|
|
342
347
|
desc <<-DESC
|
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: 113
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 55
|
|
10
|
+
version: 0.0.55
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|