bullet_train 1.7.17 → 1.7.19

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: 7b0509461854f10fa5ad6701c3f989a0e8118a28b9adfd4b09dc9ab24e91d389
4
- data.tar.gz: f9a493d90e902113ac52bb09d66df7277e770ea8761164e4171196f0b5060359
3
+ metadata.gz: be4286c28642655717287c6a678c1e2187c1040540feb1ff0c580bab54e4b556
4
+ data.tar.gz: ae7fc2f22e34fe761f11ec7ea1c2eda67439c58fd72db7a61256dd986af27c8c
5
5
  SHA512:
6
- metadata.gz: 87a9ad5909aa8c13fb255368439c372dfb8d596d7bd6c3a0291bb550d9e3bd942ec9de78754c51306ef3f5216938d0556532925f46eb633ce05d8acd4430f1a7
7
- data.tar.gz: daf8d0722c301b2a99ec76fa203ea682a6f3062ad31fe093bb2c6a9a364030ea5c5f4670acd9da4f3282f4e86a06bfd9a676965da39e9405641a8ffefe7927b6
6
+ metadata.gz: 31b740fc03d89d5c2be1d44de802349b463db0370b09163ccacb05b7fe862f64dd4ef50c2ae443b21d79719eecd88107d888d6618992690bc361d33211bc36a0
7
+ data.tar.gz: c81c85e2d98f9b7f1b3a67e66987a825fe6e8f86a5aca4706a2b2fcec778e16dc0903200e0436a11bc9e34e10b605de0aac4b34298da82f6dc0878ade6804bc5
@@ -0,0 +1,3 @@
1
+ <p><%= t('.hello', email: @resource.email) %></p>
2
+
3
+ <p><%= t('.description', email: @resource.try(:unconfirmed_email?) ? @resource.unconfirmed_email : @resource.email) %></p>
@@ -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."
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.7.17"
2
+ VERSION = "1.7.19"
3
3
  end
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.17
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 00:00:00.000000000 Z
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