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 +4 -4
- data/README.md +1 -0
- data/Rakefile +0 -2
- data/app/views/lato/authentication/_form-signup.html.erb +2 -2
- data/lib/lato/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: 3068c8d218bb027031dd7fff735287415090bfeade34cd63c2ae0aa4e08a7107
|
|
4
|
+
data.tar.gz: e590c9e8de48a8b56ed11c198cdcd18ecf98ffb61f789b5770c7f1227a57efc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
@@ -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-
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2025-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|