test_openid_connect 0.1.0 → 0.1.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: aa29bfd7d42d5bb0c60128294eadc6ca4a01ef84a6c01429b2d65dcc5a08dcb2
4
- data.tar.gz: 455c3a250b7ac06dcaef9264b65f56bd1c5aa3e31a564594313ace407237539b
3
+ metadata.gz: 61e128db5300a1199461265efc83d41ef6c2c7f3123f4a00e7c5c1a57a049a87
4
+ data.tar.gz: 77a1011fb7c7842a09119726b7d87c3cf80c8bcbf09df094b2055f2f1489f1c7
5
5
  SHA512:
6
- metadata.gz: 31b4cbb02487fe7c25a6426ab7355376a0780f7aab5c3c94cc794a22bee84e0710085ac1a1c60771163fdc76a24b63f14b700315b6a35492295185dea803b3e6
7
- data.tar.gz: 4e0fded96c8e064ee6a26a0ea72fbbc5a9f292f60c5b11716bc6a56e6e56db2dcd0e72d93dfd48386df290e45fe0790fd5e45e85f1db58e5f0fd9c998c7beacf
6
+ metadata.gz: ba27b479d9154bff6de46098efa3b8f4086a1ddbba93927fa8919b9e28570e7c2fa41dc0495b1bb766acf0b6678102a4f0cef5e47f9648211caada20e7cb24fa
7
+ data.tar.gz: a93c722223d60bfa0c34ebc5221cffb119165341e832bcb73a3fe576ebc1dcf5431e26cd73a9bbcb3243bd9c72728e943a0caedf0ef7bd8e3abb4778ea127d1c
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 'test_openid_connect', 'OpenIDConnect'
203
+
204
+ module OmniAuth
205
+ module Strategies
206
+ autoload :OpenIDConnect, "lib/omniauth/test_openid_connect"
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.1"
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.1
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