alpha_omega 0.0.85 → 0.0.86

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.85"
2
+ Version = "0.0.86"
3
3
  end
data/libexec/proxy CHANGED
@@ -2,5 +2,6 @@
2
2
 
3
3
  hst_proxy="${GATEWAY:=deploy}"
4
4
  git_url="$(git config --list | grep remote.origin.url | cut -d= -f2-)"
5
+ git_head="$(git log HEAD | head -1 | grep ^commit | awk '{print $2})"
5
6
 
6
- ssh $hst_proxy alpha_omega_proxy_helper "$USER" "$git_url" "$@"
7
+ ssh $hst_proxy alpha_omega_proxy_helper "$USER" "$git_url" "$git_head" "$@"
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: 181
4
+ hash: 179
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 85
10
- version: 0.0.85
9
+ - 86
10
+ version: 0.0.86
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem