yamlscript 0.1.72 → 0.1.73

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: 372fe3d24115c6ccae9fc28fa2aa69d2f93c9e8afb51a097639df78ec0dc3b14
4
- data.tar.gz: 9be192d16c84d90168ee7fe71ba09fe2b9fb87c91afdf806152c8f64f9e22bba
3
+ metadata.gz: 494d5af797f236ac7cd4528f3ca400757fe91e400f481f3b8f267c118496f6c8
4
+ data.tar.gz: a2f1a367cf46df6b7438a1a47c7fb3f2cbc97f3b048e6c7c7e35787cd3b17b49
5
5
  SHA512:
6
- metadata.gz: 270d0bdfcbd703083639668de19b8a165a0f46a84312369f07c3e50a5d29eda9d5e19a244008d770ecfcb2a71582062c03833c3f80ba345cdb73382a457ece89
7
- data.tar.gz: 2e73aee7009c0e9e9ebae9adb37f381ea0fb49606765a0823c01b159fe50214f33799e8522044bba934a7c840571079a7007623af191e590516f2121f03880ef
6
+ metadata.gz: de6b42ab1dde3459448d61289718e0542948a17472451798e4833a5853e7e4e8cac0405612dad8fa04832325c503198a29b13314439cf0a856a0325fc727db74
7
+ data.tar.gz: e8e3d3c0f3f99805ad54bf310235c8a776baf3fe7394bef55aea4eccf9c02729f683f43326e8f8b01de638d72173dbcd3defd2f3d6e8333967f2d410c4584cd5
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.73] - 2024-08-27
2
+
3
+ - libyamlscript 0.1.73
4
+
1
5
  ## [0.1.72] - 2024-08-23
2
6
 
3
7
  - libyamlscript 0.1.72
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.1.72"
4
+ VERSION = "0.1.73"
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.72'
19
+ YAMLSCRIPT_VERSION = '0.1.73'
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.72
4
+ version: 0.1.73
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-08-24 00:00:00.000000000 Z
12
+ date: 2024-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest