teptris 0.2.15-x86_64-linux → 0.2.16-x86_64-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: 0ad027ec39d6b949e7243d9fcc2863b70d6e4d1add37be085eb66e11b7ef32f8
4
- data.tar.gz: 31422f7cc956e6a3d8989e8394321c883dd5eee463cb8dd98d7348b8e4ab59f8
3
+ metadata.gz: c45f8f0671e72dd4fac14241833ae99984c4d729aeadfdb0cbeb4e91a8d59079
4
+ data.tar.gz: a01add532ef83b91e02441df16093e0057eb978206be25f95ca77878960a9037
5
5
  SHA512:
6
- metadata.gz: 9a980764a97a51252cbec7d0f6096d44c7cefb6d4251f1464674bdaf157ee0c408133d3e31680312b993724b755800efb72522d9ba9a525098d3a7eaf7b85c74
7
- data.tar.gz: 9c3771994a934c3e8ec65fcfb1102a8939ae02929d1b617b188b1c8e909738cee6320c6fb7a31d3d46bc22c807de9ba19cdb1715f09aefa05f4a689a567248e4
6
+ metadata.gz: 38b3184ab4a8e7b4b382058952d85bf4b3caf5d6114c8133904baf41c880ecb216d17efc20b1d6af40753f9f3b49c2cbdc82a459ee6974d05071279ca2daf181
7
+ data.tar.gz: 8bf2a17c37bbd1c6c5fd5604ee11673bbd10d524b553454862e17abff297faffb2a8f44deb3a8d05d8e314f0437cbfaa9542d5264506b0ca719ab675382ccff7
data/lib/libteptris.so CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module Teptris
2
- VERSION = "0.2.15"
2
+ VERSION = "0.2.16"
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.16
5
5
  platform: x86_64-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.