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 +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +128 -126
- data/lib/has_jwt_token/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a526ec8600ace28c7cd99bb4132599ea57decb0670b7cfe927c4799450cde03
|
4
|
+
data.tar.gz: '089bdb90ff41da3da8d106520cf1f13366cf87250b7da886af6820da07c96f2e'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c042106d4ab0ef4de50d4cf2541b198c06faa8352d0242a40f00ec9ff66465128822ef09ed648322e2c666f29f52e3115a337d260b4ac1ec938a8c3a87bd7f86
|
7
|
+
data.tar.gz: 6e391d3af3ae20c65d157f48f58f1ac84b3276235d26c10895acbbb17919d6e72e4e4cd0614d2be27c135a4e9c8a8e1f2b995270be56ee399a9435a76558d3e6
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
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.
|
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.
|
13
|
-
actionpack (= 6.
|
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.
|
17
|
-
actionpack (= 6.
|
18
|
-
activejob (= 6.
|
19
|
-
activerecord (= 6.
|
20
|
-
activestorage (= 6.
|
21
|
-
activesupport (= 6.
|
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.
|
24
|
-
actionpack (= 6.
|
25
|
-
actionview (= 6.
|
26
|
-
activejob (= 6.
|
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.
|
30
|
-
actionview (= 6.
|
31
|
-
activesupport (= 6.
|
32
|
-
rack (~> 2.0, >= 2.0.
|
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.
|
37
|
-
actionpack (= 6.
|
38
|
-
activerecord (= 6.
|
39
|
-
activestorage (= 6.
|
40
|
-
activesupport (= 6.
|
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.
|
43
|
-
activesupport (= 6.
|
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.
|
49
|
-
activesupport (= 6.
|
50
|
+
activejob (6.1.6)
|
51
|
+
activesupport (= 6.1.6)
|
50
52
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.
|
52
|
-
activesupport (= 6.
|
53
|
-
activerecord (6.
|
54
|
-
activemodel (= 6.
|
55
|
-
activesupport (= 6.
|
56
|
-
activestorage (6.
|
57
|
-
actionpack (= 6.
|
58
|
-
activejob (= 6.
|
59
|
-
activerecord (= 6.
|
60
|
-
|
61
|
-
|
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 (>=
|
64
|
-
minitest (
|
65
|
-
tzinfo (~>
|
66
|
-
zeitwerk (~> 2.
|
67
|
-
ast (2.4.
|
68
|
-
bcrypt (3.1.
|
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.
|
75
|
+
concurrent-ruby (1.1.10)
|
72
76
|
crass (1.0.6)
|
73
|
-
diff-lcs (1.
|
74
|
-
docile (1.
|
75
|
-
erubi (1.
|
76
|
-
factory_bot (6.1
|
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.
|
79
|
-
activesupport (>=
|
80
|
-
i18n (1.
|
82
|
+
globalid (1.0.0)
|
83
|
+
activesupport (>= 5.0)
|
84
|
+
i18n (1.10.0)
|
81
85
|
concurrent-ruby (~> 1.0)
|
82
|
-
jwt (2.
|
83
|
-
loofah (2.
|
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.
|
89
|
-
mimemagic (~> 0.3.2)
|
92
|
+
marcel (1.0.2)
|
90
93
|
method_source (1.0.0)
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
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.
|
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.
|
108
|
-
actioncable (= 6.
|
109
|
-
actionmailbox (= 6.
|
110
|
-
actionmailer (= 6.
|
111
|
-
actionpack (= 6.
|
112
|
-
actiontext (= 6.
|
113
|
-
actionview (= 6.
|
114
|
-
activejob (= 6.
|
115
|
-
activemodel (= 6.
|
116
|
-
activerecord (= 6.
|
117
|
-
activestorage (= 6.
|
118
|
-
activesupport (= 6.
|
119
|
-
bundler (>= 1.
|
120
|
-
railties (= 6.
|
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.
|
127
|
+
rails-html-sanitizer (1.4.2)
|
126
128
|
loofah (~> 2.3)
|
127
|
-
railties (6.
|
128
|
-
actionpack (= 6.
|
129
|
-
activesupport (= 6.
|
129
|
+
railties (6.1.6)
|
130
|
+
actionpack (= 6.1.6)
|
131
|
+
activesupport (= 6.1.6)
|
130
132
|
method_source
|
131
|
-
rake (>=
|
132
|
-
thor (
|
133
|
-
rainbow (3.
|
133
|
+
rake (>= 12.2)
|
134
|
+
thor (~> 1.0)
|
135
|
+
rainbow (3.1.1)
|
134
136
|
rake (12.3.3)
|
135
|
-
regexp_parser (
|
136
|
-
rexml (3.2.
|
137
|
-
rspec (3.
|
138
|
-
rspec-core (~> 3.
|
139
|
-
rspec-expectations (~> 3.
|
140
|
-
rspec-mocks (~> 3.
|
141
|
-
rspec-core (3.
|
142
|
-
rspec-support (~> 3.
|
143
|
-
rspec-expectations (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.
|
146
|
-
rspec-mocks (3.
|
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.
|
149
|
-
rspec-support (3.
|
150
|
-
rubocop (
|
150
|
+
rspec-support (~> 3.11.0)
|
151
|
+
rspec-support (3.11.0)
|
152
|
+
rubocop (1.29.0)
|
151
153
|
parallel (~> 1.10)
|
152
|
-
parser (>=
|
154
|
+
parser (>= 3.1.0.0)
|
153
155
|
rainbow (>= 2.2.2, < 4.0)
|
154
|
-
regexp_parser (>= 1.8)
|
155
|
-
rexml
|
156
|
-
rubocop-ast (>=
|
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, <
|
159
|
-
rubocop-ast (1.0
|
160
|
-
parser (>=
|
161
|
-
rubocop-performance (1.
|
162
|
-
rubocop (>=
|
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 (
|
165
|
-
rubocop (~>
|
166
|
-
|
167
|
-
|
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
|
-
|
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.
|
176
|
-
actionpack (>=
|
177
|
-
activesupport (>=
|
178
|
+
sprockets-rails (3.4.2)
|
179
|
+
actionpack (>= 5.2)
|
180
|
+
activesupport (>= 5.2)
|
178
181
|
sprockets (>= 3.0.0)
|
179
|
-
thor (1.
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
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
|
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.
|
206
|
+
2.2.22
|
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.
|
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:
|
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.
|
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!
|