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.
@@ -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
- run "[[ -x bin/nuke ]] && #{ruby_loader} bin/nuke"
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
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.54"
2
+ Version = "0.0.55"
3
3
  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: 115
4
+ hash: 113
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 54
10
- version: 0.0.54
9
+ - 55
10
+ version: 0.0.55
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem