gisha 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57acb1b2035e49c0422381f0ac14ac6d7ae788d5
4
- data.tar.gz: 12f62035abfa1852276bb229dd552e0ff7d5d7c4
3
+ metadata.gz: d47976e05b8dbfcb3d583fa26ccaa93e6cd3ca81
4
+ data.tar.gz: 56ecaf821533b35fa416762d65491e2089c0e1c7
5
5
  SHA512:
6
- metadata.gz: 59d6408e94d56361376249f90d6331f0dfa282223b4bdc346a13d1051e4cebfe806423eb2244813ef8bf391768d098637e2d0dacd21299d7928ffe071a92bca6
7
- data.tar.gz: e45816bcc2091e9632741b96f5ed9abd29036a406586c6ba343f6bf60727c25528eadd9f05df4ac356fbbfa3f4fb1ad484c26a47ca099618d4ab995f43533981
6
+ metadata.gz: 281cabe934592bafeb96ce8770fc6a9780dd1dabbe21446f341eb630f510d2ed76e0e64ee8e5e6faee169e4e2ca2c3128fe2222c63aa056f8b46283e372eb701
7
+ data.tar.gz: 36776c0e22370f15f7e9a1d6f013f068df4b70ab4e79248f09b2966ca45b22678fe173c15812bf4c0e8852b093238b580da9dc7aafcfd42090c604a86131d368
data/hooks/update CHANGED
@@ -5,7 +5,7 @@ old_revision = ARGV[1]
5
5
  new_revision = ARGV[2]
6
6
  repository_path = Dir.pwd
7
7
  key_id = ENV['KEY_ID']
8
- deploy_url = "#{ENV['SPASS_CONTROLLER_URL']}/api/deploy/start"
8
+ deploy_url = ENV['DEPLOY_URL']
9
9
 
10
10
  require 'gisha'
11
11
 
@@ -35,7 +35,7 @@ module Gisha
35
35
  {
36
36
  'PATH' => ENV['PATH'],
37
37
  'LD_LIBRARY_PATH' => ENV['LD_LIBRARY_PATH'],
38
- 'SPASS_CONTROLLER_URL' => ENV['SPASS_CONTROLLER_URL'],
38
+ 'DEPLOY_URL' => ENV['DEPLOY_URL'],
39
39
  'KEY_ID' => key_id
40
40
  }, *args, unsetenv_others: true)
41
41
  end
data/lib/gisha/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Gisha
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gisha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salvatore Ferrucci
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-08 00:00:00.000000000 Z
11
+ date: 2015-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clamp