yamlscript 0.1.45 → 0.1.46

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1aebd7b2ef3ff67b9c5ab307f5288280b89a3b0723f479469c2159e64b344f5d
4
- data.tar.gz: 47a7c7c4a78c82d39b280665387728736a25f59d0dcdaa72bc52725672d87ef6
3
+ metadata.gz: 58df94051e2189bb13a392d8dff36f86920f78801d10737f2455cbfa95f95acf
4
+ data.tar.gz: 5542aa063f3abb9aa4654beb8a45b797f69fd4c235ef40e1102f7f27890d739b
5
5
  SHA512:
6
- metadata.gz: e67ef895c269868990f80c130bc71b9254210584c77413a2146ca9a0c11226ce64d0cdc2af104059f2a84a80ab4aab78e0a8021100c37ea4d186461b7c6e6101
7
- data.tar.gz: ead2175b539d677028d3a29ed1065d01c0026a8577b0f4a95c3084ac089bd68bff8b7adc55de01d72c815f3cd1ae1df20e0e41eb9491190ff51e8fedab4a0374
6
+ metadata.gz: 3463649eacac8c5a3ee3271dc2a5a8831a435c33cc1150b17645cc6058fd218ea0600aa8e9800ed1739409c66416e6cc856ff3a2549e0d7747b0d3ba2513366c
7
+ data.tar.gz: cd5fe5aeb3c432acd1f09e279acadd1fb080649148a3efd130460d8ea1bd5786c6ab7a7d86593c5327c3df93fe3f6dd7419698ce72da3c99d9a24ddd529769a6
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.46] - 2024-03-20
2
+
3
+ - libyamlscript 0.1.46
4
+
1
5
  ## [0.1.45] - 2024-03-18
2
6
 
3
7
  - libyamlscript 0.1.45
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.1.45"
4
+ VERSION = "0.1.46"
5
5
  end
data/lib/yamlscript.rb CHANGED
@@ -16,7 +16,7 @@ class YAMLScript
16
16
  # TODO: 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.45'
19
+ YAMLSCRIPT_VERSION = '0.1.46'
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.45
4
+ version: 0.1.46
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: 2024-03-18 00:00:00.000000000 Z
12
+ date: 2024-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest