alpha_omega 0.0.45 → 0.0.46
Sign up to get free protection for your applications and to get access to all the features.
- data/recipes/alpha_omega/deploy.rb +1 -1
- data/recipes/alpha_omega/version.rb +1 -1
- metadata +3 -3
@@ -44,7 +44,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
|
|
44
44
|
_cset :bundler_options, "--deployment --without development test"
|
45
45
|
_cset :ruby_loader, ""
|
46
46
|
|
47
|
-
_cset :figlet
|
47
|
+
_cset (:figlet) { [%x(which figlet).strip].reject {|f| !(File.executable? f)}.first || echo }
|
48
48
|
|
49
49
|
# =========================================================================
|
50
50
|
# These variables should NOT be changed unless you are very confident in
|
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: 67
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 46
|
10
|
+
version: 0.0.46
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- David Nghiem
|