llmtrim 0.1.13-x86_64-darwin → 0.2.0-x86_64-darwin

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: acadb0290a02f16821bf91b04a860e24742497ef87e6a38f037ee9bf8b3c4248
4
- data.tar.gz: db02f365219bf1c38a94425c1a3c498aafc9e25b78d5db821b0ce1344f3ad30b
3
+ metadata.gz: d6c6e28b5b7822fd8da40bc4779a425c4412a8970c482f05185040f78b23abf9
4
+ data.tar.gz: 683ed45ffbef24e07679d4f0c6fccff91c0e8458d77dd900ff3549bf122ad36a
5
5
  SHA512:
6
- metadata.gz: a4773891a001b53ce3ae541766e968b89c3fe65904c41dea17a83e542abf4ac650341f013692ded1a0eae2ee6b6e45ebffa747b73e038a7d5aa67627d371ccdf
7
- data.tar.gz: de753d0deb12fdfa34f1aedd3d733f6b49bcc1cb81b6371dd07b69eec4707a7d4572d3fd3043774b673ac31381d13cb31d4818e6a0920197744749993a741f77
6
+ metadata.gz: 9d77cce27488c839f3e3819ae408c46fae3bf490c62602eb346f9ead89a4d798844beda7ca7c9433314d926522585229e936cadf453c4beaa9698e0f9fb11963
7
+ data.tar.gz: 63d27c3eacb6154d928142c1bd4cebd36b96196d3a65fd81ec16bc471d3bbfc9737461dc69ed69c5a8a9f021dbb578be9d09c5f3a89528c4bb642945a3364a56
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: x86_64-darwin
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'