lato 3.19.2 → 3.19.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09d89cc22f8dec1fc4c16135718f01f0d416c39391891925d32bd60208a911d8'
4
- data.tar.gz: fe325fa6829a9f08c15d64441ad94f7425242f94178dc422570afdfbac70ef19
3
+ metadata.gz: 3068c8d218bb027031dd7fff735287415090bfeade34cd63c2ae0aa4e08a7107
4
+ data.tar.gz: e590c9e8de48a8b56ed11c198cdcd18ecf98ffb61f789b5770c7f1227a57efc0
5
5
  SHA512:
6
- metadata.gz: 8fabecd5a6db32ed17e4f096f9ec994b65c7681d31e1adc16b7e73f6e643e9d90ddc9170db4a3db1c01b090f5e3e1c8b82e80c3131b322bd95ba8a21a620ce28
7
- data.tar.gz: 2f63d4b84a0a782eb5b92fcf797c41ea24fe03de26693b8c092f33dc4d07af644ac361167ecd4f9a68b060fba5f5885c3e95f48e86b5f8f5595f42df01c7c4b5
6
+ metadata.gz: d78d3d7fd90d85be0cf6bb6ae8bbda25728f58f4ade36f7f45878af317a687e9d004ba6bce75c13b36e056aeb935bdd0eb6b67aed7af44a807ea891b36976704
7
+ data.tar.gz: f7f1e7ec63569fc7b66906bf91cd97e012c6f69bc6449db9f47f307f989de01c1de286a8a190a60faa893b0df98496c2459f6fa33d4bddfce2a6d350dfc9e21a
data/README.md CHANGED
@@ -31,6 +31,7 @@ The idea behind Lato is to create an eco-system of engines that can improve the
31
31
  - [Lato Spaces](https://github.com/Lato-org/lato_spaces): manage multiple workspaces in the panel with user invitation and workspace roles;
32
32
  - [Lato Settings](https://github.com/Lato-org/lato_settings): manage application settings from the UI panel;
33
33
  - [Lato Storage](https://github.com/Lato-org/lato_storage): manage storage (Active Storage data) from the UI panel;
34
+ - [Lato Users](https://github.com/Lato-org/lato_users): manage users from the UI panel;
34
35
 
35
36
  ## Installation
36
37
  Add required dependencies to your application's Gemfile:
data/Rakefile CHANGED
@@ -3,6 +3,4 @@ require "bundler/setup"
3
3
  APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
4
4
  load "rails/tasks/engine.rake"
5
5
 
6
- load "rails/tasks/statistics.rake"
7
-
8
6
  require "bundler/gem_tasks"
@@ -12,8 +12,8 @@ user ||= Lato::User.new
12
12
 
13
13
  <%= render 'lato/authentication/hcaptcha' %>
14
14
 
15
- <div class="d-flex justify-content-end">
16
- <%= lato_form_submit form, I18n.t('lato.signup') %>
15
+ <div class="d-flex justify-content-center">
16
+ <%= lato_form_submit form, I18n.t('lato.signup'), class: ['w-100'] %>
17
17
  </div>
18
18
  <% end %>
19
19
  <% end %>
@@ -118,6 +118,8 @@ en:
118
118
  email: Email
119
119
  accepted_privacy_policy_version: Privacy policy
120
120
  accepted_terms_and_conditions_version: Terms and conditions
121
+ locale: Language
122
+ actions: Actions
121
123
  errors:
122
124
  models:
123
125
  lato/user:
@@ -120,6 +120,8 @@ fr:
120
120
  email: E-mail
121
121
  accepted_privacy_policy_version: Politique de confidentialité
122
122
  accepted_terms_and_conditions_version: Conditions générales
123
+ locale: Langue
124
+ actions: Actions
123
125
  errors:
124
126
  messages:
125
127
  record_invalid: 'Validation échouée : %{errors}'
@@ -120,6 +120,8 @@ it:
120
120
  email: Email
121
121
  accepted_privacy_policy_version: Privacy policy
122
122
  accepted_terms_and_conditions_version: Termini e condizioni
123
+ locale: Lingua
124
+ actions: Azioni
123
125
  errors:
124
126
  messages:
125
127
  record_invalid: 'Validazione fallita: %{errors}'
@@ -120,6 +120,8 @@ ro:
120
120
  email: Email
121
121
  accepted_privacy_policy_version: Politica de confidențialitate
122
122
  accepted_terms_and_conditions_version: Termeni și condiții
123
+ locale: Limba
124
+ actions: Acțiuni
123
125
  errors:
124
126
  messages:
125
127
  record_invalid: 'Validarea a eșuat: %{errors}'
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.19.2"
2
+ VERSION = "3.19.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.2
4
+ version: 3.19.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-19 00:00:00.000000000 Z
11
+ date: 2025-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails