has_jwt_token 0.2.2 → 0.2.3

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: 2ad68b66dda0ed71107ef9ee9437ab28c22ac3a67fd1748a93c16ccf5bc3441e
4
- data.tar.gz: 638f7aafcad887e610ee30db1146c41ebe7d436444a2a34aa87985beee99adc0
3
+ metadata.gz: 4a526ec8600ace28c7cd99bb4132599ea57decb0670b7cfe927c4799450cde03
4
+ data.tar.gz: '089bdb90ff41da3da8d106520cf1f13366cf87250b7da886af6820da07c96f2e'
5
5
  SHA512:
6
- metadata.gz: ccc67e129726ec0e7c5b78a46db992051b55d37c405f366cdf6477d333f685dedf5599288561fc30d5ee6bb4d29a7cbe714169544ef268635cc7c21d148ef868
7
- data.tar.gz: '08efd1b82ccdf00f5459c02a64e845e2eba02bb1b582b2a5c3abe8f13769c0dc53f82e4b9ecdd9208daac06bc13d49bfd10023e313996afc2615056296b81f8b'
6
+ metadata.gz: c042106d4ab0ef4de50d4cf2541b198c06faa8352d0242a40f00ec9ff66465128822ef09ed648322e2c666f29f52e3115a337d260b4ac1ec938a8c3a87bd7f86
7
+ data.tar.gz: 6e391d3af3ae20c65d157f48f58f1ac84b3276235d26c10895acbbb17919d6e72e4e4cd0614d2be27c135a4e9c8a8e1f2b995270be56ee399a9435a76558d3e6
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.1
1
+ 3.1.2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- has_jwt_token (0.2.2)
4
+ has_jwt_token (0.2.3)
5
5
  bcrypt
6
6
  jwt
7
7
  rails (>= 5.0, < 7.0)
@@ -9,182 +9,184 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (6.0.3.4)
13
- actionpack (= 6.0.3.4)
12
+ actioncable (6.1.6)
13
+ actionpack (= 6.1.6)
14
+ activesupport (= 6.1.6)
14
15
  nio4r (~> 2.0)
15
16
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.0.3.4)
17
- actionpack (= 6.0.3.4)
18
- activejob (= 6.0.3.4)
19
- activerecord (= 6.0.3.4)
20
- activestorage (= 6.0.3.4)
21
- activesupport (= 6.0.3.4)
17
+ actionmailbox (6.1.6)
18
+ actionpack (= 6.1.6)
19
+ activejob (= 6.1.6)
20
+ activerecord (= 6.1.6)
21
+ activestorage (= 6.1.6)
22
+ activesupport (= 6.1.6)
22
23
  mail (>= 2.7.1)
23
- actionmailer (6.0.3.4)
24
- actionpack (= 6.0.3.4)
25
- actionview (= 6.0.3.4)
26
- activejob (= 6.0.3.4)
24
+ actionmailer (6.1.6)
25
+ actionpack (= 6.1.6)
26
+ actionview (= 6.1.6)
27
+ activejob (= 6.1.6)
28
+ activesupport (= 6.1.6)
27
29
  mail (~> 2.5, >= 2.5.4)
28
30
  rails-dom-testing (~> 2.0)
29
- actionpack (6.0.3.4)
30
- actionview (= 6.0.3.4)
31
- activesupport (= 6.0.3.4)
32
- rack (~> 2.0, >= 2.0.8)
31
+ actionpack (6.1.6)
32
+ actionview (= 6.1.6)
33
+ activesupport (= 6.1.6)
34
+ rack (~> 2.0, >= 2.0.9)
33
35
  rack-test (>= 0.6.3)
34
36
  rails-dom-testing (~> 2.0)
35
37
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.0.3.4)
37
- actionpack (= 6.0.3.4)
38
- activerecord (= 6.0.3.4)
39
- activestorage (= 6.0.3.4)
40
- activesupport (= 6.0.3.4)
38
+ actiontext (6.1.6)
39
+ actionpack (= 6.1.6)
40
+ activerecord (= 6.1.6)
41
+ activestorage (= 6.1.6)
42
+ activesupport (= 6.1.6)
41
43
  nokogiri (>= 1.8.5)
42
- actionview (6.0.3.4)
43
- activesupport (= 6.0.3.4)
44
+ actionview (6.1.6)
45
+ activesupport (= 6.1.6)
44
46
  builder (~> 3.1)
45
47
  erubi (~> 1.4)
46
48
  rails-dom-testing (~> 2.0)
47
49
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.0.3.4)
49
- activesupport (= 6.0.3.4)
50
+ activejob (6.1.6)
51
+ activesupport (= 6.1.6)
50
52
  globalid (>= 0.3.6)
51
- activemodel (6.0.3.4)
52
- activesupport (= 6.0.3.4)
53
- activerecord (6.0.3.4)
54
- activemodel (= 6.0.3.4)
55
- activesupport (= 6.0.3.4)
56
- activestorage (6.0.3.4)
57
- actionpack (= 6.0.3.4)
58
- activejob (= 6.0.3.4)
59
- activerecord (= 6.0.3.4)
60
- marcel (~> 0.3.1)
61
- activesupport (6.0.3.4)
53
+ activemodel (6.1.6)
54
+ activesupport (= 6.1.6)
55
+ activerecord (6.1.6)
56
+ activemodel (= 6.1.6)
57
+ activesupport (= 6.1.6)
58
+ activestorage (6.1.6)
59
+ actionpack (= 6.1.6)
60
+ activejob (= 6.1.6)
61
+ activerecord (= 6.1.6)
62
+ activesupport (= 6.1.6)
63
+ marcel (~> 1.0)
64
+ mini_mime (>= 1.1.0)
65
+ activesupport (6.1.6)
62
66
  concurrent-ruby (~> 1.0, >= 1.0.2)
63
- i18n (>= 0.7, < 2)
64
- minitest (~> 5.1)
65
- tzinfo (~> 1.1)
66
- zeitwerk (~> 2.2, >= 2.2.2)
67
- ast (2.4.1)
68
- bcrypt (3.1.16)
67
+ i18n (>= 1.6, < 2)
68
+ minitest (>= 5.1)
69
+ tzinfo (~> 2.0)
70
+ zeitwerk (~> 2.3)
71
+ ast (2.4.2)
72
+ bcrypt (3.1.17)
69
73
  builder (3.2.4)
70
74
  coderay (1.1.3)
71
- concurrent-ruby (1.1.7)
75
+ concurrent-ruby (1.1.10)
72
76
  crass (1.0.6)
73
- diff-lcs (1.4.4)
74
- docile (1.3.2)
75
- erubi (1.9.0)
76
- factory_bot (6.1.0)
77
+ diff-lcs (1.5.0)
78
+ docile (1.4.0)
79
+ erubi (1.10.0)
80
+ factory_bot (6.2.1)
77
81
  activesupport (>= 5.0.0)
78
- globalid (0.4.2)
79
- activesupport (>= 4.2.0)
80
- i18n (1.8.5)
82
+ globalid (1.0.0)
83
+ activesupport (>= 5.0)
84
+ i18n (1.10.0)
81
85
  concurrent-ruby (~> 1.0)
82
- jwt (2.2.2)
83
- loofah (2.7.0)
86
+ jwt (2.3.0)
87
+ loofah (2.18.0)
84
88
  crass (~> 1.0.2)
85
89
  nokogiri (>= 1.5.9)
86
90
  mail (2.7.1)
87
91
  mini_mime (>= 0.1.1)
88
- marcel (0.3.3)
89
- mimemagic (~> 0.3.2)
92
+ marcel (1.0.2)
90
93
  method_source (1.0.0)
91
- mimemagic (0.3.5)
92
- mini_mime (1.0.2)
93
- mini_portile2 (2.4.0)
94
- minitest (5.14.2)
95
- nio4r (2.5.4)
96
- nokogiri (1.10.10)
97
- mini_portile2 (~> 2.4.0)
98
- parallel (1.19.2)
99
- parser (2.7.2.0)
94
+ mini_mime (1.1.2)
95
+ minitest (5.15.0)
96
+ nio4r (2.5.8)
97
+ nokogiri (1.13.6-x86_64-linux)
98
+ racc (~> 1.4)
99
+ parallel (1.22.1)
100
+ parser (3.1.2.0)
100
101
  ast (~> 2.4.1)
101
- pry (0.13.1)
102
+ pry (0.14.1)
102
103
  coderay (~> 1.1)
103
104
  method_source (~> 1.0)
105
+ racc (1.6.0)
104
106
  rack (2.2.3)
105
107
  rack-test (1.1.0)
106
108
  rack (>= 1.0, < 3)
107
- rails (6.0.3.4)
108
- actioncable (= 6.0.3.4)
109
- actionmailbox (= 6.0.3.4)
110
- actionmailer (= 6.0.3.4)
111
- actionpack (= 6.0.3.4)
112
- actiontext (= 6.0.3.4)
113
- actionview (= 6.0.3.4)
114
- activejob (= 6.0.3.4)
115
- activemodel (= 6.0.3.4)
116
- activerecord (= 6.0.3.4)
117
- activestorage (= 6.0.3.4)
118
- activesupport (= 6.0.3.4)
119
- bundler (>= 1.3.0)
120
- railties (= 6.0.3.4)
109
+ rails (6.1.6)
110
+ actioncable (= 6.1.6)
111
+ actionmailbox (= 6.1.6)
112
+ actionmailer (= 6.1.6)
113
+ actionpack (= 6.1.6)
114
+ actiontext (= 6.1.6)
115
+ actionview (= 6.1.6)
116
+ activejob (= 6.1.6)
117
+ activemodel (= 6.1.6)
118
+ activerecord (= 6.1.6)
119
+ activestorage (= 6.1.6)
120
+ activesupport (= 6.1.6)
121
+ bundler (>= 1.15.0)
122
+ railties (= 6.1.6)
121
123
  sprockets-rails (>= 2.0.0)
122
124
  rails-dom-testing (2.0.3)
123
125
  activesupport (>= 4.2.0)
124
126
  nokogiri (>= 1.6)
125
- rails-html-sanitizer (1.3.0)
127
+ rails-html-sanitizer (1.4.2)
126
128
  loofah (~> 2.3)
127
- railties (6.0.3.4)
128
- actionpack (= 6.0.3.4)
129
- activesupport (= 6.0.3.4)
129
+ railties (6.1.6)
130
+ actionpack (= 6.1.6)
131
+ activesupport (= 6.1.6)
130
132
  method_source
131
- rake (>= 0.8.7)
132
- thor (>= 0.20.3, < 2.0)
133
- rainbow (3.0.0)
133
+ rake (>= 12.2)
134
+ thor (~> 1.0)
135
+ rainbow (3.1.1)
134
136
  rake (12.3.3)
135
- regexp_parser (1.8.2)
136
- rexml (3.2.4)
137
- rspec (3.9.0)
138
- rspec-core (~> 3.9.0)
139
- rspec-expectations (~> 3.9.0)
140
- rspec-mocks (~> 3.9.0)
141
- rspec-core (3.9.3)
142
- rspec-support (~> 3.9.3)
143
- rspec-expectations (3.9.3)
137
+ regexp_parser (2.4.0)
138
+ rexml (3.2.5)
139
+ rspec (3.11.0)
140
+ rspec-core (~> 3.11.0)
141
+ rspec-expectations (~> 3.11.0)
142
+ rspec-mocks (~> 3.11.0)
143
+ rspec-core (3.11.0)
144
+ rspec-support (~> 3.11.0)
145
+ rspec-expectations (3.11.0)
144
146
  diff-lcs (>= 1.2.0, < 2.0)
145
- rspec-support (~> 3.9.0)
146
- rspec-mocks (3.9.1)
147
+ rspec-support (~> 3.11.0)
148
+ rspec-mocks (3.11.1)
147
149
  diff-lcs (>= 1.2.0, < 2.0)
148
- rspec-support (~> 3.9.0)
149
- rspec-support (3.9.4)
150
- rubocop (0.93.1)
150
+ rspec-support (~> 3.11.0)
151
+ rspec-support (3.11.0)
152
+ rubocop (1.29.0)
151
153
  parallel (~> 1.10)
152
- parser (>= 2.7.1.5)
154
+ parser (>= 3.1.0.0)
153
155
  rainbow (>= 2.2.2, < 4.0)
154
- regexp_parser (>= 1.8)
155
- rexml
156
- rubocop-ast (>= 0.6.0)
156
+ regexp_parser (>= 1.8, < 3.0)
157
+ rexml (>= 3.2.5, < 4.0)
158
+ rubocop-ast (>= 1.17.0, < 2.0)
157
159
  ruby-progressbar (~> 1.7)
158
- unicode-display_width (>= 1.4.0, < 2.0)
159
- rubocop-ast (1.0.1)
160
- parser (>= 2.7.1.5)
161
- rubocop-performance (1.8.1)
162
- rubocop (>= 0.87.0)
160
+ unicode-display_width (>= 1.4.0, < 3.0)
161
+ rubocop-ast (1.17.0)
162
+ parser (>= 3.1.1.0)
163
+ rubocop-performance (1.13.3)
164
+ rubocop (>= 1.7.0, < 2.0)
163
165
  rubocop-ast (>= 0.4.0)
164
- rubocop-rspec (1.44.1)
165
- rubocop (~> 0.87)
166
- rubocop-ast (>= 0.7.1)
167
- ruby-progressbar (1.10.1)
168
- simplecov (0.19.0)
166
+ rubocop-rspec (2.10.0)
167
+ rubocop (~> 1.19)
168
+ ruby-progressbar (1.11.0)
169
+ simplecov (0.21.2)
169
170
  docile (~> 1.1)
170
171
  simplecov-html (~> 0.11)
172
+ simplecov_json_formatter (~> 0.1)
171
173
  simplecov-html (0.12.3)
172
- sprockets (4.0.2)
174
+ simplecov_json_formatter (0.1.4)
175
+ sprockets (4.0.3)
173
176
  concurrent-ruby (~> 1.0)
174
177
  rack (> 1, < 3)
175
- sprockets-rails (3.2.2)
176
- actionpack (>= 4.0)
177
- activesupport (>= 4.0)
178
+ sprockets-rails (3.4.2)
179
+ actionpack (>= 5.2)
180
+ activesupport (>= 5.2)
178
181
  sprockets (>= 3.0.0)
179
- thor (1.0.1)
180
- thread_safe (0.3.6)
181
- tzinfo (1.2.7)
182
- thread_safe (~> 0.1)
183
- unicode-display_width (1.7.0)
184
- websocket-driver (0.7.3)
182
+ thor (1.2.1)
183
+ tzinfo (2.0.4)
184
+ concurrent-ruby (~> 1.0)
185
+ unicode-display_width (2.1.0)
186
+ websocket-driver (0.7.5)
185
187
  websocket-extensions (>= 0.1.0)
186
188
  websocket-extensions (0.1.5)
187
- zeitwerk (2.4.0)
189
+ zeitwerk (2.5.4)
188
190
 
189
191
  PLATFORMS
190
192
  ruby
@@ -201,4 +203,4 @@ DEPENDENCIES
201
203
  simplecov
202
204
 
203
205
  BUNDLED WITH
204
- 2.1.4
206
+ 2.2.22
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HasJwtToken
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_jwt_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jokūbas Pučinskas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-14 00:00:00.000000000 Z
11
+ date: 2022-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bcrypt
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  - !ruby/object:Gem::Version
195
195
  version: '0'
196
196
  requirements: []
197
- rubygems_version: 3.1.2
197
+ rubygems_version: 3.3.7
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: Fast running JWT implentation for Rails apps!