alpha_omega 0.0.59 → 0.0.60

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.
@@ -31,10 +31,11 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
31
31
 
32
32
  _cset :scm, :git
33
33
  _cset :deploy_via, :checkout
34
- _cset :default_shell, "/bin/bash"
34
+ _cset(:branch) { AlphaOmega.what_branch }
35
+ _cset(:revision) { source.head }
35
36
 
37
+ _cset :default_shell, "/bin/bash"
36
38
  _cset(:deploy_to) { "/u/apps/#{application}" }
37
- _cset(:revision) { source.head }
38
39
 
39
40
  _cset :root_user, "root"
40
41
  _cset :root_group, "root"
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.59"
2
+ Version = "0.0.60"
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: 105
4
+ hash: 103
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 59
10
- version: 0.0.59
9
+ - 60
10
+ version: 0.0.60
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem