ruby-saml-bm 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Onelogin
2
2
  module Saml
3
- VERSION = '0.6.3'
3
+ VERSION = '0.6.4'
4
4
  end
5
5
  end
@@ -5,4 +5,4 @@ require 'onelogin/ruby-saml-bm/response'
5
5
  require 'onelogin/ruby-saml-bm/settings'
6
6
  require 'onelogin/ruby-saml-bm/validation_error'
7
7
  require 'onelogin/ruby-saml-bm/metadata'
8
- require 'onelogin/ruby-saml-bm/version'
8
+ require 'onelogin/ruby-saml-bm/version'
@@ -90,7 +90,7 @@ module XMLSecurity
90
90
 
91
91
  hashed_element = document.at_xpath("//*[@ID='#{uri[1..-1]}']")
92
92
 
93
- n_algorithm = canon_algorithm REXML::XPath.first(ref, '//ds:CanonicalizationMethod', 'ds' => DSIG)
93
+ canon_algorithm = canon_algorithm REXML::XPath.first(ref, '//ds:CanonicalizationMethod', 'ds' => DSIG)
94
94
  canon_hashed_element = hashed_element.canonicalize(canon_algorithm, inclusive_namespaces).gsub('&','&')
95
95
 
96
96
  digest_algorithm = algorithm(REXML::XPath.first(ref, "//ds:DigestMethod"))
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ruby-saml-bm
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.3
5
+ version: 0.6.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Extreme Development
@@ -82,12 +82,13 @@ files:
82
82
  - lib/onelogin/ruby-saml-bm/settings.rb
83
83
  - lib/onelogin/ruby-saml-bm/validation_error.rb
84
84
  - lib/onelogin/ruby-saml-bm/version.rb
85
- - lib/ruby-saml.rb
85
+ - lib/ruby-saml-bm.rb
86
86
  - lib/schemas/saml20assertion_schema.xsd
87
87
  - lib/schemas/saml20protocol_schema.xsd
88
88
  - lib/schemas/xenc_schema.xsd
89
89
  - lib/schemas/xmldsig_schema.xsd
90
90
  - lib/xml_security.rb
91
+ - ruby-saml-bm-0.6.3.gem
91
92
  - ruby-saml-bm.gemspec
92
93
  - test/certificates/certificate1
93
94
  - test/logoutrequest_test.rb