devise-jwt-cookie 0.3.0 → 0.4.0

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: 4ca1a25c926bf8fca7e684ded8c47026ee168171ba24806d1f620363e241add5
4
- data.tar.gz: 9961f8133c48c29940fe974c40c2d2ec2e3c5006a7bf67bcaddde6221a81bd3a
3
+ metadata.gz: d203b92171aba466360962313503055b1488613ec24a97e1acd88d5033d40ae1
4
+ data.tar.gz: 35b0ba5f0930b43d25640e6c43b061d82fe038a6285e6ef57b0a89fcb89b6e36
5
5
  SHA512:
6
- metadata.gz: 634cbfa8f6b97d1c0b67b27d562436870dd084f8809414e7e32e3471fefbb8362812f53090516c28568547a8f550637819e09b842b921d68af505484e6276ccc
7
- data.tar.gz: 8ccdb1f626c644cb96896c869bab967191dd9613efb76ce3a450c5cf8beb9bfa9cc7986877fb8f7c78b17ecd065a2a8d7e47d4de6fb458b62e151b8d50c04059
6
+ metadata.gz: 58acadb1fac0195e5cb48d33cd3da2a0dd8f0d3f5dd53e4d139e16e59b086e35ed994e8814c64791a93dc623ccca047a626e33d2aca58dd259d5da0fc01a8b57
7
+ data.tar.gz: b00005d5a84121facaa1676c3664dbe3f28e094752308478233ff2fad7e421790344d5a8ac75ccdf0d4c54f5b67c3bc4b7517229f5f63d702b704e924424a878
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- devise-jwt-cookie (0.1.0)
4
+ devise-jwt-cookie (0.4.0)
5
5
  devise-jwt (~> 0.6)
6
6
  dry-auto_inject (~> 0.6)
7
7
  dry-configurable (~> 0.9, < 0.11)
@@ -9,67 +9,67 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (5.2.4.2)
13
- actionpack (= 5.2.4.2)
12
+ actioncable (5.2.5)
13
+ actionpack (= 5.2.5)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.4.2)
17
- actionpack (= 5.2.4.2)
18
- actionview (= 5.2.4.2)
19
- activejob (= 5.2.4.2)
16
+ actionmailer (5.2.5)
17
+ actionpack (= 5.2.5)
18
+ actionview (= 5.2.5)
19
+ activejob (= 5.2.5)
20
20
  mail (~> 2.5, >= 2.5.4)
21
21
  rails-dom-testing (~> 2.0)
22
- actionpack (5.2.4.2)
23
- actionview (= 5.2.4.2)
24
- activesupport (= 5.2.4.2)
22
+ actionpack (5.2.5)
23
+ actionview (= 5.2.5)
24
+ activesupport (= 5.2.5)
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.4.2)
30
- activesupport (= 5.2.4.2)
29
+ actionview (5.2.5)
30
+ activesupport (= 5.2.5)
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.4.2)
36
- activesupport (= 5.2.4.2)
35
+ activejob (5.2.5)
36
+ activesupport (= 5.2.5)
37
37
  globalid (>= 0.3.6)
38
- activemodel (5.2.4.2)
39
- activesupport (= 5.2.4.2)
40
- activerecord (5.2.4.2)
41
- activemodel (= 5.2.4.2)
42
- activesupport (= 5.2.4.2)
38
+ activemodel (5.2.5)
39
+ activesupport (= 5.2.5)
40
+ activerecord (5.2.5)
41
+ activemodel (= 5.2.5)
42
+ activesupport (= 5.2.5)
43
43
  arel (>= 9.0)
44
- activestorage (5.2.4.2)
45
- actionpack (= 5.2.4.2)
46
- activerecord (= 5.2.4.2)
47
- marcel (~> 0.3.1)
48
- activesupport (5.2.4.2)
44
+ activestorage (5.2.5)
45
+ actionpack (= 5.2.5)
46
+ activerecord (= 5.2.5)
47
+ marcel (~> 1.0.0)
48
+ activesupport (5.2.5)
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.13)
54
+ bcrypt (3.1.16)
55
55
  builder (3.2.4)
