alpha_omega 1.3.39 → 1.3.40
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 +1 -1
- data/lib/alpha_omega/deploy.rb +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.40
|
data/lib/alpha_omega/deploy.rb
CHANGED
|
@@ -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:
|
|
4
|
+
hash: 75
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 40
|
|
10
|
+
version: 1.3.40
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|