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 +4 -4
- data/app/controllers/concerns/saml_camel/saml_helpers.rb +1 -1
- data/lib/saml_camel/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28b08cae52108c58df6749ee001140b88ed5f783
|
|
4
|
+
data.tar.gz: 286d17661c59fbe7cd0b588979adb0abdbc09fcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
125
|
+
is_sha1 = attr_scan[0].match("sha1")
|
|
126
126
|
|
|
127
127
|
raise "SHA1 algorithm not supported " if is_sha1
|
|
128
128
|
end
|
data/lib/saml_camel/version.rb
CHANGED
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.
|
|
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:
|
|
112
|
+
version: 2.3.0
|
|
113
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
115
|
- - ">="
|