google-authenticator-rails 3.4.0 → 3.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57a6634f2b73dac86360989605c79d16759dd40ca359fb25b63c72cb22c77047
4
- data.tar.gz: 5d80ab62bef5ee68a1e5c563052e4bbdfa4b3114a7152784cc8b8dcf98289e27
3
+ metadata.gz: 05a12b297259a61b10f1ec1fec7a16b1d1946cb8c646c997e938e5b26ab33d07
4
+ data.tar.gz: 054ac2b47543845b42d182d49cec48e38a291b62017acd55984c7a0cbba6a26d
5
5
  SHA512:
6
- metadata.gz: 87478b013de71e4ed3b0e0854eece6d6031f517ce9156845a54ebb1da8e46e9386689878f319a5049df45959c977628d9f6bc566c3b9ca3c538e08db01c8c928
7
- data.tar.gz: 9bcef76dcf19a4a9215ee5e3ddf1522eb2ae738e444811f70a6203e4a2c0af12b569cd37500fb7aec8194acbb0d75ca3715cb09b10bf3fdf8c1b786e3e0f1a75
6
+ metadata.gz: c8a5ac467c81886e7bf3d30cd5cde0a6481aa57ab765084b2dd7d900bbd29841ebda6d4cb04d9f2c33172e7e52b27c415bea991e3f36b7216d985dc314645f11
7
+ data.tar.gz: 47e2927b9b363cb17ef0d8ff169756781659f4e27a436b61d871a652e466456f2d1131968168bbc453236c3955b73236fcd69b5b80eea30ced661f10af2eac4f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- google-authenticator-rails (3.4.0)
4
+ google-authenticator-rails (3.4.1)
5
5
  actionpack
6
6
  activerecord
7
7
  rails
@@ -11,144 +11,181 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (7.0.4.2)
15
- actionpack (= 7.0.4.2)
16
- activesupport (= 7.0.4.2)
14
+ actioncable (7.1.3.2)
15
+ actionpack (= 7.1.3.2)
16
+ activesupport (= 7.1.3.2)
17
17
  nio4r (~> 2.0)
18
18
  websocket-driver (>= 0.6.1)
19
- actionmailbox (7.0.4.2)
20
- actionpack (= 7.0.4.2)
21
- activejob (= 7.0.4.2)
22
- activerecord (= 7.0.4.2)
23
- activestorage (= 7.0.4.2)
24
- activesupport (= 7.0.4.2)
19
+ zeitwerk (~> 2.6)
20
+ actionmailbox (7.1.3.2)
21
+ actionpack (= 7.1.3.2)
22
+ activejob (= 7.1.3.2)
23
+ activerecord (= 7.1.3.2)
24
+ activestorage (= 7.1.3.2)
25
+ activesupport (= 7.1.3.2)
25
26
  mail (>= 2.7.1)
26
27
  net-imap
27
28
  net-pop
28
29
  net-smtp
29
- actionmailer (7.0.4.2)
30
- actionpack (= 7.0.4.2)
31
- actionview (= 7.0.4.2)
32
- activejob (= 7.0.4.2)
33
- activesupport (= 7.0.4.2)
30
+ actionmailer (7.1.3.2)
31
+ actionpack (= 7.1.3.2)
32
+ actionview (= 7.1.3.2)
33
+ activejob (= 7.1.3.2)
34
+ activesupport (= 7.1.3.2)
34
35
  mail (~> 2.5, >= 2.5.4)
35
36
  net-imap
36
37
  net-pop
37
38
  net-smtp
38
- rails-dom-testing (~> 2.0)
39
- actionpack (7.0.4.2)
40
- actionview (= 7.0.4.2)
41
- activesupport (= 7.0.4.2)
42
- rack (~> 2.0, >= 2.2.0)
39
+ rails-dom-testing (~> 2.2)
40
+ actionpack (7.1.3.2)
41
+ actionview (= 7.1.3.2)
42
+ activesupport (= 7.1.3.2)
43
+ nokogiri (>= 1.8.5)
44
+ racc
45
+ rack (>= 2.2.4)
46
+ rack-session (>= 1.0.1)
43
47
  rack-test (>= 0.6.3)
44
- rails-dom-testing (~> 2.0)
45
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
46
- actiontext (7.0.4.2)
47
- actionpack (= 7.0.4.2)
48
- activerecord (= 7.0.4.2)
49
- activestorage (= 7.0.4.2)
50
- activesupport (= 7.0.4.2)
48
+ rails-dom-testing (~> 2.2)
49
+ rails-html-sanitizer (~> 1.6)
50
+ actiontext (7.1.3.2)
51
+ actionpack (= 7.1.3.2)
52
+ activerecord (= 7.1.3.2)
53
+ activestorage (= 7.1.3.2)
54
+ activesupport (= 7.1.3.2)
51
55
  globalid (>= 0.6.0)
52
56
  nokogiri (>= 1.8.5)
53
- actionview (7.0.4.2)
54
- activesupport (= 7.0.4.2)
57
+ actionview (7.1.3.2)
58
+ activesupport (= 7.1.3.2)
55
59
  builder (~> 3.1)
56
- erubi (~> 1.4)
57
- rails-dom-testing (~> 2.0)
58
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
59
- activejob (7.0.4.2)
60
- activesupport (= 7.0.4.2)
60
+ erubi (~> 1.11)
61
+ rails-dom-testing (~> 2.2)
62
+ rails-html-sanitizer (~> 1.6)
63
+ activejob (7.1.3.2)
64
+ activesupport (= 7.1.3.2)
61
65
  globalid (>= 0.3.6)
62
- activemodel (7.0.4.2)
63
- activesupport (= 7.0.4.2)
64
- activerecord (7.0.4.2)
65
- activemodel (= 7.0.4.2)
66
- activesupport (= 7.0.4.2)
67
- activestorage (7.0.4.2)
68
- actionpack (= 7.0.4.2)
69
- activejob (= 7.0.4.2)
70
- activerecord (= 7.0.4.2)
71
- activesupport (= 7.0.4.2)
66
+ activemodel (7.1.3.2)
67
+ activesupport (= 7.1.3.2)
68
+ activerecord (7.1.3.2)
69
+ activemodel (= 7.1.3.2)
70
+ activesupport (= 7.1.3.2)
71
+ timeout (>= 0.4.0)
72
+ activestorage (7.1.3.2)
73
+ actionpack (= 7.1.3.2)
74
+ activejob (= 7.1.3.2)
75
+ activerecord (= 7.1.3.2)
76
+ activesupport (= 7.1.3.2)
72
77
  marcel (~> 1.0)
73
- mini_mime (>= 1.1.0)
74
- activesupport (7.0.4.2)
78
+ activesupport (7.1.3.2)
79
+ base64
80
+ bigdecimal
75
81
  concurrent-ruby (~> 1.0, >= 1.0.2)
82
+ connection_pool (>= 2.2.5)
83
+ drb
76
84
  i18n (>= 1.6, < 2)
77
85
  minitest (>= 5.1)
86
+ mutex_m
78
87
  tzinfo (~> 2.0)
79
88
  appraisal (2.4.1)
80
89
  bundler
81
90
  rake
82
91
  thor (>= 0.14.0)
92
+ base64 (0.2.0)
93
+ bigdecimal (3.1.7)
83
94
  builder (3.2.4)
84
95
  chunky_png (1.4.0)
85
- concurrent-ruby (1.2.2)
96
+ concurrent-ruby (1.2.3)
97
+ connection_pool (2.4.1)
86
98
  crass (1.0.6)
87
- date (3.3.3)
88
- diff-lcs (1.5.0)
99
+ date (3.3.4)
100
+ diff-lcs (1.5.1)
89
101
  docile (1.4.0)
102
+ drb (2.2.1)
90
103
  erubi (1.12.0)
91
- globalid (1.1.0)
92
- activesupport (>= 5.0)
93
- i18n (1.12.0)
104
+ globalid (1.2.1)
105
+ activesupport (>= 6.1)
106
+ i18n (1.14.4)
94
107
  concurrent-ruby (~> 1.0)
95
- loofah (2.19.1)
108
+ io-console (0.7.2)
109
+ irb (1.12.0)
110
+ rdoc
111
+ reline (>= 0.4.2)
112
+ loofah (2.22.0)
96
113
  crass (~> 1.0.2)
97
- nokogiri (>= 1.5.9)
114
+ nokogiri (>= 1.12.0)
98
115
  mail (2.8.1)
99
116
  mini_mime (>= 0.1.1)
100
117
  net-imap
101
118
  net-pop
102
119
  net-smtp
103
- marcel (1.0.2)
104
- method_source (1.0.0)
105
- mini_mime (1.1.2)
106
- minitest (5.18.0)
107
- net-imap (0.3.4)
120
+ marcel (1.0.4)
121
+ mini_mime (1.1.5)
122
+ mini_portile2 (2.8.5)
123
+ minitest (5.22.3)
124
+ mutex_m (0.2.0)
125
+ net-imap (0.4.10)
108
126
  date
109
127
  net-protocol
110
128
  net-pop (0.1.2)
111
129
  net-protocol
112
- net-protocol (0.2.1)
130
+ net-protocol (0.2.2)
113
131
  timeout
114
- net-smtp (0.3.3)
132
+ net-smtp (0.4.0.1)
115
133
  net-protocol
116
- nio4r (2.5.8)
117
- nokogiri (1.14.2-arm64-darwin)
134
+ nio4r (2.7.0)
135
+ nokogiri (1.16.3)
136
+ mini_portile2 (~> 2.8.2)
137
+ racc (~> 1.4)
138
+ nokogiri (1.16.3-arm64-darwin)
139
+ racc (~> 1.4)
140
+ nokogiri (1.16.3-x86_64-linux)
118
141
  racc (~> 1.4)
119
- racc (1.6.2)
120
- rack (2.2.6.4)
121
- rack-test (2.0.2)
142
+ psych (5.1.2)
143
+ stringio
144
+ racc (1.7.3)
145
+ rack (3.0.9.1)
146
+ rack-session (2.0.0)
147
+ rack (>= 3.0.0)
148
+ rack-test (2.1.0)
122
149
  rack (>= 1.3)
123
- rails (7.0.4.2)
124
- actioncable (= 7.0.4.2)
125
- actionmailbox (= 7.0.4.2)
126
- actionmailer (= 7.0.4.2)
127
- actionpack (= 7.0.4.2)
128
- actiontext (= 7.0.4.2)
129
- actionview (= 7.0.4.2)
130
- activejob (= 7.0.4.2)
131
- activemodel (= 7.0.4.2)
132
- activerecord (= 7.0.4.2)
133
- activestorage (= 7.0.4.2)
134
- activesupport (= 7.0.4.2)
150
+ rackup (2.1.0)
151
+ rack (>= 3)
152
+ webrick (~> 1.8)
153
+ rails (7.1.3.2)
154
+ actioncable (= 7.1.3.2)
155
+ actionmailbox (= 7.1.3.2)
156
+ actionmailer (= 7.1.3.2)
157
+ actionpack (= 7.1.3.2)
158
+ actiontext (= 7.1.3.2)
159
+ actionview (= 7.1.3.2)
160
+ activejob (= 7.1.3.2)
161
+ activemodel (= 7.1.3.2)
162
+ activerecord (= 7.1.3.2)
163
+ activestorage (= 7.1.3.2)
164
+ activesupport (= 7.1.3.2)
135
165
  bundler (>= 1.15.0)
136
- railties (= 7.0.4.2)
137
- rails-dom-testing (2.0.3)
138
- activesupport (>= 4.2.0)
166
+ railties (= 7.1.3.2)
167
+ rails-dom-testing (2.2.0)
168
+ activesupport (>= 5.0.0)
169
+ minitest
139
170
  nokogiri (>= 1.6)
140
- rails-html-sanitizer (1.5.0)
141
- loofah (~> 2.19, >= 2.19.1)
142
- railties (7.0.4.2)
143
- actionpack (= 7.0.4.2)
144
- activesupport (= 7.0.4.2)
145
- method_source
171
+ rails-html-sanitizer (1.6.0)
172
+ loofah (~> 2.21)
173
+ nokogiri (~> 1.14)
174
+ railties (7.1.3.2)
175
+ actionpack (= 7.1.3.2)
176
+ activesupport (= 7.1.3.2)
177
+ irb
178
+ rackup (>= 1.0.0)
146
179
  rake (>= 12.2)
