gisha 0.0.5 → 0.0.6
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 +4 -4
- data/hooks/update +1 -1
- data/lib/gisha/cli.rb +1 -1
- data/lib/gisha/commands/deploy.rb +5 -1
- data/lib/gisha/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57acb1b2035e49c0422381f0ac14ac6d7ae788d5
|
4
|
+
data.tar.gz: 12f62035abfa1852276bb229dd552e0ff7d5d7c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59d6408e94d56361376249f90d6331f0dfa282223b4bdc346a13d1051e4cebfe806423eb2244813ef8bf391768d098637e2d0dacd21299d7928ffe071a92bca6
|
7
|
+
data.tar.gz: e45816bcc2091e9632741b96f5ed9abd29036a406586c6ba343f6bf60727c25528eadd9f05df4ac356fbbfa3f4fb1ad484c26a47ca099618d4ab995f43533981
|
data/hooks/update
CHANGED
@@ -10,7 +10,7 @@ deploy_url = "#{ENV['SPASS_CONTROLLER_URL']}/api/deploy/start"
|
|
10
10
|
require 'gisha'
|
11
11
|
|
12
12
|
begin
|
13
|
-
Gisha::CLI.run 'gisha', ['
|
13
|
+
Gisha::CLI.run 'gisha', ['deploy', deploy_url, key_id, repository_path, new_revision]
|
14
14
|
rescue
|
15
15
|
exit 1
|
16
16
|
end
|
data/lib/gisha/cli.rb
CHANGED
@@ -17,7 +17,7 @@ module Gisha
|
|
17
17
|
class AddKeyCommand < Clamp::Command
|
18
18
|
parameter 'ID', 'id to identify the key'
|
19
19
|
parameter 'KEY', 'public key that was provided to the server'
|
20
|
-
parameter 'AUTH_FILE', 'file containing public keys for public key authentication
|
20
|
+
parameter 'AUTH_FILE', 'file containing public keys for public key authentication'
|
21
21
|
|
22
22
|
def execute
|
23
23
|
Commands::Key.new(auth_file, id, key).add
|
data/lib/gisha/version.rb
CHANGED
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.
|
4
|
+
version: 0.0.6
|
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-
|
11
|
+
date: 2014-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: clamp
|