alpha_omega 0.0.92 → 0.0.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,8 @@ require 'alpha_omega/utils'
8
8
  require 'capistrano_colors'
9
9
  require 'capistrano/log_with_awesome'
10
10
 
11
+ ENV["AO_USER"] || ENV["AO_USER"] = ENV["USER"]
12
+
11
13
  Capistrano::Configuration.instance(:must_exist).load do |config|
12
14
 
13
15
  def _cset(name, *args, &block)
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.92"
2
+ Version = "0.0.93"
3
3
  end
data/libexec/proxy CHANGED
@@ -1,6 +1,8 @@
1
1
  #!/bin/bash -e
2
2
 
3
3
  hst_proxy="${GATEWAY:=deploy}"
4
+
5
+ # remote arguments
4
6
  git_url="$(git config --list | grep remote.origin.url | cut -d= -f2-)"
5
7
  git_head="$(git log HEAD | head -1 | grep ^commit | awk '{print $2}')"
6
8
 
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: 167
4
+ hash: 165
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 92
10
- version: 0.0.92
9
+ - 93
10
+ version: 0.0.93
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem