yamlscript 0.2.15 → 0.2.16

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: ba0db14bd3ed41c45118d4ff8b7da868583a3b4e704ac80a5be3b2a93061c387
4
- data.tar.gz: c794e86afcf5f39e968b7ef409e01e697bbc8592bb73582a8735a59967c9e081
3
+ metadata.gz: 4ce9ee40567f4752f291877800f40a83fbcc79158fa65872a0ebc5d73be4a446
4
+ data.tar.gz: d02d69240ea246466ff48f16f55a73903196f55b6a22e0aed0d7c1c633950e76
5
5
  SHA512:
6
- metadata.gz: 724f0fc87841715ec8df0d7db417e2cc62bff5b1e87f7c97565a03c8f0d53636e378ee4cd5d11b3cdd4fdbaf2b9b2e444b8177705046e18ee667b86b93a23be8
7
- data.tar.gz: b442660a6a802853c7c0c4457570cd29f4d3545bccf4d0b743a0ffbcbb416b5a9a2f391d2531ed56e0debd451aeade6b55c4df396c6e364a713719882c5443eb
6
+ metadata.gz: 43a770747875edbd92326f8574258ca276cf825c8f00b8b20a4bf32a54367b77c230fec1f77fd0cacd08de5fcaad1d3ea2899198ebc7991fe9b8025cb66492e3
7
+ data.tar.gz: 588a46eb81ebb16a077660a51c12ea3dbda4e780a69ba2ae6f9764d6b2a04378d23cba7d7dcf321bfd6baa2b80d0c78f4d5a720c7e1339d2408ada2f4415dcf0
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.2.16] - 2026-06-12
2
+
3
+ - libys 0.2.16
4
+
1
5
  ## [0.2.15] - 2026-06-12
2
6
 
3
7
  - libys 0.2.15
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.2.15"
4
+ VERSION = "0.2.16"
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.15'
19
+ YAMLSCRIPT_VERSION = '0.2.16'
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.15
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ingy döt Net