bullet_train 1.2.1 → 1.2.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 +4 -4
- data/app/views/account/users/edit.html.erb +1 -1
- data/config/locales/en/base.yml +2 -0
- data/config/locales/en/devise.en.yml +2 -2
- data/lib/bullet_train/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9afb9edaba9fac3280b85c1a326b66aa455a9c83bfaaa254889661708dbbc6f4
|
|
4
|
+
data.tar.gz: fd6d31f149b975cd97d6b381ff46094696a10368abc34a58ba80fd367227d2ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42878a3a636efd6935416f5ee9bc42c25ddd32ceee181971240f5df82ad65ce94e0588a654f5bc8579f097855beacb3406c1cbaa0f53a3b0eecbd30b0339a4dc
|
|
7
|
+
data.tar.gz: 98a84c3390b38a27e9c879d48466678b322a92ddbeaaf6aa7cc4682d6947d916dec00899c450e13b71695f16d7d596be67f68f80435bc6fbdf2624d212dd94d6
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<%= render 'account/shared/forms/errors', form: form %>
|
|
6
6
|
<% end if @user.errors.any? %>
|
|
7
7
|
|
|
8
|
-
<div class="grid grid-cols-1 gap-y gap-x-8
|
|
8
|
+
<div class="grid grid-cols-1 gap-y gap-x-8 lg:grid-cols-2">
|
|
9
9
|
<div class="xl:col-span-1 space-y-8">
|
|
10
10
|
<%= render 'account/shared/box', divider: true do |p| %>
|
|
11
11
|
<% p.content_for :title, t('.profile.header') %>
|
data/config/locales/en/base.yml
CHANGED
|
@@ -43,10 +43,10 @@ en:
|
|
|
43
43
|
failure:
|
|
44
44
|
already_authenticated: "You are already signed in."
|
|
45
45
|
inactive: "Your account is not activated yet."
|
|
46
|
-
invalid: "Invalid %{authentication_keys} or
|
|
46
|
+
invalid: "Invalid %{authentication_keys} or password."
|
|
47
47
|
locked: "Your account is locked."
|
|
48
48
|
last_attempt: "You have one more attempt before your account is locked."
|
|
49
|
-
not_found_in_database: "Invalid %{authentication_keys} or
|
|
49
|
+
not_found_in_database: "Invalid %{authentication_keys} or password."
|
|
50
50
|
timeout: "Your session expired. Please sign in again to continue."
|
|
51
51
|
unauthenticated: "You need to sign in or sign up before continuing."
|
|
52
52
|
unconfirmed: "You have to confirm your email address before continuing."
|
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.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Culver
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|