147
- thor (~> 1.0)
148
- zeitwerk (~> 2.5)
149
- rake (13.0.6)
150
- rotp (6.2.2)
151
- rqrcode (2.1.2)
180
+ thor (~> 1.0, >= 1.2.2)
181
+ zeitwerk (~> 2.6)
182
+ rake (13.1.0)
183
+ rdoc (6.6.2)
184
+ psych (>= 4.0.0)
185
+ reline (0.4.3)
186
+ io-console (~> 0.5)
187
+ rotp (6.3.0)
188
+ rqrcode (2.2.0)
152
189
  chunky_png (~> 1.0)
153
190
  rqrcode_core (~> 1.0)
154
191
  rqrcode_core (1.2.0)
@@ -171,15 +208,20 @@ GEM
171
208
  simplecov_json_formatter (~> 0.1)
172
209
  simplecov-html (0.12.3)
173
210
  simplecov_json_formatter (0.1.4)
174
- sqlite3 (1.4.4)
175
- thor (1.2.1)
176
- timeout (0.3.2)
211
+ sqlite3 (1.7.3)
212
+ mini_portile2 (~> 2.8.0)
213
+ sqlite3 (1.7.3-arm64-darwin)
214
+ sqlite3 (1.7.3-x86_64-linux)
215
+ stringio (3.1.0)
216
+ thor (1.3.0)
217
+ timeout (0.4.1)
177
218
  tzinfo (2.0.6)
178
219
  concurrent-ruby (~> 1.0)
179
- websocket-driver (0.7.5)
220
+ webrick (1.8.1)
221
+ websocket-driver (0.7.6)
180
222
  websocket-extensions (>= 0.1.0)
181
223
  websocket-extensions (0.1.5)
182
- zeitwerk (2.6.7)
224
+ zeitwerk (2.6.13)
183
225
 
184
226
  PLATFORMS
185
227
  arm64-darwin-21
@@ -192,7 +234,7 @@ DEPENDENCIES
192
234
  rake (~> 13.0)
193
235
  rspec (~> 3.4.0)
194
236
  simplecov
195
- sqlite3 (~> 1.4.0)
237
+ sqlite3 (~> 1.7)
196
238
 
197
239
  BUNDLED WITH
198
240
  2.3.15
@@ -34,5 +34,5 @@ Gem::Specification.new do |gem|
34
34
  gem.add_development_dependency "rspec", "~> 3.4.0"
35
35
  gem.add_development_dependency "appraisal", "~> 2.4.1"
36
36
  gem.add_development_dependency "simplecov"
37
- gem.add_development_dependency "sqlite3", "~> 1.4.0"
37
+ gem.add_development_dependency "sqlite3", "~> 1.7"
38
38
  end
@@ -1,3 +1,3 @@
1
1
  module GoogleAuthenticatorRails
2
- VERSION = "3.4.0"
2
+ VERSION = "3.4.1"
3
3
  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.0
4
+ version: 3.4.1
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-02-19 00:00:00.000000000 Z
11
+ date: 2024-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rotp
@@ -148,14 +148,14 @@ dependencies:
148
148
  requirements:
149
149
  - - "~>"
150
150
  - !ruby/object:Gem::Version
151
- version: 1.4.0
151
+ version: '1.7'
152
152
  type: :development
153
153
  prerelease: false
154
154
  version_requirements: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - "~>"
157
157
  - !ruby/object:Gem::Version
158
- version: 1.4.0
158
+ version: '1.7'
159
159
  description: Add the ability to use the Google Authenticator with ActiveRecord.
160
160
  email:
161
161
  - jared.online@gmail.com
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
209
209
  - !ruby/object:Gem::Version
210
210
  version: '0'
211
211
  requirements: []
212
- rubygems_version: 3.3.15
212
+ rubygems_version: 3.4.10
213
213
  signing_key:
214
214
  specification_version: 4
215
215
  summary: Add the ability to use the Google Authenticator with ActiveRecord.