alpha_omega 1.3.39 → 1.3.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/alpha_omega/deploy.rb +2 -2
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.39
1
+ 1.3.40
@@ -59,7 +59,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
59
59
  _cset :success, false
60
60
 
61
61
  _cset (:figlet) {
62
- fig = %x(which figlet).strip].reject {|f| !(File.executable? f)}.first
62
+ fig = [%x(which figlet).strip].reject {|f| !(File.executable? f)}.first
63
63
  fig ? "#{fig} -w 200" : "echo"
64
64
  }
65
65
 
@@ -626,7 +626,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
626
626
  end
627
627
  end
628
628
 
629
- task :successful
629
+ task :successful do
630
630
  if success
631
631
  system "#{figlet} success"
632
632
  else
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: 85
4
+ hash: 75
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 39
10
- version: 1.3.39
9
+ - 40
10
+ version: 1.3.40
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem