alpha_omega 0.0.53 → 0.0.54

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,7 @@ 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 "#{ruby_loader} nuke"
339
+ run "[[ -x bin/nuke ]] && #{ruby_loader} bin/nuke"
340
340
  end
341
341
 
342
342
  desc <<-DESC
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.53"
2
+ Version = "0.0.54"
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: 117
4
+ hash: 115
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 53
10
- version: 0.0.53
9
+ - 54
10
+ version: 0.0.54
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem