bullet_train 1.2.0 → 1.2.2

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: 4bb9dc7bc4b2ac1de4645e63ad3cf5da7bf2f4020365bf85efca8de4a4440a45
4
- data.tar.gz: a328f4be111b4439a89ed0895bd92d16848fe81d9237e43c1f5def3759bed27a
3
+ metadata.gz: 9afb9edaba9fac3280b85c1a326b66aa455a9c83bfaaa254889661708dbbc6f4
4
+ data.tar.gz: fd6d31f149b975cd97d6b381ff46094696a10368abc34a58ba80fd367227d2ba
5
5
  SHA512:
6
- metadata.gz: 4f5892c3867e7ddb2530abe9516e004939c3dc8d35d1347d40e224a6e3d10d912fbb60d8cdc5ed62dcba895a459935ca1e7f3dd33b1b53f6dc31754de867895a
7
- data.tar.gz: d2c9875372791ca7cf424da1141db44f1f31c2cb3b60cb6001ab80bf30a87bc63b7e52dd8c2808a9c8fcc412c9ee9419b8e137eb60f75439c3b5b30d0dd53811
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 xl:grid-cols-2">
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') %>
@@ -103,6 +103,8 @@ en:
103
103
  integrations: Integrations
104
104
  developers: Developers
105
105
  your_account: Your Account
106
+ team: Team
107
+ team_settings: Team Settings
106
108
 
107
109
  breadcrumbs:
108
110
  your_dashboard: Your Dashboard
@@ -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 Password."
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 Password."
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-base"
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-api"
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-outgoing_webhooks"
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-super_scaffolding"
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:
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.2"
3
3
  end
@@ -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 unless package == "base"}\""
116
- local_path = "gem \"bullet_train#{"-" + package unless package == "base"}\", path: \"local/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.0
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-15 00:00:00.000000000 Z
11
+ date: 2022-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard