octopus-serverspec-extensions 0.11.4 → 0.11.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 436c66f7880290ab7270d0cdc9dfbde5992d0b53
4
- data.tar.gz: 742e09ce86c357f2f9faeeca308156fc16f59bfc
3
+ metadata.gz: 191f48cdc8a2cc3a4078038d9b6132d92f0cc2f3
4
+ data.tar.gz: c6fb77dc9336464ef109949d86d721c01c48f36a
5
5
  SHA512:
6
- metadata.gz: 770f017d7bb081f964abaf91abdcddd0ca2f7a4fd43f042c08141a7c7a41d96b18ed99420d8393960b68f4cdd4b30104ea8abb4359ca80a3e569b4b7e207d176
7
- data.tar.gz: d77ee33dfd450d4f703a1560688f652904dcd436f93dcd92d0eafc671cdc258a26f897371c3f1769755111d2677e9079e28600dbfb31589ad389ff435f80f6ea
6
+ metadata.gz: '086a60f27a73b753e354fe9da32bab65ceb4decb00c716053c00f0d50202581b7ea7bdfa22cd0f59e78d139920fdc4341b0f8f4a0ad7a912f7fefecc9d8a89fa'
7
+ data.tar.gz: '0764624262950acb02b01c9dcc0b037ce394cac60fdc37a4860afcb19e1e4d5c1f851fc73c0bdefd447ca2a368154b8187e3589e017c12f77458d1bbf6a3c508'
@@ -25,7 +25,7 @@ module Serverspec::Type
25
25
  end
26
26
 
27
27
  if (exists?)
28
- thumbprint = `"c:\\program files\\Octopus Deploy\\Tentacle\\Tentacle.exe" --console --show-thumbprint --nologo --instance #{instance}`.strip.gsub('The thumbprint of this Tentacle is: ', '')
28
+ thumbprint = `"c:\\program files\\Octopus Deploy\\Tentacle\\Tentacle.exe" show-thumbprint --console --nologo --instance #{instance}`.strip.gsub('The thumbprint of this Tentacle is: ', '')
29
29
  @machine = get_machine_via_api(serverUrl, apiKey, thumbprint)
30
30
  end
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module OctopusServerSpecExtensions
2
- VERSION = "0.11.4"
2
+ VERSION = "0.11.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopus-serverspec-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.4
4
+ version: 0.11.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Richardson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-28 00:00:00.000000000 Z
11
+ date: 2017-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: serverspec