yamlscript 0.2.12 → 0.2.13

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: c8f071125892766e3d35f382680e71c1bd5e20820ddfe9913b3478210ed6b23b
4
- data.tar.gz: 8b75785cbf560c3b7507bffd71da279cbf2b432926a64e77bf6eb64184d6bbb2
3
+ metadata.gz: 3483cce4191939a0d4bada56cf74001936ad0256ff7cb29ff46e44eb61148b43
4
+ data.tar.gz: 54c428a017c93cd719cce2b6dda6063403643bd8c0fed0d60107fdc22934ea3d
5
5
  SHA512:
6
- metadata.gz: 35cca64d5e6ee68bf190132a984f2cd00dd779b7fac50465375d2dde4afff0755d32f79a07fd32008f9ecf759fe8e4e39768f05dfd93d6433b0631c74128345e
7
- data.tar.gz: 37d7a163e945bfaf97c2679d0d2c1909f646bf94b3b1822660790eda975fa55909389e3905e070f6a31faa7725be2bf6a1619814f499c1043fbce71719a36a0f
6
+ metadata.gz: 43741fda92ce7be070e7b89af85df83dd997c46b3326570d06f7f07fde2a375fd218cb254b403d91f0ec1ba789ccb7805c452fa80636ed93039fda60130ce9ef
7
+ data.tar.gz: fbf1eb19eefa29a9fdaa294b7ddeb9b0521efa859419adb33a3359fd2cf014095e749cac01fc6a1327a7b0ac9780e6cdd351974b459a6a8acb9224031d4458e1
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.2.13] - 2026-06-07
2
+
3
+ - libys 0.2.13
4
+
1
5
  ## [0.2.12] - 2026-06-06
2
6
 
3
7
  - libys 0.2.12
data/ReadMe.md CHANGED
@@ -172,7 +172,7 @@ See <https://yamlscript.org/doc/install/> for more info.
172
172
 
173
173
  ## License & Copyright
174
174
 
175
- Copyright 2022-2025 Ingy döt Net <ingy@ingy.net>
175
+ Copyright 2022-2026 Ingy döt Net <ingy@ingy.net>
176
176
 
177
177
  This project is licensed under the terms of the `MIT` license.
178
178
  See [LICENSE](https://github.com/yaml/yamlscript/blob/main/License) for more
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.2.12"
4
+ VERSION = "0.2.13"
5
5
  end
data/lib/yamlscript.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2023-2025 Ingy dot Net
3
+ # Copyright 2023-2026 Ingy dot Net
4
4
  # This code is licensed under MIT license (See License for details)
5
5
 
6
6
  require 'fiddle'
@@ -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.12'
19
+ YAMLSCRIPT_VERSION = '0.2.13'
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.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ingy döt Net