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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1398cb0a7204bd78703f0f4d2813f5e6b4c620a2f1fb9b3fbaa4ddfe6e0897ca
4
- data.tar.gz: 20111ebdd39877d5e0a77e1bd4a1e80b1eaf877d36c5f56c52d74c7f2f67180f
3
+ metadata.gz: 5cbfaf9965a11d98eee0fb67a363b73fbb5f93a57fa7cc9b26d27de2479eec48
4
+ data.tar.gz: d37424cc0d6ce82e69205e7a7da41e66ff84f00d846e401faaf9ab0ed94dc0cb
5
5
  SHA512:
6
- metadata.gz: 16c343ab69a2d9198d7137eec3c216ae251b7ed476d1e0bdc063f7a31030b4f684d664bfc8d63278da7a0e2876a287b242663dacf3e99c4a3297665d04dd5edb
7
- data.tar.gz: 1b112d768450f3c6593e68affc8966dc2a5be76b8a74ee4f23d16ba2cecc02baac7c84dde5b414259d0d3f5dfa81f39300940f74de8d3bd1f14707f017eba4c8
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
 
@@ -3,7 +3,7 @@
3
3
  module OmniAuth
4
4
  module Strategies
5
5
  class Passthrough
6
- VERSION = '1.0.0'
6
+ VERSION = '1.0.1'
7
7
  end
8
8
  end
9
9
  end
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.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: '2'
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: '2'
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.0/CHANGELOG.md
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: []