devise_xfactor_authentication 2.2.22 → 2.2.23

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: '073680ced6fcf696ed3d422bddbf264ab0469b22288dda57bbdc917ea42a5f73'
4
- data.tar.gz: cff3ec14ca4abdbbb3c0370e6da0ca9deb226fba5b57b1d004b2655d6f181347
3
+ metadata.gz: 1e2427ab5d14f6b2235dca8d7d8940996113aec27a34f435401cf1866e5ad49a
4
+ data.tar.gz: 2db193a72d6ba833a80481eb73496318c6261a3ed8ecafe9ff803b87d1c33c79
5
5
  SHA512:
6
- metadata.gz: 1f42dc4e02e9a8f150d2731ab1ecfa8303eac34e2fefa7cf99cf3a5bf243346b35088713c89d8a3e66362547135dbe4d33f697120c4c1522bf57874dd50b9a1d
7
- data.tar.gz: e7d443fd8d81135ee4f8a672c79fc55e752118ceb52876769458e5e3c5b1099bfa0f8dfbeca9831b938e74c171622b8764cce0f6ef6127f3316e3cb3a8bdf46f
6
+ metadata.gz: 2d56bcc7cacf47137c96208b08974e248711307d2e5f85cd8a7e6aa9368d92609949a529164097d4f9208ec71764b971d607f1416299754027bcdc0afeada5d9
7
+ data.tar.gz: 9910430b41392f44f1abd1ec6872b4519ed5a36792593567225aa0b16173af6b6ccaef13d45c6870ed0c8194c9be70cd444ec6897fb9121277c29999020bb4ae
@@ -7,8 +7,7 @@ module ActionDispatch::Routing
7
7
  :only => [:show, :update, :resend_code],
8
8
  :path => mapping.path_names[:devise_xfactor_authentication],
9
9
  :controller => controllers[:devise_xfactor_authentication] do
10
- collection { get "resend_code" }
11
- collection { get "bob"}
10
+ collection { get "resend_code" }
12
11
  end
13
12
  end
14
13
  end
@@ -1,3 +1,3 @@
1
1
  module DeviseXfactorAuthentication
2
- VERSION = "2.2.22".freeze
2
+ VERSION = "2.2.23".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_xfactor_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.22
4
+ version: 2.2.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathon Pickett
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-22 00:00:00.000000000 Z
11
+ date: 2022-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -271,7 +271,7 @@ files:
271
271
  homepage: https://github.com/jpickett76/devise_xfactor_authentication
272
272
  licenses: []
273
273
  metadata: {}
274
- post_install_message:
274
+ post_install_message:
275
275
  rdoc_options: []
276
276
  require_paths:
277
277
  - lib
@@ -286,8 +286,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  - !ruby/object:Gem::Version
287
287
  version: '0'
288
288
  requirements: []
289
- rubygems_version: 3.3.7
290
- signing_key:
289
+ rubygems_version: 3.0.3.1
290
+ signing_key:
291
291
  specification_version: 4
292
292
  summary: Two factor authentication plugin for devise forked from Houdini/two_factor_authentication
293
293
  test_files: