bullet_train 1.7.18 → 1.7.19
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be4286c28642655717287c6a678c1e2187c1040540feb1ff0c580bab54e4b556
|
|
4
|
+
data.tar.gz: ae7fc2f22e34fe761f11ec7ea1c2eda67439c58fd72db7a61256dd986af27c8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31b740fc03d89d5c2be1d44de802349b463db0370b09163ccacb05b7fe862f64dd4ef50c2ae443b21d79719eecd88107d888d6618992690bc361d33211bc36a0
|
|
7
|
+
data.tar.gz: c81c85e2d98f9b7f1b3a67e66987a825fe6e8f86a5aca4706a2b2fcec778e16dc0903200e0436a11bc9e34e10b605de0aac4b34298da82f6dc0878ade6804bc5
|
|
@@ -73,6 +73,11 @@ en:
|
|
|
73
73
|
subject: "Password Changed"
|
|
74
74
|
hello: Hello %{email}!
|
|
75
75
|
description: We're contacting you to notify you that your password has been changed.
|
|
76
|
+
email_changed:
|
|
77
|
+
subject: "Email Changed"
|
|
78
|
+
hello: Hello %{email}!
|
|
79
|
+
description: We're contacting you to notify you that your email has been changed to %{email}
|
|
80
|
+
|
|
76
81
|
omniauth_callbacks:
|
|
77
82
|
failure: "Could not authenticate you from %{kind} because \"%{reason}\"."
|
|
78
83
|
success: "Successfully authenticated from %{kind} account."
|
data/lib/bullet_train/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bullet_train
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Culver
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|
|
@@ -636,6 +636,7 @@ files:
|
|
|
636
636
|
- app/views/bullet_train/partial_resolver.html.erb
|
|
637
637
|
- app/views/devise/confirmations/new.html.erb
|
|
638
638
|
- app/views/devise/mailer/confirmation_instructions.html.erb
|
|
639
|
+
- app/views/devise/mailer/email_changed.html.erb
|
|
639
640
|
- app/views/devise/mailer/password_change.html.erb
|
|
640
641
|
- app/views/devise/mailer/reset_password_instructions.html.erb
|
|
641
642
|
- app/views/devise/mailer/unlock_instructions.html.erb
|