bullet_train 1.7.18 → 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: b320d698758f75305f86ac7b4ada2612e653ca6c4a04cdd410e9d9fa8d0629f6
4
- data.tar.gz: 0f10e28a5eb11f9cc9cd86e36a6631d5c3bcacf3fb2247f1ce2c6947f13b42d0
3
+ metadata.gz: be4286c28642655717287c6a678c1e2187c1040540feb1ff0c580bab54e4b556
4
+ data.tar.gz: ae7fc2f22e34fe761f11ec7ea1c2eda67439c58fd72db7a61256dd986af27c8c
5
5
  SHA512:
6
- metadata.gz: ac58948d400949f48b1c9c08ed0a1e4c32eb22210303dd474d659c92b18c784bcf6d33d42cf4a2d671a61989c1c13a200f09ce296ed88054b4b46ec97f158440
7
- data.tar.gz: 4bb2275c8958996bc7279c66a59b4757c10353f893561716f3bc42325b0cc6e0919e08af2c2b0374ac1d723e163c8cf80ac289bccc66cf7dedd804f47670b435
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.18"
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.18
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-15 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