omniauth-auth0 2.4.1 → 2.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +44 -39
- data/lib/omniauth-auth0/version.rb +1 -1
- data/omniauth-auth0.gemspec +1 -1
- metadata +20 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ad5a6389a6ed38fa4e1f63003ffac76c0450bfe06e21bda0fbd0d8c3044b1dc
|
4
|
+
data.tar.gz: 9c1638cc2f0681e8a258baeb4565a7bb9d3caef845f09b913374b258e51047dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9008eb1eed6d50dd7f23943e5d1b8a5a2dc2364b2a249181cfd1a8768e347fb7b3611a4d4155fdbd58ee8938d4b0c4674f25ef665ffab5947632d83a88aa0a5f
|
7
|
+
data.tar.gz: 28523e968e72a6dd552fdf9615866ec46fc355e77cfd393005328be6033a875340e3badd6da8836f483a9bdee2cd371b061df5412f3caeb2c88ba1a619e1da67
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v2.4.2](https://github.com/auth0/omniauth-auth0/tree/v2.4.2) (2021-01-19)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.4.1...v2.4.2)
|
6
|
+
|
7
|
+
**Fixed**
|
8
|
+
- Lock Omniauth to 1.9 in gemspec
|
9
|
+
|
3
10
|
## [v2.4.1](https://github.com/auth0/omniauth-auth0/tree/v2.4.1) (2020-10-08)
|
4
11
|
|
5
12
|
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.4.0...v2.4.1)
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
omniauth-auth0 (2.4.
|
4
|
+
omniauth-auth0 (2.4.2)
|
5
|
+
omniauth (~> 1.9)
|
5
6
|
omniauth-oauth2 (~> 1.5)
|
6
7
|
|
7
8
|
GEM
|
@@ -10,21 +11,24 @@ GEM
|
|
10
11
|
addressable (2.7.0)
|
11
12
|
public_suffix (>= 2.0.2, < 5.0)
|
12
13
|
ast (2.4.1)
|
13
|
-
codecov (0.
|
14
|
-
|
15
|
-
simplecov
|
14
|
+
codecov (0.3.0)
|
15
|
+
simplecov (>= 0.15, < 0.22)
|
16
16
|
coderay (1.1.3)
|
17
|
-
crack (0.4.
|
17
|
+
crack (0.4.5)
|
18
|
+
rexml
|
18
19
|
daemons (1.3.1)
|
19
20
|
diff-lcs (1.4.4)
|
20
|
-
docile (1.3.
|
21
|
+
docile (1.3.5)
|
21
22
|
dotenv (2.7.6)
|
22
23
|
eventmachine (1.2.7)
|
23
|
-
faraday (1.0
|
24
|
+
faraday (1.3.0)
|
25
|
+
faraday-net_http (~> 1.0)
|
24
26
|
multipart-post (>= 1.2, < 3)
|
25
|
-
|
27
|
+
ruby2_keywords
|
28
|
+
faraday-net_http (1.0.1)
|
29
|
+
ffi (1.14.2)
|
26
30
|
formatador (0.2.5)
|
27
|
-
gem-release (2.
|
31
|
+
gem-release (2.2.0)
|
28
32
|
guard (2.16.2)
|
29
33
|
formatador (>= 0.2.4)
|
30
34
|
listen (>= 2.7, < 4.0)
|
@@ -41,7 +45,6 @@ GEM
|
|
41
45
|
rspec (>= 2.99.0, < 4.0)
|
42
46
|
hashdiff (1.0.1)
|
43
47
|
hashie (4.1.0)
|
44
|
-
json (2.3.1)
|
45
48
|
jwt (2.2.2)
|
46
49
|
listen (3.1.5)
|
47
50
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
@@ -67,11 +70,11 @@ GEM
|
|
67
70
|
omniauth (1.9.1)
|
68
71
|
hashie (>= 3.4.6)
|
69
72
|
rack (>= 1.6.2, < 3)
|
70
|
-
omniauth-oauth2 (1.7.
|
73
|
+
omniauth-oauth2 (1.7.1)
|
71
74
|
oauth2 (~> 1.4)
|
72
|
-
omniauth (
|
73
|
-
parallel (1.
|
74
|
-
parser (
|
75
|
+
omniauth (>= 1.9, < 3)
|
76
|
+
parallel (1.20.1)
|
77
|
+
parser (3.0.0.0)
|
75
78
|
ast (~> 2.4.1)
|
76
79
|
pry (0.13.1)
|
77
80
|
coderay (~> 1.1)
|
@@ -83,59 +86,61 @@ GEM
|
|
83
86
|
rack-test (1.1.0)
|
84
87
|
rack (>= 1.0, < 3)
|
85
88
|
rainbow (3.0.0)
|
86
|
-
rake (13.0.
|
89
|
+
rake (13.0.3)
|
87
90
|
rb-fsevent (0.10.4)
|
88
91
|
rb-inotify (0.10.1)
|
89
92
|
ffi (~> 1.0)
|
90
|
-
regexp_parser (
|
93
|
+
regexp_parser (2.0.3)
|
91
94
|
rexml (3.2.4)
|
92
|
-
rspec (3.
|
93
|
-
rspec-core (~> 3.
|
94
|
-
rspec-expectations (~> 3.
|
95
|
-
rspec-mocks (~> 3.
|
96
|
-
rspec-core (3.
|
97
|
-
rspec-support (~> 3.
|
98
|
-
rspec-expectations (3.
|
95
|
+
rspec (3.10.0)
|
96
|
+
rspec-core (~> 3.10.0)
|
97
|
+
rspec-expectations (~> 3.10.0)
|
98
|
+
rspec-mocks (~> 3.10.0)
|
99
|
+
rspec-core (3.10.1)
|
100
|
+
rspec-support (~> 3.10.0)
|
101
|
+
rspec-expectations (3.10.1)
|
99
102
|
diff-lcs (>= 1.2.0, < 2.0)
|
100
|
-
rspec-support (~> 3.
|
101
|
-
rspec-mocks (3.
|
103
|
+
rspec-support (~> 3.10.0)
|
104
|
+
rspec-mocks (3.10.1)
|
102
105
|
diff-lcs (>= 1.2.0, < 2.0)
|
103
|
-
rspec-support (~> 3.
|
104
|
-
rspec-support (3.
|
105
|
-
rubocop (
|
106
|
+
rspec-support (~> 3.10.0)
|
107
|
+
rspec-support (3.10.1)
|
108
|
+
rubocop (1.8.1)
|
106
109
|
parallel (~> 1.10)
|
107
|
-
parser (>=
|
110
|
+
parser (>= 3.0.0.0)
|
108
111
|
rainbow (>= 2.2.2, < 4.0)
|
109
|
-
regexp_parser (>= 1.8)
|
112
|
+
regexp_parser (>= 1.8, < 3.0)
|
110
113
|
rexml
|
111
|
-
rubocop-ast (>=
|
114
|
+
rubocop-ast (>= 1.2.0, < 2.0)
|
112
115
|
ruby-progressbar (~> 1.7)
|
113
|
-
unicode-display_width (>= 1.4.0, <
|
114
|
-
rubocop-ast (
|
116
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
117
|
+
rubocop-ast (1.4.0)
|
115
118
|
parser (>= 2.7.1.5)
|
116
|
-
ruby-progressbar (1.
|
117
|
-
ruby2_keywords (0.0.
|
119
|
+
ruby-progressbar (1.11.0)
|
120
|
+
ruby2_keywords (0.0.4)
|
118
121
|
ruby_dep (1.5.0)
|
119
122
|
shellany (0.0.1)
|
120
123
|
shotgun (0.9.2)
|
121
124
|
rack (>= 1.0)
|
122
|
-
simplecov (0.
|
125
|
+
simplecov (0.21.2)
|
123
126
|
docile (~> 1.1)
|
124
127
|
simplecov-html (~> 0.11)
|
128
|
+
simplecov_json_formatter (~> 0.1)
|
125
129
|
simplecov-html (0.12.3)
|
130
|
+
simplecov_json_formatter (0.1.2)
|
126
131
|
sinatra (2.1.0)
|
127
132
|
mustermann (~> 1.0)
|
128
133
|
rack (~> 2.2)
|
129
134
|
rack-protection (= 2.1.0)
|
130
135
|
tilt (~> 2.0)
|
131
|
-
thin (1.
|
136
|
+
thin (1.8.0)
|
132
137
|
daemons (~> 1.0, >= 1.0.9)
|
133
138
|
eventmachine (~> 1.0, >= 1.0.4)
|
134
139
|
rack (>= 1, < 3)
|
135
140
|
thor (1.0.1)
|
136
141
|
tilt (2.0.10)
|
137
|
-
unicode-display_width (
|
138
|
-
webmock (3.
|
142
|
+
unicode-display_width (2.0.0)
|
143
|
+
webmock (3.11.1)
|
139
144
|
addressable (>= 2.3.6)
|
140
145
|
crack (>= 0.3.2)
|
141
146
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/omniauth-auth0.gemspec
CHANGED
@@ -22,7 +22,7 @@ omniauth-auth0 is the OmniAuth strategy for Auth0.
|
|
22
22
|
s.require_paths = ['lib']
|
23
23
|
|
24
24
|
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.5'
|
25
|
-
|
25
|
+
s.add_runtime_dependency 'omniauth', '~> 1.9'
|
26
26
|
s.add_development_dependency 'bundler', '~> 1.9'
|
27
27
|
|
28
28
|
s.license = 'MIT'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-auth0
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Auth0
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth-oauth2
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.5'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: omniauth
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.9'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.9'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: bundler
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -88,7 +102,7 @@ homepage: https://github.com/auth0/omniauth-auth0
|
|
88
102
|
licenses:
|
89
103
|
- MIT
|
90
104
|
metadata: {}
|
91
|
-
post_install_message:
|
105
|
+
post_install_message:
|
92
106
|
rdoc_options: []
|
93
107
|
require_paths:
|
94
108
|
- lib
|
@@ -103,8 +117,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
117
|
- !ruby/object:Gem::Version
|
104
118
|
version: '0'
|
105
119
|
requirements: []
|
106
|
-
rubygems_version: 3.
|
107
|
-
signing_key:
|
120
|
+
rubygems_version: 3.0.9
|
121
|
+
signing_key:
|
108
122
|
specification_version: 4
|
109
123
|
summary: OmniAuth OAuth2 strategy for the Auth0 platform.
|
110
124
|
test_files:
|