google-authenticator-rails 3.3.1 → 3.4.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 +141 -98
- data/README.md +4 -4
- data/google-authenticator.gemspec +1 -1
- data/lib/google-authenticator-rails/active_record/acts_as_google_authenticated.rb +1 -1
- data/lib/google-authenticator-rails/active_record/helpers.rb +1 -1
- data/lib/google-authenticator-rails/version.rb +1 -1
- data/spec/google_authenticator_spec.rb +10 -10
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05a12b297259a61b10f1ec1fec7a16b1d1946cb8c646c997e938e5b26ab33d07
|
4
|
+
data.tar.gz: 054ac2b47543845b42d182d49cec48e38a291b62017acd55984c7a0cbba6a26d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
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.
|
15
|
-
actionpack (= 7.
|
16
|
-
activesupport (= 7.
|
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
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
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.
|
30
|
-
actionpack (= 7.
|
31
|
-
actionview (= 7.
|
32
|
-
activejob (= 7.
|
33
|
-
activesupport (= 7.
|
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.
|
39
|
-
actionpack (7.
|
40
|
-
actionview (= 7.
|
41
|
-
activesupport (= 7.
|
42
|
-
|
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.
|
45
|
-
rails-html-sanitizer (~> 1.
|
46
|
-
actiontext (7.
|
47
|
-
actionpack (= 7.
|
48
|
-
activerecord (= 7.
|
49
|
-
activestorage (= 7.
|
50
|
-
activesupport (= 7.
|
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.
|
54
|
-
activesupport (= 7.
|
57
|
+
actionview (7.1.3.2)
|
58
|
+
activesupport (= 7.1.3.2)
|
55
59
|
builder (~> 3.1)
|
56
|
-
erubi (~> 1.
|
57
|
-
rails-dom-testing (~> 2.
|
58
|
-
rails-html-sanitizer (~> 1.
|
59
|
-
activejob (7.
|
60
|
-
activesupport (= 7.
|
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.
|
63
|
-
activesupport (= 7.
|
64
|
-
activerecord (7.
|
65
|
-
activemodel (= 7.
|
66
|
-
activesupport (= 7.
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
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
|
-
|
74
|
-
|
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.
|
96
|
+
concurrent-ruby (1.2.3)
|
97
|
+
connection_pool (2.4.1)
|
86
98
|
crass (1.0.6)
|
87
|
-
date (3.3.
|
88
|
-
diff-lcs (1.5.
|
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
|
92
|
-
activesupport (>=
|
93
|
-
i18n (1.
|
104
|
+
globalid (1.2.1)
|
105
|
+
activesupport (>= 6.1)
|
106
|
+
i18n (1.14.4)
|
94
107
|
concurrent-ruby (~> 1.0)
|
95
|
-
|
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.
|
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.
|
104
|
-
|
105
|
-
|
106
|
-
minitest (5.
|
107
|
-
|
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.
|
130
|
+
net-protocol (0.2.2)
|
113
131
|
timeout
|
114
|
-
net-smtp (0.
|
132
|
+
net-smtp (0.4.0.1)
|
115
133
|
net-protocol
|
116
|
-
nio4r (2.
|
117
|
-
nokogiri (1.
|
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
|
-
|
120
|
-
|
121
|
-
|
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
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
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.
|
137
|
-
rails-dom-testing (2.0
|
138
|
-
activesupport (>=
|
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.
|
141
|
-
loofah (~> 2.
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
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.
|
149
|
-
rake (13.0
|
150
|
-
|
151
|
-
|
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,18 +208,24 @@ 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.
|
175
|
-
|
176
|
-
|
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
|
-
|
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.
|
224
|
+
zeitwerk (2.6.13)
|
183
225
|
|
184
226
|
PLATFORMS
|
185
227
|
arm64-darwin-21
|
228
|
+
ruby
|
186
229
|
x86_64-linux
|
187
230
|
|
188
231
|
DEPENDENCIES
|
@@ -191,7 +234,7 @@ DEPENDENCIES
|
|
191
234
|
rake (~> 13.0)
|
192
235
|
rspec (~> 3.4.0)
|
193
236
|
simplecov
|
194
|
-
sqlite3 (~> 1.
|
237
|
+
sqlite3 (~> 1.7)
|
195
238
|
|
196
239
|
BUNDLED WITH
|
197
240
|
2.3.15
|
data/README.md
CHANGED
@@ -33,7 +33,7 @@ end
|
|
33
33
|
@user = User.new
|
34
34
|
@user.set_google_secret # => true
|
35
35
|
@user.google_secret_value # => 16-character plain-text secret, whatever the name of the secret column
|
36
|
-
@user.google_qr_uri # => http://path.to.
|
36
|
+
@user.google_qr_uri # => http://path.to.chart/qr?with=params
|
37
37
|
@user.google_authentic?(123456) # => true
|
38
38
|
@user.clear_google_secret! # => true
|
39
39
|
@user.google_secret_value # => nil
|
@@ -137,7 +137,7 @@ For example:
|
|
137
137
|
```ruby
|
138
138
|
# app/models/user.rb
|
139
139
|
class User < ActiveRecord::Base
|
140
|
-
|
140
|
+
acts_as_google_authenticated
|
141
141
|
end
|
142
142
|
|
143
143
|
# app/models/user_mfa_session.rb
|
@@ -162,7 +162,7 @@ For example:
|
|
162
162
|
```ruby
|
163
163
|
# app/models/user.rb
|
164
164
|
class User < ActiveRecord::Base
|
165
|
-
|
165
|
+
acts_as_google_authenticated
|
166
166
|
end
|
167
167
|
|
168
168
|
# Model has attributes:
|
@@ -187,7 +187,7 @@ The above example will fail because the `User` class doesn't have a `persistence
|
|
187
187
|
```ruby
|
188
188
|
# app/models/user.rb
|
189
189
|
class User < ActiveRecord::Base
|
190
|
-
|
190
|
+
acts_as_google_authenticated :lookup_token => :salt
|
191
191
|
end
|
192
192
|
|
193
193
|
# Model has attributes:
|
@@ -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.
|
37
|
+
gem.add_development_dependency "sqlite3", "~> 1.7"
|
38
38
|
end
|
@@ -21,7 +21,7 @@ module GoogleAuthenticatorRails # :nodoc:
|
|
21
21
|
# @user = user.new
|
22
22
|
# @user.set_google_secret # => true
|
23
23
|
# @user.google_secret_value # => 16-character decrypted secret
|
24
|
-
# @user.google_qr_uri # => http://path.to.
|
24
|
+
# @user.google_qr_uri # => http://path.to.chart/qr?with=params
|
25
25
|
# @user.google_authentic?(123456) # => true
|
26
26
|
#
|
27
27
|
# Google Labels
|
@@ -35,7 +35,7 @@ module GoogleAuthenticatorRails # :nodoc:
|
|
35
35
|
|
36
36
|
def google_qr_uri(size = nil)
|
37
37
|
data = ROTP::TOTP.new(google_secret_value, :issuer => google_issuer).provisioning_uri(google_label)
|
38
|
-
"https://
|
38
|
+
"https://image-charts.com/chart?cht=qr&chl=#{CGI.escape(data)}&chs=#{size || self.class.google_qr_size}"
|
39
39
|
end
|
40
40
|
|
41
41
|
def google_qr_to_base64(size = 200)
|
@@ -138,7 +138,7 @@ describe GoogleAuthenticatorRails do
|
|
138
138
|
end
|
139
139
|
|
140
140
|
it 'generates a url for a qr code' do
|
141
|
-
@user.google_qr_uri.should == "https://
|
141
|
+
@user.google_qr_uri.should == "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=200x200"
|
142
142
|
end
|
143
143
|
end
|
144
144
|
|
@@ -245,48 +245,48 @@ describe GoogleAuthenticatorRails do
|
|
245
245
|
before { user.set_google_secret }
|
246
246
|
subject { user.google_qr_uri }
|
247
247
|
|
248
|
-
it { should eq "https://
|
248
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=200x200" }
|
249
249
|
|
250
250
|
context 'custom column name' do
|
251
251
|
let(:user) { UserFactory.create ColumnNameUser }
|
252
|
-
it { should eq "https://
|
252
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest_user%3Fsecret%3D#{secret}&chs=200x200" }
|
253
253
|
end
|
254
254
|
|
255
255
|
context 'custom proc' do
|
256
256
|
let(:user) { UserFactory.create ProcLabelUser }
|
257
|
-
it { should eq "https://
|
257
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest_user%2540futureadvisor-admin%3Fsecret%3D#{secret}&chs=200x200" }
|
258
258
|
end
|
259
259
|
|
260
260
|
context 'custom issuer' do
|
261
261
|
let(:user) { UserFactory.create ProcIssuerUser }
|
262
|
-
it { should eq "https://
|
262
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2FFA%2520Admin%3Atest%2540example.com%3Fsecret%3D#{secret}%26issuer%3DFA%2520Admin&chs=200x200" }
|
263
263
|
end
|
264
264
|
|
265
265
|
context 'method defined by symbol' do
|
266
266
|
let(:user) { UserFactory.create SymbolUser }
|
267
|
-
it { should eq "https://
|
267
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=200x200" }
|
268
268
|
end
|
269
269
|
|
270
270
|
context 'method defined by string' do
|
271
271
|
let(:user) { UserFactory.create StringUser }
|
272
|
-
it { should eq "https://
|
272
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=200x200" }
|
273
273
|
end
|
274
274
|
|
275
275
|
context 'custom qr size' do
|
276
276
|
let(:user) { UserFactory.create QrCodeUser }
|
277
|
-
it { should eq "https://
|
277
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=300x300" }
|
278
278
|
end
|
279
279
|
|
280
280
|
context 'qr size passed to method' do
|
281
281
|
subject { user.google_qr_uri('400x400') }
|
282
282
|
let(:user) { UserFactory.create StringUser }
|
283
|
-
it { should eq "https://
|
283
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=400x400" }
|
284
284
|
end
|
285
285
|
|
286
286
|
context 'qr size passed to method and size set on model' do
|
287
287
|
let(:user) { UserFactory.create QrCodeUser }
|
288
288
|
subject { user.google_qr_uri('400x400') }
|
289
|
-
it { should eq "https://
|
289
|
+
it { should eq "https://image-charts.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=400x400" }
|
290
290
|
end
|
291
291
|
|
292
292
|
context 'generates base64 image' do
|
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
|
+
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:
|
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.
|
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.
|
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.
|
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.
|