saml_camel 0.2.1 → 0.2.2

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: ae748230ac0230ac13ca645a14e0d5394a4a7ae0
4
- data.tar.gz: 1cc2096cbc175ee27688750af186f897fb6f525a
3
+ metadata.gz: 28b08cae52108c58df6749ee001140b88ed5f783
4
+ data.tar.gz: 286d17661c59fbe7cd0b588979adb0abdbc09fcb
5
5
  SHA512:
6
- metadata.gz: 55c69cba9cee795e417709c02d4c8348bd657ee104ebefd65241a57a91b0dd2177548adbc1998f753d073646ef8346dd8850b3abde2bcff86650281b7d22c1df
7
- data.tar.gz: 95d27ce112e6b95ce27f4f30af3af1a881888a7a67b39ef0a1c0771ae4f78f07497ce8d96d231674f9b0be02c8980e8f12cd11b5555323706bc407ff28dc58f4
6
+ metadata.gz: 0a400c238fb98ebfa7951e11b1ced46e095b4c0e08dbef17cb6e11ec04c68de04c73bf5f6dea9f9234187a695077b20588c9d18ba9e1f2292a7e38f72f2ddf46
7
+ data.tar.gz: 7ef2bbe8e90b127740a6ccbe44f140aab5a5014c51876e85e31743e9e6ce576173177f0aff5a1e4e9304412dcc7c42a91d696e159019e0c6ec5dbe2efff6af4d
@@ -122,7 +122,7 @@ module SamlCamel::SamlHelpers
122
122
  def verify_sha_type(response)
123
123
  raw_xml_string = response.decrypted_document.to_s
124
124
  attr_scan = raw_xml_string.scan(/<ds:SignatureMethod.*\/>/)
125
- is_sha1 = attr_scan[0].match?("sha1")
125
+ is_sha1 = attr_scan[0].match("sha1")
126
126
 
127
127
  raise "SHA1 algorithm not supported " if is_sha1
128
128
  end
@@ -1,3 +1,3 @@
1
1
  module SamlCamel
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saml_camel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'Danai Adkisson '
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
109
  requirements:
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
- version: '0'
112
+ version: 2.3.0
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - ">="