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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/toon_fu/version.rb +1 -1
  3. metadata +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea42b008c3b7cb955d4121725dc71cb9d0682383adb6f082fd59db8ed5d71da8
4
- data.tar.gz: 8fd5631c7400ccd2eddfa648b2b4136a74e26fcf9b89927e5d143a0782205d0a
3
+ metadata.gz: e095746e545c92bf6411c36b2042dde6d305deb9a1363d500d48877f09939b63
4
+ data.tar.gz: 937a2796b6a6f04afa2469994c94527473e93c66f575747adefea369691628d4
5
5
  SHA512:
6
- metadata.gz: 4a5c4ce7f285972990ca07320cea5484de95f560be64b714f847c9b703f015700f9369f2fdfaa5599216b59e5216f991b722cc7c3cd3faf694f8160d1ff9261a
7
- data.tar.gz: afceb6dbe076e69b78b8c58a2d52d0baed6279eef642efc7d6023d0290c7b795b6c84b64f3c7200acbdb9057af21804a341a4e616275bb66cee13db0035ab14b
6
+ metadata.gz: 979b0210dfed7025dc7be6ba5c32362d7293ea394cb9fbf495374a17d136a9e81d9f8af0419278b891d39bde60c731624050efd4bf5c6ee3dfcc7858d7347b5e
7
+ data.tar.gz: 481896ac9ff0f47a297e794e90ebd3aae04d3dfbe1267a0e5b8c264f5ef4385a1816b0d241d0bd2ace3047d7748d9b4eefa2487cc251b3f264c8054967552d2c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ToonFu
4
- VERSION = "4.1.1"
4
+ VERSION = "4.1.2"
5
5
  end
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.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: A Ruby implementation of TOON, the token-efficient serialization format
13
- for LLM input. The gem's MAJOR.MINOR tracks the TOON specification version; PATCH
14
- is the gem's own.
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 (Token-Oriented Object Notation) for Ruby, versioned by the spec it
60
- implements
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: []