56
- byebug (11.0.1)
56
+ byebug (11.1.3)
57
57
  codeclimate-test-reporter (1.0.7)
58
58
  simplecov
59
- coderay (1.1.2)
60
- concurrent-ruby (1.1.6)
59
+ coderay (1.1.3)
60
+ concurrent-ruby (1.1.8)
61
61
  crass (1.0.6)
62
- devise (4.7.1)
62
+ devise (4.7.3)
63
63
  bcrypt (~> 3.0)
64
64
  orm_adapter (~> 0.1)
65
65
  railties (>= 4.1.0)
66
66
  responders
67
67
  warden (~> 1.2.3)
68
- devise-jwt (0.6.0)
68
+ devise-jwt (0.8.1)
69
69
  devise (~> 4.0)
70
- warden-jwt_auth (~> 0.4)
71
- diff-lcs (1.3)
72
- docile (1.3.2)
70
+ warden-jwt_auth (~> 0.5)
71
+ diff-lcs (1.4.4)
72
+ docile (1.3.5)
73
73
  dry-auto_inject (0.7.0)
74
74
  dry-container (>= 0.3.4)
75
75
  dry-configurable (0.9.0)
@@ -78,75 +78,75 @@ 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.4.9)
81
+ dry-core (0.5.0)
82
82
  concurrent-ruby (~> 1.0)
83
- erubi (1.9.0)
83
+ erubi (1.10.0)
84
84
  globalid (0.4.2)
85
85
  activesupport (>= 4.2.0)
86
- i18n (1.8.2)
86
+ i18n (1.8.10)
87
87
  concurrent-ruby (~> 1.0)
88
- json (2.3.0)
89
- jwt (2.2.1)
90
- loofah (2.4.0)
88
+ json (2.5.1)
89
+ jwt (2.2.2)
90
+ loofah (2.9.1)
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 (0.3.3)
96
- mimemagic (~> 0.3.2)
95
+ marcel (1.0.1)
97
96
  method_source (1.0.0)
98
- mimemagic (0.3.4)
99
- mini_mime (1.0.2)
100
- mini_portile2 (2.4.0)
101
- minitest (5.14.0)
102
- nio4r (2.5.2)
103
- nokogiri (1.10.9)
104
- mini_portile2 (~> 2.4.0)
97
+ mini_mime (1.1.0)
98
+ mini_portile2 (2.5.0)
99
+ minitest (5.14.4)
100
+ nio4r (2.5.7)
101
+ nokogiri (1.11.3)
102
+ mini_portile2 (~> 2.5.0)
103
+ racc (~> 1.4)
105
104
  orm_adapter (0.5.0)
106
- pry (0.13.0)
105
+ pry (0.13.1)
107
106
  coderay (~> 1.1)
108
107
  method_source (~> 1.0)
109
- pry-byebug (3.7.0)
108
+ pry-byebug (3.9.0)
110
109
  byebug (~> 11.0)
111
- pry (~> 0.10)
112
- rack (2.2.2)
110
+ pry (~> 0.13.0)
111
+ racc (1.5.2)
112
+ rack (2.2.3)
113
113
  rack-test (1.1.0)
114
114
  rack (>= 1.0, < 3)
115
- rails (5.2.4.2)
116
- actioncable (= 5.2.4.2)
117
- actionmailer (= 5.2.4.2)
118
- actionpack (= 5.2.4.2)
119
- actionview (= 5.2.4.2)
120
- activejob (= 5.2.4.2)
121
- activemodel (= 5.2.4.2)
122
- activerecord (= 5.2.4.2)
123
- activestorage (= 5.2.4.2)
124
- activesupport (= 5.2.4.2)
115
+ rails (5.2.5)
116
+ actioncable (= 5.2.5)
117
+ actionmailer (= 5.2.5)
118
+ actionpack (= 5.2.5)
119
+ actionview (= 5.2.5)
120
+ activejob (= 5.2.5)
121
+ activemodel (= 5.2.5)
122
+ activerecord (= 5.2.5)
123
+ activestorage (= 5.2.5)
124
+ activesupport (= 5.2.5)
125
125
  bundler (>= 1.3.0)
126
- railties (= 5.2.4.2)
126
+ railties (= 5.2.5)
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
131
  rails-html-sanitizer (1.3.0)
132
132
  loofah (~> 2.3)
133
- railties (5.2.4.2)
134
- actionpack (= 5.2.4.2)
135
- activesupport (= 5.2.4.2)
133
+ railties (5.2.5)
134
+ actionpack (= 5.2.5)
135
+ activesupport (= 5.2.5)
136
136
  method_source
137
137
  rake (>= 0.8.7)
138
138
  thor (>= 0.19.0, < 2.0)
139
139
  rake (12.3.3)
140
- responders (3.0.0)
140
+ responders (3.0.1)
141
141
  actionpack (>= 5.0)
142
142
  railties (>= 5.0)
143
143
  rspec (3.9.0)
144
144
  rspec-core (~> 3.9.0)
145
145
  rspec-expectations (~> 3.9.0)
146
146
  rspec-mocks (~> 3.9.0)
147
- rspec-core (3.9.1)
148
- rspec-support (~> 3.9.1)
149
- rspec-expectations (3.9.1)
147
+ rspec-core (3.9.3)
148
+ rspec-support (~> 3.9.3)
149
+ rspec-expectations (3.9.4)
150
150
  diff-lcs (>= 1.2.0, < 2.0)
151
151
  rspec-support (~> 3.9.0)
152
152
  rspec-mocks (3.9.1)
@@ -160,34 +160,34 @@ GEM
160
160
  rspec-expectations (~> 3.9.0)
161
161
  rspec-mocks (~> 3.9.0)
162
162
  rspec-support (~> 3.9.0)
163
- rspec-support (3.9.2)
163
+ rspec-support (3.9.4)
164
164
  simplecov (0.17.0)
165
165
  docile (~> 1.1)
166
166
  json (>= 1.8, < 3)
167
167
  simplecov-html (~> 0.10.0)
168
168
  simplecov-html (0.10.2)
169
- sprockets (3.7.2)
169
+ sprockets (4.0.2)
170
170
  concurrent-ruby (~> 1.0)
171
171
  rack (> 1, < 3)
172
- sprockets-rails (3.2.1)
172
+ sprockets-rails (3.2.2)
173
173
  actionpack (>= 4.0)
174
174
  activesupport (>= 4.0)
175
175
  sprockets (>= 3.0.0)
176
176
  sqlite3 (1.4.2)
177
- thor (1.0.1)
177
+ thor (1.1.0)
178
178
  thread_safe (0.3.6)
179
- tzinfo (1.2.6)
179
+ tzinfo (1.2.9)
180
180
  thread_safe (~> 0.1)
181
- warden (1.2.8)
182
- rack (>= 2.0.6)
183
- warden-jwt_auth (0.4.2)
181
+ warden (1.2.9)
182
+ rack (>= 2.0.9)
183
+ warden-jwt_auth (0.5.0)
184
184
  dry-auto_inject (~> 0.6)
185
- dry-configurable (~> 0.9, < 0.11)
185
+ dry-configurable (~> 0.9)
186
186
  jwt (~> 2.1)
187
187
  warden (~> 1.2)
188
- websocket-driver (0.7.1)
188
+ websocket-driver (0.7.3)
189
189
  websocket-extensions (>= 0.1.0)
190
- websocket-extensions (0.1.4)
190
+ websocket-extensions (0.1.5)
191
191
 
192
192
  PLATFORMS
193
193
  ruby
@@ -1,7 +1,7 @@
1
1
  module Devise
2
2
  module JWT
3
3
  module Cookie
4
- VERSION = '0.3.0'
4
+ VERSION = '0.4.0'
5
5
  end
6
6
  end
7
7
  end
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.3.0
4
+ version: 0.4.0
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: 2020-04-14 00:00:00.000000000 Z
11
+ date: 2021-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: devise-jwt