llmtrim 0.1.13-x64-mingw-ucrt → 0.2.0-x64-mingw-ucrt

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: e6784d236057911e58914bcd7131e16ec8b8efbeae4e8e2c2e1a975b2d04ad4e
4
- data.tar.gz: 2e9b6fe619a2d3a17daac76f4e1303773052fedfe461d66175c0b5a2bca28eab
3
+ metadata.gz: c7253fe6994614717a90b6b0db4eff06943784135482ce80b7b3b0264a18ace3
4
+ data.tar.gz: 1a8ab30d8dbb1d4288e791ef6c2eacd4085e5566115207d7c8b4543e4547f8e2
5
5
  SHA512:
6
- metadata.gz: bc2f4a1ca9ba08ee38986acefe3005bff1b1db4a1c1f14b8cf36525c76fe5053c2582097ac76c02026aa5c702b9baa575aa023dbde54b7c04fe66b5a5e94a2e5
7
- data.tar.gz: a6bb09bf435396954f2c5abea46f76f67f0cd6fca69515a0d49b6b48c58c4b1bc674152f393e1d2d52bf234f583145b412acf23ac37195afe33b5a060413291b
6
+ metadata.gz: ce14737190131d02a4a242e72d625abfbf567ec6f435f041a4c5770cb5c2ee1636302a783623b5b06619d23e6af797b4b8efd67cf9c9b5772f873a118b94eb9a
7
+ data.tar.gz: 813c1985b2e1aa64549139f46fc710ac9d18d0b41221ad5a0f990a4f810b5742445e396fa8e902c9f1fffe72e056436d55be1dbdcc36d3bc8a9daa114ff7bc49
data/README.md CHANGED
@@ -21,4 +21,4 @@ puts "#{out.input_tokens_before} -> #{out.input_tokens_after}"
21
21
  config. Raises `Llmtrim::LlmtrimError::Compress` / `UnknownPreset` on error.
22
22
 
23
23
  Built with `crates/llmtrim-uniffi/scripts/build-gem.sh` (platform-specific gem with the
24
- bundled native library). License: AGPL-3.0-only.
24
+ bundled native library). License: MPL-2.0.
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llmtrim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.2.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - François Kiene
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-17 00:00:00.000000000 Z
11
+ date: 2026-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -37,7 +37,7 @@ files:
37
37
  - lib/llmtrim/llmtrim_ffi.rb
38
38
  homepage: https://github.com/fkiene/llmtrim
39
39
  licenses:
40
- - AGPL-3.0-only
40
+ - MPL-2.0
41
41
  metadata:
42
42
  source_code_uri: https://github.com/fkiene/llmtrim
43
43
  rubygems_mfa_required: 'true'