auth0 4.17.0 → 4.17.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8c62c5e91e6d2cb4c8f880cfaa40748810e4a4f4597614b62443a437ebe33da
4
- data.tar.gz: 2c795124374e41882193dd1ca28f66d0836b41f612c19b886965f377d7180b0f
3
+ metadata.gz: 48e61f0781f7f7414219fe6f2aa406fa5f11df18707e04ef242a062c4775f6f0
4
+ data.tar.gz: 5d0f5d8fd83e4f77624394c8fd968a2b167f3f2bdeef3f7b60012df3ec28e8e4
5
5
  SHA512:
6
- metadata.gz: 2b52f55fd579802757e32a671c8683e78b97aac5b16b95e01f12c38f1c07e309e144ce8e4e550708a1d8c6e020f562c465c217335fa11b7b1792fd7982b06df2
7
- data.tar.gz: b001dad86055959657c27493d34a553e5a165a9ffd10947ac9d461bb76cc9c2c4995d82e99501ef8ea4b2d2f4cbbc08fdd3c7b59b145828cad40310c1b72e7b6
6
+ metadata.gz: '055290cd6f89e5da0e8316bb805268d84d29108abff3c0afe133a286de5718cf9d1d394873a64a08b456b6fa8c24246347010eaf0e7d1ec6d1f7856165255b58'
7
+ data.tar.gz: ab47cf7f1728afcd517d8d59b01e06b8857c8a7f5b2e4028bb931d4939548ec565b0385894eb05320e0419955dc43b2203024e3ba090a8459cc1d5b7eca978a9
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## [v4.17.1](https://github.com/auth0/ruby-auth0/tree/v4.17.1) (2020-10-21)
4
+
5
+ [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.17.0...v4.17.1)
6
+
7
+ **Fixed**
8
+
9
+ - Addressable dependency [\#247](https://github.com/auth0/ruby-auth0/pull/247) ([davidpatrick](https://github.com/davidpatrick))
10
+
3
11
 
4
12
  ## [v4.17.0](https://github.com/auth0/ruby-auth0/tree/v4.17.0) (2020-10-19)
5
13
 
@@ -1,7 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- auth0 (4.17.0)
4
+ auth0 (4.17.1)
5
+ addressable (~> 2.7.0)
5
6
  jwt (~> 2.2.0)
6
7
  rest-client (~> 2.0.0)
7
8
  zache (~> 0.12.0)
@@ -9,20 +10,20 @@ PATH
9
10
  GEM
10
11
  remote: https://rubygems.org/
11
12
  specs:
12
- actionpack (6.0.3.4)
13
- actionview (= 6.0.3.4)
14
- activesupport (= 6.0.3.4)
13
+ actionpack (6.0.3.3)
14
+ actionview (= 6.0.3.3)
15
+ activesupport (= 6.0.3.3)
15
16
  rack (~> 2.0, >= 2.0.8)
16
17
  rack-test (>= 0.6.3)
17
18
  rails-dom-testing (~> 2.0)
18
19
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (6.0.3.4)
20
- activesupport (= 6.0.3.4)
20
+ actionview (6.0.3.3)
21
+ activesupport (= 6.0.3.3)
21
22
  builder (~> 3.1)
22
23
  erubi (~> 1.4)
23
24
  rails-dom-testing (~> 2.0)
24
25
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- activesupport (6.0.3.4)
26
+ activesupport (6.0.3.3)
26
27
  concurrent-ruby (~> 1.0, >= 1.0.2)
27
28
  i18n (>= 0.7, < 2)
28
29
  minitest (~> 5.1)
@@ -32,7 +33,7 @@ GEM
32
33
  public_suffix (>= 2.0.2, < 5.0)
33
34
  ast (2.4.1)
34
35
  builder (3.2.4)
35
- codecov (0.2.12)
36
+ codecov (0.2.11)
36
37
  json
37
38
  simplecov
38
39
  coderay (1.1.3)
@@ -105,7 +106,7 @@ GEM
105
106
  nenv (~> 0.1)
106
107
  shellany (~> 0.0)
107
108
  parallel (1.19.2)
108
- parser (2.7.2.0)
109
+ parser (2.7.1.5)
109
110
  ast (~> 2.4.1)
110
111
  pry (0.10.4)
111
112
  coderay (~> 1.1.0)
@@ -122,9 +123,9 @@ GEM
122
123
  nokogiri (>= 1.6)
123
124
  rails-html-sanitizer (1.3.0)
124
125
  loofah (~> 2.3)
125
- railties (6.0.3.4)
126
- actionpack (= 6.0.3.4)
127
- activesupport (= 6.0.3.4)
126
+ railties (6.0.3.3)
127
+ actionpack (= 6.0.3.3)
128
+ activesupport (= 6.0.3.3)
128
129
  method_source
129
130
  rake (>= 0.8.7)
130
131
  thor (>= 0.20.3, < 2.0)
@@ -133,7 +134,7 @@ GEM
133
134
  rb-fsevent (0.10.4)
134
135
  rb-inotify (0.10.1)
135
136
  ffi (~> 1.0)
136
- regexp_parser (1.8.2)
137
+ regexp_parser (1.8.1)
137
138
  rest-client (2.0.2)
138
139
  http-cookie (>= 1.0.2, < 2.0)
139
140
  mime-types (>= 1.16, < 4.0)
@@ -152,16 +153,16 @@ GEM
152
153
  diff-lcs (>= 1.2.0, < 2.0)
153
154
  rspec-support (~> 3.9.0)
154
155
  rspec-support (3.9.3)
155
- rubocop (0.93.1)
156
+ rubocop (0.92.0)
156
157
  parallel (~> 1.10)
157
158
  parser (>= 2.7.1.5)
158
159
  rainbow (>= 2.2.2, < 4.0)
159
- regexp_parser (>= 1.8)
160
+ regexp_parser (>= 1.7)
160
161
  rexml
161
- rubocop-ast (>= 0.6.0)
162
+ rubocop-ast (>= 0.5.0)
162
163
  ruby-progressbar (~> 1.7)
163
164
  unicode-display_width (>= 1.4.0, < 2.0)
164
- rubocop-ast (0.8.0)
165
+ rubocop-ast (0.7.1)
165
166
  parser (>= 2.7.1.5)
166
167
  rubocop-rails (2.8.1)
167
168
  activesupport (>= 4.2.0)
@@ -180,7 +181,7 @@ GEM
180
181
  terminal-notifier-guard (1.7.0)
181
182
  thor (1.0.1)
182
183
  thread_safe (0.3.6)
183
- tins (1.26.0)
184
+ tins (1.25.0)
184
185
  sync
185
186
  tzinfo (1.2.7)
186
187
  thread_safe (~> 0.1)
@@ -189,7 +190,7 @@ GEM
189
190
  unf_ext (0.0.7.7)
190
191
  unicode-display_width (1.7.0)
191
192
  vcr (6.0.0)
192
- webmock (3.9.3)
193
+ webmock (3.9.1)
193
194
  addressable (>= 2.3.6)
194
195
  crack (>= 0.3.2)
195
196
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.add_runtime_dependency 'rest-client', '~> 2.0.0'
20
20
  s.add_runtime_dependency 'jwt', '~> 2.2.0'
21
21
  s.add_runtime_dependency 'zache', '~> 0.12.0'
22
+ s.add_runtime_dependency 'addressable', '~> 2.7.0'
22
23
 
23
24
  s.add_development_dependency 'rake', '~> 13.0'
24
25
  s.add_development_dependency 'fuubar', '~> 2.0'
@@ -1,4 +1,4 @@
1
1
  # current version of gem
2
2
  module Auth0
3
- VERSION = '4.17.0'.freeze
3
+ VERSION = '4.17.1'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth0
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.17.0
4
+ version: 4.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Auth0
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2020-10-19 00:00:00.000000000 Z
14
+ date: 2020-10-21 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rest-client
@@ -55,6 +55,20 @@ dependencies:
55
55
  - - "~>"
56
56
  - !ruby/object:Gem::Version
57
57
  version: 0.12.0
58
+ - !ruby/object:Gem::Dependency
59
+ name: addressable
60
+ requirement: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - "~>"
63
+ - !ruby/object:Gem::Version
64
+ version: 2.7.0
65
+ type: :runtime
66
+ prerelease: false
67
+ version_requirements: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - "~>"
70
+ - !ruby/object:Gem::Version
71
+ version: 2.7.0
58
72
  - !ruby/object:Gem::Dependency
59
73
  name: rake
60
74
  requirement: !ruby/object:Gem::Requirement