ruby-saml-mod 0.1.10 → 0.1.11

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.
@@ -78,7 +78,7 @@ module Onelogin::Saml
78
78
  end
79
79
 
80
80
  def fingerprint_from_idp
81
- if base64_cert = @document.find_first("//ds:X509Certificate")
81
+ if base64_cert = @document.find_first("//ds:X509Certificate", Onelogin::NAMESPACES)
82
82
  cert_text = Base64.decode64(base64_cert.content)
83
83
  cert = OpenSSL::X509::Certificate.new(cert_text)
84
84
  Digest::SHA1.hexdigest(cert.to_der)
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{ruby-saml-mod}
3
- s.version = "0.1.10"
3
+ s.version = "0.1.11"
4
4
 
5
5
  s.authors = ["OneLogin LLC", "Bracken", "Zach", "Cody"]
6
- s.date = %q{2012-04-30}
6
+ s.date = %q{2012-05-03}
7
7
  s.extra_rdoc_files = [
8
8
  "LICENSE"
9
9
  ]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-saml-mod
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 10
10
- version: 0.1.10
9
+ - 11
10
+ version: 0.1.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - OneLogin LLC
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2012-04-30 00:00:00 Z
21
+ date: 2012-05-03 00:00:00 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: libxml-ruby