lato 3.19.8 → 3.20.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -2
  3. data/lib/lato/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfb2581911da7f88bf43015777d0f1e71835d7226380f55fd83af591bbb0ec97
4
- data.tar.gz: 3f30c8e60d574902361c6819e74caf7bb005bcbc18361fd522c19196cc4bb46a
3
+ metadata.gz: 075c975b6664915db69f259de96df142661e1fdc15e105de7abbb7ccd0cb2e42
4
+ data.tar.gz: d43336a66ac83b70fb2eb07c18486c3be17faae34c5f86d6cc2754b419e25960
5
5
  SHA512:
6
- metadata.gz: cd917e7b57a981002053190bec3245b800cab1299f9d1e4271252e797874452a41da91cb5d104cc84ff57abc69bfdb90472ae95649502fd700ecf311b37bf2f9
7
- data.tar.gz: 865551627a3d2105b3f0a5a19e44ea57f5419e20a46bfe062154cf34f893f59df82fdf495491e78ba9c924adb351b1cd37d278a26013847be7fc7571c2080c5f
6
+ metadata.gz: 3b811fca6c275c24eac441c330d4a73c101e5d12625ef66b6d8211bc15d9f2435693e0a51c777cdd83a4750e4b0fad48b2584e018ed99d7ff881d7745144aa00
7
+ data.tar.gz: b137ac3b8cfa26e7b28d3cd37a3cef8ee72927903892ed3eca307913fced39cdbf12951c7f97bf8ed5cd72edff05778c44b4ac917b8c6a3125e909a05193f83e
data/README.md CHANGED
@@ -21,9 +21,11 @@ The gem is ready to be used with the **latest Rails 7+** features like **[ESM im
21
21
 
22
22
  The full documentation is available here: 👉 👉 [DOCUMENTATION](https://lato-oss.gregoriogalante.com) 👈 👈
23
23
 
24
- The `llm.txt` file with all the context to use with LLMs is available here: 👉 [LLM CONTEXT](https://github.com/Lato-org/lato/raw/refs/heads/main/docs/llm.txt) 👈
24
+ ### Working with LLMs
25
25
 
26
- You can also use the [Lato AI Agent](https://lato-oss.gregoriogalante.com/AI.html) directly on your browser to generate code and get helps with the gem.
26
+ The `SKILL.md` usable with LLMs to generate code and get helps with the gem is available here: 👉 [SKILL.md](https://github.com/Lato-org/lato/raw/refs/heads/main/docs/SKILL.md) 👈
27
+
28
+ The `documentation.txt` file with all the context to use with LLMs is available here: 👉 [documentation.txt](https://github.com/Lato-org/lato/raw/refs/heads/main/docs/documentation.txt) 👈
27
29
 
28
30
  ## Eco-system
29
31
  The idea behind Lato is to create an eco-system of engines that can improve the functionalities of the panel. The following engines are already available:
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.19.8"
2
+ VERSION = "3.20.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.8
4
+ version: 3.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante