libsaml 2.6.6 → 2.6.7

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: 0f166e30ba8b06a38d51018ee61f61986a04a64f
4
- data.tar.gz: a9732c7427136ff30a90356ba50a2ce6e0dd367b
3
+ metadata.gz: 72e3ce4577baaad2edea2cf549a6475aa5a7f020
4
+ data.tar.gz: b8ee8698e1d73a580b083ebd11ed8a6108c423ef
5
5
  SHA512:
6
- metadata.gz: 120302dc06636fd8e98c20f0d682fa7030a60bf76a15bb7f9b0a034a08ff8847f955e8473e7f2bb0201b4a05ff3031d2a309f01edb22f363a88fd6df1ec7f45a
7
- data.tar.gz: ec028775d2f533ca8b239b17fb70f14c6016e849f187b9beeb062314f41e4cb66bb5d4abb28091dd993645a397ea47b44182acabcc6c8e026beff90e46ad66f2
6
+ metadata.gz: 739881c84e98d856a3aa94601cac45ad5d1e067730357ff3e150aeda489b82999e1908a5f4033a99af193a4376513ccdec76f72d0c802a14d3492c305ebdfac5
7
+ data.tar.gz: 4686a95c8e344cc25193bacf2d9f90188075b312e3963aae580a10c55b3e2454e4bbcba594b8b7d03e00ae060262750bd3b5a1f3344cf27f69689871f1b3c796
@@ -20,7 +20,7 @@ module Saml
20
20
  attribute :destination, String, tag: 'Destination'
21
21
  element :issuer, String, namespace: 'saml', tag: 'Issuer'
22
22
 
23
- has_one :signature, Saml::Elements::Signature
23
+ has_one :signature, Saml::Elements::Signature, xpath: "./"
24
24
  has_one :extensions, Saml::Elements::SAMLPExtensions
25
25
 
26
26
  attr_accessor :actual_destination
data/lib/saml/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Saml
2
- VERSION = "2.6.6"
2
+ VERSION = "2.6.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libsaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.6
4
+ version: 2.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoist Claassen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-02 00:00:00.000000000 Z
11
+ date: 2015-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport