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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4307a9fa1dc858c86c94c0e9ad17932a9ad9108f66212ac3178258cc20f9c1f8
4
- data.tar.gz: cae72153a71eee6cc05b0b43e350f124b5389b455168104f836ad1d9995bf86f
3
+ metadata.gz: 05a12b297259a61b10f1ec1fec7a16b1d1946cb8c646c997e938e5b26ab33d07
4
+ data.tar.gz: 054ac2b47543845b42d182d49cec48e38a291b62017acd55984c7a0cbba6a26d
5
5
  SHA512:
6
- metadata.gz: a89869c2b3d6613bf3ee86b0b94adb71a9e16494bbc5158da151f7401a10ab7b1406df765abe7040265397018ed31150211ea7de4c42a77b082f9964d7d0f943
7
- data.tar.gz: 1695a25b76f98c1806985c77fa092da8e9d42c0d7552f38446f30fd21ffcc618bc3c63ac54cef513349b31d1d050d62934422788e485d6710e70594acf24ffd7
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.3.1)
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,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.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
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.4.0)
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.google/qr?with=params
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
- acts_as_google_authentic
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
- acts_as_google_authentic
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
- acts_as_google_authentic :lookup_token => :salt
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.4.0"
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.google/qr?with=params
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://chart.googleapis.com/chart?cht=qr&chl=#{CGI.escape(data)}&chs=#{size || self.class.google_qr_size}"
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)
@@ -1,3 +1,3 @@
1
1
  module GoogleAuthenticatorRails
2
- VERSION = "3.3.1"
2
+ VERSION = "3.4.1"
3
3
  end
@@ -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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=200x200"
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=200x200" }
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest_user%3Fsecret%3D#{secret}&chs=200x200" }
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest_user%2540futureadvisor-admin%3Fsecret%3D#{secret}&chs=200x200" }
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2FFA%2520Admin%3Atest%2540example.com%3Fsecret%3D#{secret}%26issuer%3DFA%2520Admin&chs=200x200" }
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=200x200" }
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=200x200" }
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=300x300" }
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=400x400" }
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://chart.googleapis.com/chart?cht=qr&chl=otpauth%3A%2F%2Ftotp%2Ftest%2540example.com%3Fsecret%3D#{secret}&chs=400x400" }
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.3.1
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: 2023-07-20 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.