teptris 0.2.15-aarch64-linux → 0.2.17-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: 19d46cb429f4a978b13ccea29c865a31739f12ce21f04b4fdb4e09cce611b162
4
- data.tar.gz: 0bcc0a6007eaa0db2c7817561bca5a4bba12527a35c768014f8d377335312fb1
3
+ metadata.gz: 5347294001cef34516e7943fb8d7da5406beeeec5fb863963e7414eea72a2a97
4
+ data.tar.gz: 6e8292b70af160292544e5a1adb25a842a72a707a6a54d2f8934371958398940
5
5
  SHA512:
6
- metadata.gz: e03f9a6d850624175c2f31db35100ccdd4638a2290335eb3c9c087398dca9a27b441df79432a367a98eccefca135717d6de47aaaccd85b8f925b43e132fa90b7
7
- data.tar.gz: 83f4e0a6416ef5615c784ab14bac831fc5e5ef56bb3c04c29a5c2ceba557d5e610a8545585ff611959b3c3d295dad171a29b4c8bd81cce41394bd712f6a818c0
6
+ metadata.gz: 7fee47b910381b99268593cf453995f0b5fe61a70e0fcc22eeb1abaa2144ccd9ae591c569d1ee5b00fe112e11e4aea1a9a27dcedf786b9c97abbbbdc2bf42e6b
7
+ data.tar.gz: 123a1a5a94b9a300a259f5e28fb43b65626beda73a4139474c68be874255384d773e837ec7656f3eff1c6f5215f1272311eb16c9825362cb905318bd9f45cfca
data/lib/libteptris.so CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module Teptris
2
- VERSION = "0.2.15"
2
+ VERSION = "0.2.17"
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.15
4
+ version: 0.2.17
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-14 00:00:00.000000000 Z
11
+ date: 2026-09-15 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.