google-authenticator-rails 3.4.1 → 3.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +76 -83
- data/google-authenticator.gemspec +1 -1
- data/lib/google-authenticator-rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec08157721042874ecf44bafcfbfc30495f4f2ca868c5fcd30b3c2922c55491b
|
4
|
+
data.tar.gz: f01b8981081efe1049887a678450d197c714408302150f0e82433262755c095e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1696bc367188d6d0223f1d85dd51394bc1d20d6dd2614d92e7ea9aa6cf3901fe736ad54f5281e9f62fb60dc62a18cc8acff9f3d891192932bfd8a7185e71b160
|
7
|
+
data.tar.gz: c5900fa537400d6d34492539c687c6e00c461df9f1309c1fee516b9b1fd4e1b75ff235338ea6368e19975c1ee81853c57e7af02166552552c3b494ea7a0e06c1
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
google-authenticator-rails (3.4.
|
4
|
+
google-authenticator-rails (3.4.3)
|
5
5
|
actionpack
|
6
6
|
activerecord
|
7
7
|
rails
|
@@ -11,35 +11,35 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
actioncable (7.1.3.
|
15
|
-
actionpack (= 7.1.3.
|
16
|
-
activesupport (= 7.1.3.
|
14
|
+
actioncable (7.1.3.3)
|
15
|
+
actionpack (= 7.1.3.3)
|
16
|
+
activesupport (= 7.1.3.3)
|
17
17
|
nio4r (~> 2.0)
|
18
18
|
websocket-driver (>= 0.6.1)
|
19
19
|
zeitwerk (~> 2.6)
|
20
|
-
actionmailbox (7.1.3.
|
21
|
-
actionpack (= 7.1.3.
|
22
|
-
activejob (= 7.1.3.
|
23
|
-
activerecord (= 7.1.3.
|
24
|
-
activestorage (= 7.1.3.
|
25
|
-
activesupport (= 7.1.3.
|
20
|
+
actionmailbox (7.1.3.3)
|
21
|
+
actionpack (= 7.1.3.3)
|
22
|
+
activejob (= 7.1.3.3)
|
23
|
+
activerecord (= 7.1.3.3)
|
24
|
+
activestorage (= 7.1.3.3)
|
25
|
+
activesupport (= 7.1.3.3)
|
26
26
|
mail (>= 2.7.1)
|
27
27
|
net-imap
|
28
28
|
net-pop
|
29
29
|
net-smtp
|
30
|
-
actionmailer (7.1.3.
|
31
|
-
actionpack (= 7.1.3.
|
32
|
-
actionview (= 7.1.3.
|
33
|
-
activejob (= 7.1.3.
|
34
|
-
activesupport (= 7.1.3.
|
30
|
+
actionmailer (7.1.3.3)
|
31
|
+
actionpack (= 7.1.3.3)
|
32
|
+
actionview (= 7.1.3.3)
|
33
|
+
activejob (= 7.1.3.3)
|
34
|
+
activesupport (= 7.1.3.3)
|
35
35
|
mail (~> 2.5, >= 2.5.4)
|
36
36
|
net-imap
|
37
37
|
net-pop
|
38
38
|
net-smtp
|
39
39
|
rails-dom-testing (~> 2.2)
|
40
|
-
actionpack (7.1.3.
|
41
|
-
actionview (= 7.1.3.
|
42
|
-
activesupport (= 7.1.3.
|
40
|
+
actionpack (7.1.3.3)
|
41
|
+
actionview (= 7.1.3.3)
|
42
|
+
activesupport (= 7.1.3.3)
|
43
43
|
nokogiri (>= 1.8.5)
|
44
44
|
racc
|
45
45
|
rack (>= 2.2.4)
|
@@ -47,35 +47,35 @@ GEM
|
|
47
47
|
rack-test (>= 0.6.3)
|
48
48
|
rails-dom-testing (~> 2.2)
|
49
49
|
rails-html-sanitizer (~> 1.6)
|
50
|
-
actiontext (7.1.3.
|
51
|
-
actionpack (= 7.1.3.
|
52
|
-
activerecord (= 7.1.3.
|
53
|
-
activestorage (= 7.1.3.
|
54
|
-
activesupport (= 7.1.3.
|
50
|
+
actiontext (7.1.3.3)
|
51
|
+
actionpack (= 7.1.3.3)
|
52
|
+
activerecord (= 7.1.3.3)
|
53
|
+
activestorage (= 7.1.3.3)
|
54
|
+
activesupport (= 7.1.3.3)
|
55
55
|
globalid (>= 0.6.0)
|
56
56
|
nokogiri (>= 1.8.5)
|
57
|
-
actionview (7.1.3.
|
58
|
-
activesupport (= 7.1.3.
|
57
|
+
actionview (7.1.3.3)
|
58
|
+
activesupport (= 7.1.3.3)
|
59
59
|
builder (~> 3.1)
|
60
60
|
erubi (~> 1.11)
|
61
61
|
rails-dom-testing (~> 2.2)
|
62
62
|
rails-html-sanitizer (~> 1.6)
|
63
|
-
activejob (7.1.3.
|
64
|
-
activesupport (= 7.1.3.
|
63
|
+
activejob (7.1.3.3)
|
64
|
+
activesupport (= 7.1.3.3)
|
65
65
|
globalid (>= 0.3.6)
|
66
|
-
activemodel (7.1.3.
|
67
|
-
activesupport (= 7.1.3.
|
68
|
-
activerecord (7.1.3.
|
69
|
-
activemodel (= 7.1.3.
|
70
|
-
activesupport (= 7.1.3.
|
66
|
+
activemodel (7.1.3.3)
|
67
|
+
activesupport (= 7.1.3.3)
|
68
|
+
activerecord (7.1.3.3)
|
69
|
+
activemodel (= 7.1.3.3)
|
70
|
+
activesupport (= 7.1.3.3)
|
71
71
|
timeout (>= 0.4.0)
|
72
|
-
activestorage (7.1.3.
|
73
|
-
actionpack (= 7.1.3.
|
74
|
-
activejob (= 7.1.3.
|
75
|
-
activerecord (= 7.1.3.
|
76
|
-
activesupport (= 7.1.3.
|
72
|
+
activestorage (7.1.3.3)
|
73
|
+
actionpack (= 7.1.3.3)
|
74
|
+
activejob (= 7.1.3.3)
|
75
|
+
activerecord (= 7.1.3.3)
|
76
|
+
activesupport (= 7.1.3.3)
|
77
77
|
marcel (~> 1.0)
|
78
|
-
activesupport (7.1.3.
|
78
|
+
activesupport (7.1.3.3)
|
79
79
|
base64
|
80
80
|
bigdecimal
|
81
81
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -85,15 +85,15 @@ GEM
|
|
85
85
|
minitest (>= 5.1)
|
86
86
|
mutex_m
|
87
87
|
tzinfo (~> 2.0)
|
88
|
-
appraisal (2.
|
88
|
+
appraisal (2.5.0)
|
89
89
|
bundler
|
90
90
|
rake
|
91
91
|
thor (>= 0.14.0)
|
92
92
|
base64 (0.2.0)
|
93
|
-
bigdecimal (3.1.
|
93
|
+
bigdecimal (3.1.8)
|
94
94
|
builder (3.2.4)
|
95
95
|
chunky_png (1.4.0)
|
96
|
-
concurrent-ruby (1.
|
96
|
+
concurrent-ruby (1.3.1)
|
97
97
|
connection_pool (2.4.1)
|
98
98
|
crass (1.0.6)
|
99
99
|
date (3.3.4)
|
@@ -103,11 +103,11 @@ GEM
|
|
103
103
|
erubi (1.12.0)
|
104
104
|
globalid (1.2.1)
|
105
105
|
activesupport (>= 6.1)
|
106
|
-
i18n (1.14.
|
106
|
+
i18n (1.14.5)
|
107
107
|
concurrent-ruby (~> 1.0)
|
108
108
|
io-console (0.7.2)
|
109
|
-
irb (1.
|
110
|
-
rdoc
|
109
|
+
irb (1.13.1)
|
110
|
+
rdoc (>= 4.0.0)
|
111
111
|
reline (>= 0.4.2)
|
112
112
|
loofah (2.22.0)
|
113
113
|
crass (~> 1.0.2)
|
@@ -119,30 +119,26 @@ GEM
|
|
119
119
|
net-smtp
|
120
120
|
marcel (1.0.4)
|
121
121
|
mini_mime (1.1.5)
|
122
|
-
|
123
|
-
minitest (5.22.3)
|
122
|
+
minitest (5.23.1)
|
124
123
|
mutex_m (0.2.0)
|
125
|
-
net-imap (0.4.
|
124
|
+
net-imap (0.4.12)
|
126
125
|
date
|
127
126
|
net-protocol
|
128
127
|
net-pop (0.1.2)
|
129
128
|
net-protocol
|
130
129
|
net-protocol (0.2.2)
|
131
130
|
timeout
|
132
|
-
net-smtp (0.
|
131
|
+
net-smtp (0.5.0)
|
133
132
|
net-protocol
|
134
|
-
nio4r (2.7.
|
135
|
-
nokogiri (1.16.
|
136
|
-
mini_portile2 (~> 2.8.2)
|
133
|
+
nio4r (2.7.3)
|
134
|
+
nokogiri (1.16.5-arm64-darwin)
|
137
135
|
racc (~> 1.4)
|
138
|
-
nokogiri (1.16.
|
139
|
-
racc (~> 1.4)
|
140
|
-
nokogiri (1.16.3-x86_64-linux)
|
136
|
+
nokogiri (1.16.5-x86_64-linux)
|
141
137
|
racc (~> 1.4)
|
142
138
|
psych (5.1.2)
|
143
139
|
stringio
|
144
|
-
racc (1.
|
145
|
-
rack (3.0.
|
140
|
+
racc (1.8.0)
|
141
|
+
rack (3.0.11)
|
146
142
|
rack-session (2.0.0)
|
147
143
|
rack (>= 3.0.0)
|
148
144
|
rack-test (2.1.0)
|
@@ -150,20 +146,20 @@ GEM
|
|
150
146
|
rackup (2.1.0)
|
151
147
|
rack (>= 3)
|
152
148
|
webrick (~> 1.8)
|
153
|
-
rails (7.1.3.
|
154
|
-
actioncable (= 7.1.3.
|
155
|
-
actionmailbox (= 7.1.3.
|
156
|
-
actionmailer (= 7.1.3.
|
157
|
-
actionpack (= 7.1.3.
|
158
|
-
actiontext (= 7.1.3.
|
159
|
-
actionview (= 7.1.3.
|
160
|
-
activejob (= 7.1.3.
|
161
|
-
activemodel (= 7.1.3.
|
162
|
-
activerecord (= 7.1.3.
|
163
|
-
activestorage (= 7.1.3.
|
164
|
-
activesupport (= 7.1.3.
|
149
|
+
rails (7.1.3.3)
|
150
|
+
actioncable (= 7.1.3.3)
|
151
|
+
actionmailbox (= 7.1.3.3)
|
152
|
+
actionmailer (= 7.1.3.3)
|
153
|
+
actionpack (= 7.1.3.3)
|
154
|
+
actiontext (= 7.1.3.3)
|
155
|
+
actionview (= 7.1.3.3)
|
156
|
+
activejob (= 7.1.3.3)
|
157
|
+
activemodel (= 7.1.3.3)
|
158
|
+
activerecord (= 7.1.3.3)
|
159
|
+
activestorage (= 7.1.3.3)
|
160
|
+
activesupport (= 7.1.3.3)
|
165
161
|
bundler (>= 1.15.0)
|
166
|
-
railties (= 7.1.3.
|
162
|
+
railties (= 7.1.3.3)
|
167
163
|
rails-dom-testing (2.2.0)
|
168
164
|
activesupport (>= 5.0.0)
|
169
165
|
minitest
|
@@ -171,18 +167,18 @@ GEM
|
|
171
167
|
rails-html-sanitizer (1.6.0)
|
172
168
|
loofah (~> 2.21)
|
173
169
|
nokogiri (~> 1.14)
|
174
|
-
railties (7.1.3.
|
175
|
-
actionpack (= 7.1.3.
|
176
|
-
activesupport (= 7.1.3.
|
170
|
+
railties (7.1.3.3)
|
171
|
+
actionpack (= 7.1.3.3)
|
172
|
+
activesupport (= 7.1.3.3)
|
177
173
|
irb
|
178
174
|
rackup (>= 1.0.0)
|
179
175
|
rake (>= 12.2)
|
180
176
|
thor (~> 1.0, >= 1.2.2)
|
181
177
|
zeitwerk (~> 2.6)
|
182
|
-
rake (13.1
|
183
|
-
rdoc (6.
|
178
|
+
rake (13.2.1)
|
179
|
+
rdoc (6.7.0)
|
184
180
|
psych (>= 4.0.0)
|
185
|
-
reline (0.
|
181
|
+
reline (0.5.8)
|
186
182
|
io-console (~> 0.5)
|
187
183
|
rotp (6.3.0)
|
188
184
|
rqrcode (2.2.0)
|
@@ -208,12 +204,10 @@ GEM
|
|
208
204
|
simplecov_json_formatter (~> 0.1)
|
209
205
|
simplecov-html (0.12.3)
|
210
206
|
simplecov_json_formatter (0.1.4)
|
211
|
-
sqlite3 (1.7.3)
|
212
|
-
mini_portile2 (~> 2.8.0)
|
213
207
|
sqlite3 (1.7.3-arm64-darwin)
|
214
208
|
sqlite3 (1.7.3-x86_64-linux)
|
215
209
|
stringio (3.1.0)
|
216
|
-
thor (1.3.
|
210
|
+
thor (1.3.1)
|
217
211
|
timeout (0.4.1)
|
218
212
|
tzinfo (2.0.6)
|
219
213
|
concurrent-ruby (~> 1.0)
|
@@ -221,15 +215,14 @@ GEM
|
|
221
215
|
websocket-driver (0.7.6)
|
222
216
|
websocket-extensions (>= 0.1.0)
|
223
217
|
websocket-extensions (0.1.5)
|
224
|
-
zeitwerk (2.6.
|
218
|
+
zeitwerk (2.6.15)
|
225
219
|
|
226
220
|
PLATFORMS
|
227
|
-
arm64-darwin-
|
228
|
-
ruby
|
221
|
+
arm64-darwin-22
|
229
222
|
x86_64-linux
|
230
223
|
|
231
224
|
DEPENDENCIES
|
232
|
-
appraisal (~> 2.
|
225
|
+
appraisal (~> 2.5.0)
|
233
226
|
google-authenticator-rails!
|
234
227
|
rake (~> 13.0)
|
235
228
|
rspec (~> 3.4.0)
|
@@ -237,4 +230,4 @@ DEPENDENCIES
|
|
237
230
|
sqlite3 (~> 1.7)
|
238
231
|
|
239
232
|
BUNDLED WITH
|
240
|
-
2.
|
233
|
+
2.4.10
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
|
|
32
32
|
|
33
33
|
gem.add_development_dependency "rake", "~> 13.0"
|
34
34
|
gem.add_development_dependency "rspec", "~> 3.4.0"
|
35
|
-
gem.add_development_dependency "appraisal", "~> 2.
|
35
|
+
gem.add_development_dependency "appraisal", "~> 2.5.0"
|
36
36
|
gem.add_development_dependency "simplecov"
|
37
37
|
gem.add_development_dependency "sqlite3", "~> 1.7"
|
38
38
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-authenticator-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jared McFarland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rotp
|
@@ -120,14 +120,14 @@ dependencies:
|
|
120
120
|
requirements:
|
121
121
|
- - "~>"
|
122
122
|
- !ruby/object:Gem::Version
|
123
|
-
version: 2.
|
123
|
+
version: 2.5.0
|
124
124
|
type: :development
|
125
125
|
prerelease: false
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
127
127
|
requirements:
|
128
128
|
- - "~>"
|
129
129
|
- !ruby/object:Gem::Version
|
130
|
-
version: 2.
|
130
|
+
version: 2.5.0
|
131
131
|
- !ruby/object:Gem::Dependency
|
132
132
|
name: simplecov
|
133
133
|
requirement: !ruby/object:Gem::Requirement
|