test_openid_connect 0.1.0 → 0.1.4

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: aa29bfd7d42d5bb0c60128294eadc6ca4a01ef84a6c01429b2d65dcc5a08dcb2
4
- data.tar.gz: 455c3a250b7ac06dcaef9264b65f56bd1c5aa3e31a564594313ace407237539b
3
+ metadata.gz: 7c4d436a5796e1e654b4414fb7fc396f03e65eb51fdef3f901c4753b0110a086
4
+ data.tar.gz: 9151c4c2780f12b54389483373873e9866ac6a92df78280f34dd32b40ba2db97
5
5
  SHA512:
6
- metadata.gz: 31b4cbb02487fe7c25a6426ab7355376a0780f7aab5c3c94cc794a22bee84e0710085ac1a1c60771163fdc76a24b63f14b700315b6a35492295185dea803b3e6
7
- data.tar.gz: 4e0fded96c8e064ee6a26a0ea72fbbc5a9f292f60c5b11716bc6a56e6e56db2dcd0e72d93dfd48386df290e45fe0790fd5e45e85f1db58e5f0fd9c998c7beacf
6
+ metadata.gz: 45381da01260ee8385c1b87cf5563f022e54e23cde72f2d4c9b0fe6e5c65ae4f18151682bf1b544c78426da1c082bd8b9e4ee7223d1e1a74417069c9865a9e8f
7
+ data.tar.gz: b0667800c9adab7304ec3c2a1d8d5ab63a494aff43926a563033057fc53e64180ee997135872694d691905d12303e87e8d194c0274c73b91b1a8fdb9b89f41d0
data/Gemfile.lock ADDED
@@ -0,0 +1,19 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ test_openid_connect (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ rake (13.0.6)
10
+
11
+ PLATFORMS
12
+ x86_64-linux
13
+
14
+ DEPENDENCIES
15
+ rake (~> 13.0)
16
+ test_openid_connect!
17
+
18
+ BUNDLED WITH
19
+ 2.2.20
@@ -199,4 +199,10 @@ module OmniAuth
199
199
  end
200
200
  end
201
201
 
202
- OmniAuth.config.add_camelization 'openid_connect', 'OpenIDConnect'
202
+ OmniAuth.config.add_camelization 'oauth2', 'OpenIDConnect'
203
+
204
+ module OmniAuth
205
+ module Strategies
206
+ autoload :OpenIDConnect, "lib/omniauth/test_openid_connect.rb"
207
+ end
208
+ end
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'omniauth/test_openid_connect/version'
4
+ require 'omniauth/strategies/test_openid_connect'
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'omniauth/openid_connect'
3
+ require 'omniauth/test_openid_connect'
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "test_openid_connect"
5
- spec.version = "0.1.0"
5
+ spec.version = "0.1.4"
6
6
  spec.required_ruby_version = ">= 2.4.0"
7
7
  spec.authors = ["Burak Akça"]
8
8
  spec.email = ["burak.akca834@gmail.com"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_openid_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burak Akça
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-29 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'desc desc desc desc '
14
14
  email:
@@ -19,13 +19,14 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - ".gitignore"
21
21
  - Gemfile
22
+ - Gemfile.lock
22
23
  - README.md
23
24
  - Rakefile
24
25
  - bin/console
25
26
  - bin/setup
26
- - lib/omniauth/openid_connect.rb
27
- - lib/omniauth/openid_connect/version.rb
28
- - lib/omniauth/strategies/openid_connect.rb
27
+ - lib/omniauth/strategies/test_openid_connect.rb
28
+ - lib/omniauth/test_openid_connect.rb
29
+ - lib/omniauth/test_openid_connect/version.rb
29
30
  - lib/test_openid_connect.rb
30
31
  - test_openid_connect.gemspec
31
32
  homepage: https://github.com/burakakca/test-openid-connect
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'omniauth/openid_connect/version'
4
- require 'omniauth/strategies/openid_connect