bullet_train 1.2.1 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- 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: b4e4626284c91f3dfd617425256200e3e385aadb8623730744d24a022071423e
|
4
|
+
data.tar.gz: 96bd5b5aebeec7f00a7e03660ef7829fd126dd6fac79cb46a3c982bb42900179
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad23107ff2bb43a5690f13b4f60e11d6bdef8e67357dc2a3ebc48ee4edae1d10486234a6c513a16f1ee937dfd9c1573dfe5b55f5ad5c3af7fb790823738efcb4
|
7
|
+
data.tar.gz: 051a0a33c1b71667e7d54008d4de417fbced5d5d88a2dece93e5798ca7d200f2039c580285d6b1248a9c363e817a502b4cfde1dc498332264341e20b3a5a026d
|
@@ -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.3
|
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
|