omniauth-saml 1.10.4 → 1.10.5

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
  SHA256:
3
- metadata.gz: d8e9724a6b233fa9f24bd85945cff9f324e76d071197ac5d976a5459bc473063
4
- data.tar.gz: c1627c6250f64856dcf705ce0dde7caf661155861353646a0db7f4cae91a6269
3
+ metadata.gz: c4976bd95b3ab1533410bfc3d03bc4f534a70d170f10a415e5078981fe3b828f
4
+ data.tar.gz: 8feed5b83f10f107e1195e6cd15237f60a9b2d0877b0519459306967f6fd5eb4
5
5
  SHA512:
6
- metadata.gz: f461f70fd52c58e6d03a94902ec88194693398762e73dcb34fbab28e9ff6512a5b509a3f91104ee58bcd8d17b2c0228305d1909bd80f5b6ef5b9ef36e3fb5f98
7
- data.tar.gz: 425a21f358cc33232019691c2824f7418d46e3638176d6c0f090675cc7d32996cb5d415e070f21e8532c65391232d796294109f55b4d87e44a82087c921351b2
6
+ metadata.gz: 0ecc46b169e31c23d8cc5a3b37bfddd854561355f70bf098cb9f2b7ab2f670f65929c598461b3f766335e3cdd6d2872574433bef4fe61e82ed344e1fc9d73eaf
7
+ data.tar.gz: 3701fd3f185557bfa05f9dfbc9ff35cba663d3c25c346d602cee35b8576a87e52486bed0d00e44760a829c95f92788aac3b8e1eba97f0c73cfadd5feab757b34
data/README.md CHANGED
@@ -17,7 +17,7 @@ https://github.com/omniauth/omniauth-saml
17
17
  ## Requirements
18
18
 
19
19
  * [OmniAuth](http://www.omniauth.org/) 1.3+
20
- * Ruby 2.4.x+
20
+ * Ruby 2.1.x+
21
21
 
22
22
  ## Versioning
23
23
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module SAML
3
- VERSION = '1.10.4'
3
+ VERSION = '1.10.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-saml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.4
4
+ version: 1.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raecoo Cao
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2024-09-17 00:00:00.000000000 Z
17
+ date: 2024-09-18 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: omniauth
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
167
  requirements:
168
168
  - - ">="
169
169
  - !ruby/object:Gem::Version
170
- version: '2.4'
170
+ version: '2.1'
171
171
  required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  requirements:
173
173
  - - ">="