teptris 0.2.23-aarch64-linux → 0.2.26-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: 1270f8158b7a7e24f07f8330dadcdebcceedcfd1367a5bedf622748c4dec5cd8
4
- data.tar.gz: eee11acbcd55cd0488b540bc2e7c4dffe53e7e6a7efb203828cebf613e7bd5f6
3
+ metadata.gz: 9015612a2cef8cc7e6cb87507211d38ae526d92a446a0dcb5d21f6c9ffc7a389
4
+ data.tar.gz: ff9036e1a2725b3405618325506ef508f87c7b1bb92049ff1587ea746f6a2748
5
5
  SHA512:
6
- metadata.gz: e094d2f44819ff45f83ec6a254728a2a7a09fdd00b77defff8628e1354f23dbff540034c3a126cbae9b5a1f75f0ae0497106b45190053c0e6a05a81c9435387b
7
- data.tar.gz: 8b4485c681816947ceec1aea50e1c22f11522177e870567ae3d72b3a22f83576f744e14203b8388ff17a7d8b6009b625014cdda102cde3cbecbda538ea1b6a1a
6
+ metadata.gz: c6c01d4de20806279f9831c8976bd9b46d3a4296cbfbab723c7e51fdccc944b0d221f9e1fc503d8d31821168caac3bac8bbb8a6adb82ebbbaf86b3998a5372af
7
+ data.tar.gz: fcff4cab03a7673b1d43ef70e05a8209fde11b1793aa10933debfc699bf765c6d3dc06df7e9c3c8197842268f8f9bb792f8c978b7756956e0d92f135452cdeb3
@@ -1,3 +1,3 @@
1
1
  module Teptris
2
- VERSION = "0.2.23"
2
+ VERSION = "0.2.26"
3
3
  end
data/lib/teptris_ext.so CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.23
4
+ version: 0.2.26
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - teptris contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-15 00:00:00.000000000 Z
11
+ date: 2026-09-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An FFI binding over libteptris, a C11 TOML 1.0 parser/emitter. API shape
14
14
  mirrors the tomlib gem.