bullet_train 1.2.0 → 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/config/locales/en/framework_packages.yml +4 -4
- data/lib/bullet_train/version.rb +1 -1
- data/lib/tasks/bullet_train_tasks.rake +2 -2
- 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."
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
en:
|
|
2
2
|
framework_packages:
|
|
3
3
|
bullet_train:
|
|
4
|
-
git: "bullet-train-co/bullet_train-
|
|
4
|
+
git: "bullet-train-co/bullet_train-core"
|
|
5
5
|
npm: "@bullet-train/bullet-train"
|
|
6
6
|
bullet_train-api:
|
|
7
|
-
git: "bullet-train-co/bullet_train-
|
|
7
|
+
git: "bullet-train-co/bullet_train-core"
|
|
8
8
|
bullet_train-fields:
|
|
9
9
|
git: "bullet-train-co/bullet_train-core"
|
|
10
10
|
npm: "@bullet-train/fields"
|
|
@@ -19,7 +19,7 @@ en:
|
|
|
19
19
|
bullet_train-obfuscates_id:
|
|
20
20
|
git: "bullet-train-co/bullet_train-core"
|
|
21
21
|
bullet_train-outgoing_webhooks:
|
|
22
|
-
git: "bullet-train-co/bullet_train-
|
|
22
|
+
git: "bullet-train-co/bullet_train-core"
|
|
23
23
|
bullet_train-scope_questions:
|
|
24
24
|
git: "bullet-train-co/bullet_train-core"
|
|
25
25
|
bullet_train-scope_validator:
|
|
@@ -28,7 +28,7 @@ en:
|
|
|
28
28
|
git: "bullet-train-co/bullet_train-core"
|
|
29
29
|
npm: "@bullet-train/bullet-train-sortable"
|
|
30
30
|
bullet_train-super_scaffolding:
|
|
31
|
-
git: "bullet-train-co/bullet_train-
|
|
31
|
+
git: "bullet-train-co/bullet_train-core"
|
|
32
32
|
bullet_train-super_load_and_authorize_resource:
|
|
33
33
|
git: "bullet-train-co/bullet_train-core"
|
|
34
34
|
bullet_train-themes:
|
data/lib/bullet_train/version.rb
CHANGED
|
@@ -112,8 +112,8 @@ namespace :bullet_train do
|
|
|
112
112
|
new_lines = gemfile_lines.map do |line|
|
|
113
113
|
packages.each do |package|
|
|
114
114
|
if line.match?(package)
|
|
115
|
-
original_path = "gem \"bullet_train#{"-" + package
|
|
116
|
-
local_path = "gem \"bullet_train#{"-" + package
|
|
115
|
+
original_path = "gem \"bullet_train#{"-" + package if package}\""
|
|
116
|
+
local_path = "gem \"bullet_train#{"-" + package if package}\", path: \"local/bullet_train#{"-" + package if package}\""
|
|
117
117
|
|
|
118
118
|
case process[:flag]
|
|
119
119
|
when :link
|
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
|