omniauth-saml 2.1.2 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of omniauth-saml might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f61e68ed99f804953c392d95384f47163505f3e8a689b841ed4c2bee051427fe
4
- data.tar.gz: 5d30d4125f8314f9ffc018e430889a7cbd74de0029f91447d4faafcb86cb0ceb
3
+ metadata.gz: ceb20d4b7de9b9a587366f633eaa9213e0c9488e6e71be1005d1db09bf076219
4
+ data.tar.gz: 3328f3ad5637d9674f2bf6ee8cf535a55ccbf6c49a27f18bf33661541f5e534f
5
5
  SHA512:
6
- metadata.gz: f817d3a2896e489ba77d39b2af3f03e36955e9cad0d0a31ffe2f416a6a6befe82c5bc007b30b404d03bd3d0ba09abe34dc82d5cc0bbcd98b955319e30f99f790
7
- data.tar.gz: bad98a832619621087971f94860d8bfb22ac3ae59ded670a99d8167a6b432634865dd2ef32261a7f89f2de23d60395ea4113ca0e6177a4c4e59ee11fc7b7363e
6
+ metadata.gz: 3fb613e5588bfb050413c4f82af4344e31fd0e30db5e50f247f2b6710d12c4a445cfa23989fdb4403227d72728c1750d11cb9ea652c770f2b5fa8d20fa57b13e
7
+ data.tar.gz: 845be247c0f7b7c40f23f701266ada45d2f356a5e1c25d421eff53d4d1e4a6ec759840c53c7dc9084e62469c6073703038d7d61c2c6ae4fd78d33fb986061613
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ <a name="v2.2.0"></a>
2
+ ### v2.2.0 (2024-09-10)
3
+
4
+ This release fixes:
5
+
6
+ * [GHSA-jw9c-mfg7-9rx2](https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-jw9c-mfg7-9rx2)
7
+ * [GHSA-cvp8-5r8g-fhvq](https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-cvp8-5r8g-fhvq)
8
+
9
+ #### Chores
10
+
11
+ * use semantic versioning for ruby-saml as per gem build hints ([e17f460](/../../commit/e17f460))
12
+
1
13
  <a name="v2.1.1"></a>
2
14
  ### v2.1.1 (2024-09-10)
3
15
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module SAML
3
- VERSION = '2.1.2'
3
+ VERSION = '2.2.0'
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: 2.1.2
4
+ version: 2.2.0
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-14 00:00:00.000000000 Z
17
+ date: 2024-09-10 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: omniauth
@@ -155,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: '2.4'
158
+ version: '3.1'
159
159
  required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  requirements:
161
161
  - - ">="