rodauth-rails 0.1.1 → 0.1.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: 208b7da31e6d8a4949d5059480e60a8302e7847ec253c8cfbd0c3e0f9e7b4d93
4
- data.tar.gz: 364bb8b379717f2cb4879a07fec5505f5769bb17f78ddbc14b6a5f7e26189016
3
+ metadata.gz: 9c754fbd5d613cab821d197dc1e6918e806e6dd7184dc9a1bb3bef04c3e9a145
4
+ data.tar.gz: 6a8c6e225d7912e0b1d424a3a6886e3e653c71e160575ce5c1018343d3f7507c
5
5
  SHA512:
6
- metadata.gz: 41f7d004e425622098c5a0dbc60f7d35b45e323f37e947dc34d20091c411d4a1908af2a1b9f10531a12c939b6532a60b688b7fc9369ef40b20a3579d7df77b84
7
- data.tar.gz: 2a76e9f356208a235a86406adc51b952803f1beebc3ee42c4d7da1c8eab8855840bc3311b8e31ea052447b5b693bdbc5c5f59565f10aae614a4b4eaede1f82a0
6
+ metadata.gz: ca77c9f17d2a4d356aed60b0cbe50737fda50ad6843219e67ad21ae2486fc05df73863bc60d1e4b410a5737fc4f4ed8a66f5351ccdebe9ed9074108e7ce3b413
7
+ data.tar.gz: 2bcda57916777509096884aae59a3f0a632e21a100a96b029057cd08d68a2c4e0f022d280e77840f87d0e2f15b4d50bef29d801cd972ff0c08461284c0df3929
@@ -42,7 +42,7 @@ class RodauthApp < Rodauth::Rails::App
42
42
  # ==> Emails
43
43
  # Uncomment the lines below once you've imported mailer views.
44
44
  # send_reset_password_email do
45
- # RodauthMailer.reset_password(email_to, password_reset_email_link).deliver_now
45
+ # RodauthMailer.reset_password(email_to, reset_password_email_link).deliver_now
46
46
  # end
47
47
  # send_verify_account_email do
48
48
  # RodauthMailer.verify_account(email_to, verify_account_email_link).deliver_now
@@ -76,7 +76,7 @@ class RodauthApp < Rodauth::Rails::App
76
76
 
77
77
  # Override default flash messages.
78
78
  # create_account_notice_flash "Your account has been created. Please verify your account by visiting the confirmation link sent to your email address."
79
- # login_error_flash "Login is required for accessing this page"
79
+ # require_login_error_flash "Login is required for accessing this page"
80
80
  # login_notice_flash nil
81
81
 
82
82
  # ==> Validation
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rodauth-rails"
3
- spec.version = "0.1.1"
3
+ spec.version = "0.1.2"
4
4
  spec.authors = ["Janko Marohnić"]
5
5
  spec.email = ["janko.marohnic@gmail.com"]
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodauth-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janko Marohnić
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-09 00:00:00.000000000 Z
11
+ date: 2020-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties