yamlscript 0.2.6 → 0.2.7

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: 6a32a28b4af0b29617cae3330e84a80ab33e73c00fa1ff2ee771559a79a31554
4
- data.tar.gz: 0bfc91352f15478eea0fbfe169b2ca5fe0585955cf9d6862c4c9c58820cb8405
3
+ metadata.gz: 1ac4c6ec795b6be6ac9163df6267d7562679e9441edfe0f155caa0c975873abb
4
+ data.tar.gz: 8814809ab7b86f5bcbc276660bef631304340f8f2bd3e8b37fcb4bfaf6bc2125
5
5
  SHA512:
6
- metadata.gz: 8723a0b0def74b7b6df377a98e77c4b906c4c47ec0c69f95ff0a6abc0851d8c94dfd972ea753ae5e858fa174da8d9241ca5239245b7d613b2d015e04c3011b0a
7
- data.tar.gz: a0511ebbbc2d1adc032e16dd5d21ceabc983563d94a7cdc22de75222e912ca436c83104d45db7f0f4f974c1996d5ed344a8661393654aea7be1aedb697c6b36a
6
+ metadata.gz: b52b04e61b56b7e4e638f51cf8c1b6545a73b7eb57e64baf5cbf12f5e551121686c426958b9bd484c9c9d9cb3319310276e98298f9cb1cb2547167e32de5e71d
7
+ data.tar.gz: f29db9eb85606ac528f00572611c4206c1a2cf7cf1e6b9967c649ce3d24862c113e0ed27ab42e53bd6145612eb719a847bfdd5f24170f0c5a7546fa74566d10e
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.2.7] - 2025-10-20
2
+
3
+ - libys 0.2.7
4
+
1
5
  ## [0.2.6] - 2025-10-20
2
6
 
3
7
  - libys 0.2.6
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.2.6"
4
+ VERSION = "0.2.7"
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.6'
19
+ YAMLSCRIPT_VERSION = '0.2.7'
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.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ingy döt Net