yamlscript 0.2.31 → 0.2.32

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: 89195e66722c39d9c4e7823d042741fb43a0fcbe7227dc0c7a44e319e86407da
4
- data.tar.gz: d564f1a74f0fccbe1bdba72ca8a801611ce63287b65f79e7840736f2af5d7896
3
+ metadata.gz: e5b36c5597a04bddf9ee637b8a681a84e295bfd95ad78013d32fea8acd998ee1
4
+ data.tar.gz: c4a223d1b6d09d73bba9dff3497064e352ccd9d745ce8cee7a89f7a6eec72e3d
5
5
  SHA512:
6
- metadata.gz: 8e6720665e15f33c0ee70bc35c9ef5041560e4e26c969eec6e0a39da17f2363a707081c0349c8e835732227b20fa8ac1291ae49794169e7099dd32a255b5ad87
7
- data.tar.gz: 40c5e1c9fae3ba13c694dad5db7c6538976d030d1ba025e729eaae3997fc77d95838ff7f06f897e9fca24467a3f59a5388725df59a5f7cb048fbda10c90672c3
6
+ metadata.gz: 737c1a05eb080b3c9fd2be7ccc6c3650866ae791b2803e7ab199e77a9a6140b8d49b8b079d1fa40824d473bd3ff5c6d3aac120f08496b6ba2ecb5e0f4b04a016
7
+ data.tar.gz: 9ff0600a32b371b259ff1e35e3a40d14574e2d5e95c0f70b4579c5ea93c25da661d7b7af367343118e4a0e5ce7a9543059cfb625c955f49f7977773d3654b7cc
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.2.32] - 2026-08-25
2
+
3
+ - libys 0.2.32
4
+
1
5
  ## [0.2.31] - 2026-08-22
2
6
 
3
7
  - libys 0.2.31
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.2.31"
4
+ VERSION = "0.2.32"
5
5
  end
data/lib/yamlscript.rb CHANGED
@@ -16,7 +16,7 @@ class YAMLScript
16
16
  # This value is automatically updated by 'make bump'.
17
17
  # The version number is used to find the correct shared library file.
18
18
  # We currently only support binding to an exact version of libys.
19
- YAMLSCRIPT_VERSION = '0.2.31'
19
+ YAMLSCRIPT_VERSION = '0.2.32'
20
20
 
21
21
  # A low-level interface to the native library
22
22
  module LibYS
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yamlscript
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.31
4
+ version: 0.2.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ingy döt Net