devise-jwt-cookie 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +64 -64
- data/lib/devise/jwt/cookie/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bfd64ce1b6ade938b40ed67a7a0acc5e7b591d6bfe50c0e42dbc486715d9daa
|
4
|
+
data.tar.gz: e0e6c56fffce4f5af264bf8441e682435796ce6280dcb4eb009aaa048685a54a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f89ad148f023ce45a332f241b7dfa26de45034b2bd466a23886440634f37b790e868321311ac9766460cf347d023a3b2d240ce42e23da579ed5bda67e687288
|
7
|
+
data.tar.gz: 335e39879ae9f5021abbcc5cba43cfa4d1f84c7de8fb34d0c82a36c2571be1860638ec7c25f1f266755c4fa59fbec20d9751a4e60ebf5c74d53a72a9b8a44057
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
devise-jwt-cookie (0.
|
4
|
+
devise-jwt-cookie (0.5.0)
|
5
5
|
devise-jwt (~> 0.6)
|
6
6
|
dry-auto_inject (~> 0.6)
|
7
7
|
dry-configurable (~> 0.9, < 0.11)
|
@@ -9,57 +9,57 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (5.2.
|
13
|
-
actionpack (= 5.2.
|
12
|
+
actioncable (5.2.7)
|
13
|
+
actionpack (= 5.2.7)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailer (5.2.
|
17
|
-
actionpack (= 5.2.
|
18
|
-
actionview (= 5.2.
|
19
|
-
activejob (= 5.2.
|
16
|
+
actionmailer (5.2.7)
|
17
|
+
actionpack (= 5.2.7)
|
18
|
+
actionview (= 5.2.7)
|
19
|
+
activejob (= 5.2.7)
|
20
20
|
mail (~> 2.5, >= 2.5.4)
|
21
21
|
rails-dom-testing (~> 2.0)
|
22
|
-
actionpack (5.2.
|
23
|
-
actionview (= 5.2.
|
24
|
-
activesupport (= 5.2.
|
22
|
+
actionpack (5.2.7)
|
23
|
+
actionview (= 5.2.7)
|
24
|
+
activesupport (= 5.2.7)
|
25
25
|
rack (~> 2.0, >= 2.0.8)
|
26
26
|
rack-test (>= 0.6.3)
|
27
27
|
rails-dom-testing (~> 2.0)
|
28
28
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
actionview (5.2.
|
30
|
-
activesupport (= 5.2.
|
29
|
+
actionview (5.2.7)
|
30
|
+
activesupport (= 5.2.7)
|
31
31
|
builder (~> 3.1)
|
32
32
|
erubi (~> 1.4)
|
33
33
|
rails-dom-testing (~> 2.0)
|
34
34
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
35
|
-
activejob (5.2.
|
36
|
-
activesupport (= 5.2.
|
35
|
+
activejob (5.2.7)
|
36
|
+
activesupport (= 5.2.7)
|
37
37
|
globalid (>= 0.3.6)
|
38
|
-
activemodel (5.2.
|
39
|
-
activesupport (= 5.2.
|
40
|
-
activerecord (5.2.
|
41
|
-
activemodel (= 5.2.
|
42
|
-
activesupport (= 5.2.
|
38
|
+
activemodel (5.2.7)
|
39
|
+
activesupport (= 5.2.7)
|
40
|
+
activerecord (5.2.7)
|
41
|
+
activemodel (= 5.2.7)
|
42
|
+
activesupport (= 5.2.7)
|
43
43
|
arel (>= 9.0)
|
44
|
-
activestorage (5.2.
|
45
|
-
actionpack (= 5.2.
|
46
|
-
activerecord (= 5.2.
|
44
|
+
activestorage (5.2.7)
|
45
|
+
actionpack (= 5.2.7)
|
46
|
+
activerecord (= 5.2.7)
|
47
47
|
marcel (~> 1.0.0)
|
48
|
-
activesupport (5.2.
|
48
|
+
activesupport (5.2.7)
|
49
49
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
50
50
|
i18n (>= 0.7, < 2)
|
51
51
|
minitest (~> 5.1)
|
52
52
|
tzinfo (~> 1.1)
|
53
53
|
arel (9.0.0)
|
54
|
-
bcrypt (3.1.
|
54
|
+
bcrypt (3.1.17)
|
55
55
|
builder (3.2.4)
|
56
56
|
byebug (11.1.3)
|
57
57
|
codeclimate-test-reporter (1.0.7)
|
58
58
|
simplecov
|
59
59
|
coderay (1.1.3)
|
60
|
-
concurrent-ruby (1.1.
|
60
|
+
concurrent-ruby (1.1.10)
|
61
61
|
crass (1.0.6)
|
62
|
-
devise (4.
|
62
|
+
devise (4.8.1)
|
63
63
|
bcrypt (~> 3.0)
|
64
64
|
orm_adapter (~> 0.1)
|
65
65
|
railties (>= 4.1.0)
|
@@ -68,8 +68,8 @@ GEM
|
|
68
68
|
devise-jwt (0.8.1)
|
69
69
|
devise (~> 4.0)
|
70
70
|
warden-jwt_auth (~> 0.5)
|
71
|
-
diff-lcs (1.
|
72
|
-
docile (1.
|
71
|
+
diff-lcs (1.5.0)
|
72
|
+
docile (1.4.0)
|
73
73
|
dry-auto_inject (0.7.0)
|
74
74
|
dry-container (>= 0.3.4)
|
75
75
|
dry-configurable (0.9.0)
|
@@ -78,28 +78,28 @@ GEM
|
|
78
78
|
dry-container (0.7.2)
|
79
79
|
concurrent-ruby (~> 1.0)
|
80
80
|
dry-configurable (~> 0.1, >= 0.1.3)
|
81
|
-
dry-core (0.
|
81
|
+
dry-core (0.6.0)
|
82
82
|
concurrent-ruby (~> 1.0)
|
83
83
|
erubi (1.10.0)
|
84
|
-
globalid (0.
|
85
|
-
activesupport (>=
|
86
|
-
i18n (1.
|
84
|
+
globalid (1.0.0)
|
85
|
+
activesupport (>= 5.0)
|
86
|
+
i18n (1.10.0)
|
87
87
|
concurrent-ruby (~> 1.0)
|
88
|
-
json (2.
|
89
|
-
jwt (2.
|
90
|
-
loofah (2.
|
88
|
+
json (2.6.1)
|
89
|
+
jwt (2.3.0)
|
90
|
+
loofah (2.15.0)
|
91
91
|
crass (~> 1.0.2)
|
92
92
|
nokogiri (>= 1.5.9)
|
93
93
|
mail (2.7.1)
|
94
94
|
mini_mime (>= 0.1.1)
|
95
|
-
marcel (1.0.
|
95
|
+
marcel (1.0.2)
|
96
96
|
method_source (1.0.0)
|
97
|
-
mini_mime (1.1.
|
98
|
-
mini_portile2 (2.
|
99
|
-
minitest (5.
|
100
|
-
nio4r (2.5.
|
101
|
-
nokogiri (1.
|
102
|
-
mini_portile2 (~> 2.
|
97
|
+
mini_mime (1.1.2)
|
98
|
+
mini_portile2 (2.6.1)
|
99
|
+
minitest (5.15.0)
|
100
|
+
nio4r (2.5.8)
|
101
|
+
nokogiri (1.12.5)
|
102
|
+
mini_portile2 (~> 2.6.1)
|
103
103
|
racc (~> 1.4)
|
104
104
|
orm_adapter (0.5.0)
|
105
105
|
pry (0.13.1)
|
@@ -108,31 +108,31 @@ GEM
|
|
108
108
|
pry-byebug (3.9.0)
|
109
109
|
byebug (~> 11.0)
|
110
110
|
pry (~> 0.13.0)
|
111
|
-
racc (1.
|
111
|
+
racc (1.6.0)
|
112
112
|
rack (2.2.3)
|
113
113
|
rack-test (1.1.0)
|
114
114
|
rack (>= 1.0, < 3)
|
115
|
-
rails (5.2.
|
116
|
-
actioncable (= 5.2.
|
117
|
-
actionmailer (= 5.2.
|
118
|
-
actionpack (= 5.2.
|
119
|
-
actionview (= 5.2.
|
120
|
-
activejob (= 5.2.
|
121
|
-
activemodel (= 5.2.
|
122
|
-
activerecord (= 5.2.
|
123
|
-
activestorage (= 5.2.
|
124
|
-
activesupport (= 5.2.
|
115
|
+
rails (5.2.7)
|
116
|
+
actioncable (= 5.2.7)
|
117
|
+
actionmailer (= 5.2.7)
|
118
|
+
actionpack (= 5.2.7)
|
119
|
+
actionview (= 5.2.7)
|
120
|
+
activejob (= 5.2.7)
|
121
|
+
activemodel (= 5.2.7)
|
122
|
+
activerecord (= 5.2.7)
|
123
|
+
activestorage (= 5.2.7)
|
124
|
+
activesupport (= 5.2.7)
|
125
125
|
bundler (>= 1.3.0)
|
126
|
-
railties (= 5.2.
|
126
|
+
railties (= 5.2.7)
|
127
127
|
sprockets-rails (>= 2.0.0)
|
128
128
|
rails-dom-testing (2.0.3)
|
129
129
|
activesupport (>= 4.2.0)
|
130
130
|
nokogiri (>= 1.6)
|
131
|
-
rails-html-sanitizer (1.
|
131
|
+
rails-html-sanitizer (1.4.2)
|
132
132
|
loofah (~> 2.3)
|
133
|
-
railties (5.2.
|
134
|
-
actionpack (= 5.2.
|
135
|
-
activesupport (= 5.2.
|
133
|
+
railties (5.2.7)
|
134
|
+
actionpack (= 5.2.7)
|
135
|
+
activesupport (= 5.2.7)
|
136
136
|
method_source
|
137
137
|
rake (>= 0.8.7)
|
138
138
|
thor (>= 0.19.0, < 2.0)
|
@@ -166,15 +166,15 @@ GEM
|
|
166
166
|
json (>= 1.8, < 3)
|
167
167
|
simplecov-html (~> 0.10.0)
|
168
168
|
simplecov-html (0.10.2)
|
169
|
-
sprockets (4.0.
|
169
|
+
sprockets (4.0.3)
|
170
170
|
concurrent-ruby (~> 1.0)
|
171
171
|
rack (> 1, < 3)
|
172
|
-
sprockets-rails (3.
|
173
|
-
actionpack (>=
|
174
|
-
activesupport (>=
|
172
|
+
sprockets-rails (3.4.2)
|
173
|
+
actionpack (>= 5.2)
|
174
|
+
activesupport (>= 5.2)
|
175
175
|
sprockets (>= 3.0.0)
|
176
176
|
sqlite3 (1.4.2)
|
177
|
-
thor (1.1
|
177
|
+
thor (1.2.1)
|
178
178
|
thread_safe (0.3.6)
|
179
179
|
tzinfo (1.2.9)
|
180
180
|
thread_safe (~> 0.1)
|
@@ -185,7 +185,7 @@ GEM
|
|
185
185
|
dry-configurable (~> 0.9)
|
186
186
|
jwt (~> 2.1)
|
187
187
|
warden (~> 1.2)
|
188
|
-
websocket-driver (0.7.
|
188
|
+
websocket-driver (0.7.5)
|
189
189
|
websocket-extensions (>= 0.1.0)
|
190
190
|
websocket-extensions (0.1.5)
|
191
191
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise-jwt-cookie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niels van der Zanden
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: devise-jwt
|