toon-fu 4.1.1 → 4.1.2
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/lib/toon_fu/version.rb +1 -1
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e095746e545c92bf6411c36b2042dde6d305deb9a1363d500d48877f09939b63
|
|
4
|
+
data.tar.gz: 937a2796b6a6f04afa2469994c94527473e93c66f575747adefea369691628d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 979b0210dfed7025dc7be6ba5c32362d7293ea394cb9fbf495374a17d136a9e81d9f8af0419278b891d39bde60c731624050efd4bf5c6ee3dfcc7858d7347b5e
|
|
7
|
+
data.tar.gz: 481896ac9ff0f47a297e794e90ebd3aae04d3dfbe1267a0e5b8c264f5ef4385a1816b0d241d0bd2ace3047d7748d9b4eefa2487cc251b3f264c8054967552d2c
|
data/lib/toon_fu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: toon-fu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yevhenii Hurin
|
|
@@ -9,9 +9,11 @@ bindir: bin
|
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description:
|
|
13
|
-
for LLM
|
|
14
|
-
|
|
12
|
+
description: 'Encodes Ruby hashes, arrays, dates and your own objects into TOON, the
|
|
13
|
+
token-efficient format for LLM prompts: tables for uniform arrays, quotes only where
|
|
14
|
+
needed. The only Ruby TOON gem that passes all of the current spec''s encode fixtures;
|
|
15
|
+
its version tracks the spec it implements, and anything it cannot represent raises
|
|
16
|
+
an error so your data arrives complete.'
|
|
15
17
|
email:
|
|
16
18
|
- evgeny.gurin@gmail.com
|
|
17
19
|
executables: []
|
|
@@ -56,6 +58,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
56
58
|
requirements: []
|
|
57
59
|
rubygems_version: 3.6.9
|
|
58
60
|
specification_version: 4
|
|
59
|
-
summary: TOON
|
|
60
|
-
|
|
61
|
+
summary: TOON encoder for Ruby that passes every spec fixture — compact, token-efficient
|
|
62
|
+
LLM input from your Ruby data
|
|
61
63
|
test_files: []
|