omniauth-saml 2.1.1 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/lib/omniauth-saml/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aa6908b52ef164e3f3c456ade96158e807779d1f5652b3637c63fad7644081b
|
4
|
+
data.tar.gz: c81a57317126548fedc3ac3537747254508452cdd7294c9cd5fbd308e2530419
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdf04e84689f30a1ef0d76a9ed6212a43aa25ed0732ee8ef0cf88364ad98b731cb9230ce94dc339a9e713c743f3e99f442ee560c6c94d4710923cc7827ed3159
|
7
|
+
data.tar.gz: b47ec9f485fc24e88d2ab11a8c1dd10bcbb2f9ffbc37db287b5a3bec31b09aee92990b49827e45bfb55038a03dbb8139ebb34a731ed541768457f7720b976540
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
<a name="v2.2.1"></a>
|
2
|
+
### v2.2.1 (2024-09-11)
|
3
|
+
|
4
|
+
* Fix permission file permissions within published gem (#226)
|
5
|
+
|
6
|
+
<a name="v2.2.0"></a>
|
7
|
+
### v2.2.0 (2024-09-10)
|
8
|
+
|
9
|
+
This release fixes:
|
10
|
+
|
11
|
+
* [GHSA-jw9c-mfg7-9rx2](https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-jw9c-mfg7-9rx2)
|
12
|
+
* [GHSA-cvp8-5r8g-fhvq](https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-cvp8-5r8g-fhvq)
|
13
|
+
|
14
|
+
#### Chores
|
15
|
+
|
16
|
+
* use semantic versioning for ruby-saml as per gem build hints ([e17f460](/../../commit/e17f460))
|
17
|
+
|
1
18
|
<a name="v2.1.1"></a>
|
2
19
|
### v2.1.1 (2024-09-10)
|
3
20
|
|
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.
|
4
|
+
version: 2.2.1
|
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
|
+
date: 2024-09-11 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: omniauth
|
@@ -34,14 +34,14 @@ dependencies:
|
|
34
34
|
name: ruby-saml
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - "
|
37
|
+
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
39
|
version: '1.17'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
|
-
- - "
|
44
|
+
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '1.17'
|
47
47
|
- !ruby/object:Gem::Dependency
|