yamlscript 0.1.93 → 0.1.94

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: 5876096c5ddfac243f2b723995c1d0670e77ed3725be20401a7b7d4c483034f7
4
- data.tar.gz: 67f64f21566516206cb295127d810bf6f668067d4822ee3689080dc1e1ba6e4d
3
+ metadata.gz: e8b3e9d5a891ae76ad937df26c07d3933d9b7c55123f152a0cb15c418bdd9567
4
+ data.tar.gz: 89b7eddcd865170fdd61e23833d0e35aab4442adc3abc6ee6a0c0e491270035d
5
5
  SHA512:
6
- metadata.gz: 359e50d9677cbd9be0cb1a841d300f192b0dcdb5a36e825b51952f6640b1d4fd6dbc3278a69aa04373bc1a4d4e38a3cab00b740f52cfbaa255d7a524c99d133d
7
- data.tar.gz: a967b0cf7ca526158f637c57d1326bcffc27d099d71f3788fcc0341cbae6ae3cfa25d09cb2da6fd2b27877954053ad1f5861016c6bf404c0333a7f1074941e58
6
+ metadata.gz: 5883a08b7d60e439b5336c1d3f469a32c7eab84a1864c12f269c17607fc7ba5d85928bd16478aae951c27d4d0f7ea499f450a9660c33166af9762dce34ae1b47
7
+ data.tar.gz: 873ba1b08b216193075f758920228868e5c9a2518acf3f23cd4d843d68a1d7ff637883ababc9f8442053556af114539e19331be3b38bc2c098a4a9a853debe94
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.94] - 2025-03-04
2
+
3
+ - libyamlscript 0.1.94
4
+
1
5
  ## [0.1.93] - 2025-02-27
2
6
 
3
7
  - libyamlscript 0.1.93
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.1.93"
4
+ VERSION = "0.1.94"
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 libyamlscript.
19
- YAMLSCRIPT_VERSION = '0.1.93'
19
+ YAMLSCRIPT_VERSION = '0.1.94'
20
20
 
21
21
  # A low-level interface to the native library
22
22
  module LibYAMLScript
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.1.93
4
+ version: 0.1.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ingy döt Net
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-02-27 00:00:00.000000000 Z
12
+ date: 2025-03-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest