signpost-verifier 0.1.6 → 0.1.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: e4bb13b957876256a53d5eb6c263f2b5fed82b10
4
- data.tar.gz: 6033992e2048d99a65ec5f1e3d03c9960bdc067e
3
+ metadata.gz: 3269b1ee48349c6261c5796b37fc26e6914d4d8f
4
+ data.tar.gz: 06f220f7f4dcbc0a674d16252430bf8027ec0677
5
5
  SHA512:
6
- metadata.gz: 7880c36d4f9db996e93c3ed8861ad6fc6ab3b5625b7574e3e8477c1fde46f9e13818a9cda2362c40ba09ba2bb470307d32c11492346443714285026e80f5d986
7
- data.tar.gz: 29282ecb8038c7af0b7a343d4b30e2a4b61b181efd3be6f19ece727e41b02b91d0d4203b5d82f1f35d0dd043a9ed9441ac7d2e882487f16a3ddeea83b69e9a1a
6
+ metadata.gz: c2fecdcb94b6bf80d12ee76ecd6ef96f943491b29c8bbf60402100d39dda358f694940e1a9d192dca50a5a5aad8098f74aaae7904cf9d86e2833ddf3b2662501
7
+ data.tar.gz: 26d716c2b636aad61b76f94c8c52f75fe9f9b4234cf4812cf9f1e04d01abe163b6202b3597482cb3faba582e0b79073466c8e9aa4fc4fd3c73a0f411669dcfaa
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module Signpost
2
2
  module Verifier
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
@@ -35,7 +35,7 @@ module Signpost # :nodoc:
35
35
  end
36
36
 
37
37
  out, err, stat = Open3.capture3(
38
- BIN_VERIFIER, authorized_keyfile.to_s, signature, stdin_data: canonical
38
+ BIN_VERIFIER, authorized_keyfile.to_s, canonical, stdin_data: signature
39
39
  )
40
40
  return out.strip if stat.success?
41
41
  bail("signature verification failed: #{err.strip}")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signpost-verifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burke Libbey