llmtrim 0.1.13-aarch64-linux → 0.2.1-aarch64-linux

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: 5470af25df59236344b131ccfe92300f5f144b50fe2a0e99e0aeea17e3fd099c
4
- data.tar.gz: 0adf9d22e3bb13808d02bc22c478ca813fc03b8759cd5ffbd4c46f586eab2de4
3
+ metadata.gz: 161bd9312421bc2b779f268a32af0757146bd788a62ce0bcc2155c48578ef877
4
+ data.tar.gz: 47d6d9a048f6be86470f5ceeee4ed6a7626ee8ffdd055245f5fa2b004ae9a24a
5
5
  SHA512:
6
- metadata.gz: 25db37b7bd1c10b740aae04b90856205ac185a6569c13fea8deace56ebf3493276d67454d5728d3058425a966f854db95042d5b031144158a6478d0f077fda50
7
- data.tar.gz: cd54880f794f426548756d0e95add37b97222b56813535e7c3909f904ae48803382222ca8fa8b6e97b9af2beeea193ad711e21e1db562c5baf16e3267b2e8e6a
6
+ metadata.gz: e009176ca3b95aa406743b4318ac4017b2e952f64b56cade6c8f95598b80b4ecaf99b383f42d2d98e76e8bd2a3511a5025a32536d9266387b19ffc4f87097256
7
+ data.tar.gz: 0e208425681a0dd5ff8682f9f3234a0a3639bdf9b6408e7e92c25293d523e56ccf5d7eb1428f30fc9ec832d7250b989a47f651f53075c6d30429e91d96dea0d6
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.1
5
5
  platform: aarch64-linux
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-19 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'