omniauth-proconnect 0.5 → 0.6

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: 22b5aa93fbeaed22dcd94aae481c679e1a7c1643fc55ab44156b5b40d57b45f0
4
- data.tar.gz: 90f7a2ba844b68e401c5a6bb033fb3c52434a6d9ea96ac1bdcfb177813480103
3
+ metadata.gz: c1f87d13a2e678546ccc37eea832e4650649788420b7acad1e4e4725b35f3e86
4
+ data.tar.gz: aa2fc28689dd2cea28f28f0cda36cd96f2dab9e9ff941dee2fd9aff2e5c1b4dd
5
5
  SHA512:
6
- metadata.gz: f1e34f86a8434d76ea23fa8e838889fd64c3cdffd98a6e9746829549c3ec33482c293b5e38d99f8816cdefaba287359a58273b76bbead12d8ab8f502de3edd5a
7
- data.tar.gz: 2d47a040f566c42873756f87087d05d36a4974994c67ff2ef546f6e300b213db87b89f91a4bd6b1eaff788eb6c2f97f8e5359b1ba576976c7bd052d5f9aa3d02
6
+ metadata.gz: 439befd183ae09dc7a71ca8e39744cf920ff64558e06ececdbff7ffcc8186a2f23fe70632e27f6a5f633de9fb3e0d798c307324318b8a474240961298e53cf6e
7
+ data.tar.gz: fc1be33d0cbdc41081cd9306df2989a0c6886a6fe5c8661347b2bc8be872bd44c1eacd24609890bc4c57889e0eef14bbf6ad711f8bbe0fdb25517ed7641b54f0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  class Proconnect
5
- VERSION = "0.5"
5
+ VERSION = "0.6"
6
6
  end
7
7
  end
@@ -21,10 +21,6 @@ module OmniAuth
21
21
  option :post_logout_redirect_uri
22
22
  option :scope, "openid email given_name usual_name"
23
23
 
24
- def setup_phase
25
- discover_endpoint!
26
- end
27
-
28
24
  def request_phase
29
25
  redirect(authorization_uri)
30
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-proconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.5'
4
+ version: '0.6'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stéphane Maniaci
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-11-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubygems_version: 3.6.2
93
+ rubygems_version: 4.0.6
94
94
  specification_version: 4
95
95
  summary: An OmniAuth strategy for ProConnect
96
96
  test_files: []