omniauth-strategies-passthrough 1.0.0 → 1.0.1
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/CHANGELOG.md +7 -0
- data/lib/omniauth/strategies/passthrough/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: 5cbfaf9965a11d98eee0fb67a363b73fbb5f93a57fa7cc9b26d27de2479eec48
|
4
|
+
data.tar.gz: d37424cc0d6ce82e69205e7a7da41e66ff84f00d846e401faaf9ab0ed94dc0cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cef85b8b70248f308f237b4927ffd03bd5c779e02d3182f5c962d4549098bc5088fefe336bfa84b18de05ee745b0f13489647303f3c80d40805081adffb8f0f
|
7
|
+
data.tar.gz: c8f18c670ce4feba0b4a49200004ef8739d98d6c75653072be17e9e963d6a0f4aa97762cdd6aebcf62d05d5d523930d6636af2fbbcaab9608524f1a9c6be1a3a
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [1.0.1](https://github.com/benmelz/omniauth-strategies-passthrough/compare/v1.0.0...v1.0.1) (2023-07-30)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* update omniauth requirement from >= 1.9, < 2 to >= 1.9, < 3 ([#2](https://github.com/benmelz/omniauth-strategies-passthrough/issues/2)) ([fe17da8](https://github.com/benmelz/omniauth-strategies-passthrough/commit/fe17da8c49e4cbd850804e375e4cbba0cdeb0255))
|
7
|
+
|
1
8
|
# 1.0.0 (2023-07-30)
|
2
9
|
|
3
10
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-strategies-passthrough
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Melz
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '1.9'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '3'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '1.9'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '3'
|
33
33
|
description: 'This strategy allows you to pass auth hash values directly to an auth
|
34
34
|
endpoint and forwards them directly to your callback(s). The end goal of this is
|
35
35
|
to provide more flexibility when writing login helpers in development/test environments
|
@@ -51,7 +51,7 @@ licenses:
|
|
51
51
|
metadata:
|
52
52
|
homepage_uri: https://github.com/benmelz/omniauth-strategies-passthrough
|
53
53
|
source_code_uri: https://github.com/benmelz/omniauth-strategies-passthrough
|
54
|
-
changelog_uri: https://github.com/benmelz/omniauth-strategies-passthrough/blob/v1.0.
|
54
|
+
changelog_uri: https://github.com/benmelz/omniauth-strategies-passthrough/blob/v1.0.1/CHANGELOG.md
|
55
55
|
rubygems_mfa_required: 'true'
|
56
56
|
post_install_message:
|
57
57
|
rdoc_options: []
|