authentication-zero 2.3.1 → 2.3.2

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: de45127fd253c1efc38817d1279aa741ab504e362b219707f15126f6c80180d8
4
- data.tar.gz: 7fa0b3a4dbfb2c2ab3a4eb59f0f681aa9b43edc93ba713d465256e5aa50dc466
3
+ metadata.gz: d624ca7163c73901295fea611c7dbfaac4cb6a4a07e67fdb73e8902bfb196610
4
+ data.tar.gz: a5f2a10b0094c6deb84b7802feba74f4ab271f46ae427e15249c0ade995d9b9c
5
5
  SHA512:
6
- metadata.gz: 02a00d183b33d8f262d509d5c61235f68cc0a7c4796e04efafdb8a60154baedfeb8d5b6057ec41cb64537ec6fdcf42ac3e71edeac0d8101ceaa32148a65ec29d
7
- data.tar.gz: 93f9d71f746da6de64e9d4059ec672e63ccaacbabed082f4e5118c658f9173670f729c5ffa01518431d5b40f545dc8288c252e96470cd9fea320dfbb16eae6d1
6
+ metadata.gz: 65745cf79a45d33c105eacea19b7575837597fd86265cc5cf481d1b4262ec7964c7b9f61e0fcf55a443a5009ff1da7341e7c53a994240b1271c8f8aa64a16c22
7
+ data.tar.gz: ac01c99af8da3c5fd7f0d50ba357fb17cb3e905302a425861ce92b9cb306148d630ac303d95943b175efc5a09ed9f0817eddc8c4229593b08a21f25730623c96
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- authentication-zero (2.3.1)
4
+ authentication-zero (2.3.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module AuthenticationZero
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.2"
3
3
  end
@@ -1,4 +1,6 @@
1
1
  class EmailVerificationsController < ApplicationController
2
+ skip_before_action :authenticate, only: :edit
3
+
2
4
  before_action :set_<%= singular_table_name %>, only: :edit
3
5
 
4
6
  def edit
@@ -1,4 +1,6 @@
1
1
  class EmailVerificationsController < ApplicationController
2
+ skip_before_action :authenticate, only: :edit
3
+
2
4
  before_action :set_<%= singular_table_name %>, only: :edit
3
5
 
4
6
  def edit
@@ -10,7 +10,7 @@ class SudosTest < ApplicationSystemTestCase
10
10
  fill_in :password, with: "Secret123456"
11
11
  click_on "Continue"
12
12
 
13
- assert_selector "h1", text: "Enter your password to continue"
13
+ assert_selector "h1", text: "Change your password"
14
14
  end
15
15
 
16
16
  def sign_in_as(<%= singular_table_name %>)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentication-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nixon