xmlsec-shim 1.2.18.1 → 1.2.18.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ module Xmlsec
16
16
  def self.sign(doc_file, key_file)
17
17
  binary_name = Bin.join("xmlsec1")
18
18
  o, s = Open3.capture2("#{binary_name} --sign --privkey #{key_file} #{doc_file}")
19
- output = o.gets
19
+ output = o
20
20
  unless s.success?
21
21
  raise output
22
22
  end
@@ -1,5 +1,5 @@
1
1
  module Xmlsec
2
2
  module Shim
3
- VERSION = "1.2.18.1"
3
+ VERSION = "1.2.18.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmlsec-shim
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.18.1
4
+ version: 1.2.18.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: