lato 3.19.3 → 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: d764c353269ba36e2feec320da6ab39b5c88969bf511cf02a4a48ccdddc2ba58
4
- data.tar.gz: 9c0967a9d12c8694f49e5bf82d948df5581d0a56137c2c29056078e7f764ce8b
3
+ metadata.gz: 3068c8d218bb027031dd7fff735287415090bfeade34cd63c2ae0aa4e08a7107
4
+ data.tar.gz: e590c9e8de48a8b56ed11c198cdcd18ecf98ffb61f789b5770c7f1227a57efc0
5
5
  SHA512:
6
- metadata.gz: 1b8685e62d12b9cac476c0caf44f47345cd026876a6ce2d6f81d47a4fe030cc7c01517cf912d5337c56801b8c96b0cc25ac1665e57a8104967a00c8645f4212c
7
- data.tar.gz: 06cd2cd6c8bb05ac2930e6acbe21cb341ace886c6232fb6a3f757ebec329f15d4b3ce7e93c778edc635af68e7c7e78e09270d126684e8521bac8bbc08ddb8728
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 %>
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.19.3"
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.3
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