alpha_omega 0.0.45 → 0.0.46

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.
@@ -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, { [%x(which figlet).strip].reject {|f| !(File.executable? f)}.first || echo }
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
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.45"
2
+ Version = "0.0.46"
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: 69
4
+ hash: 67
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 45
10
- version: 0.0.45
9
+ - 46
10
+ version: 0.0.46
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem