yamlscript 0.1.59 → 0.1.60

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: b4362956e5c856cf06f5810be372a717a73004d38eb111a3e83e10ae7932caa2
4
- data.tar.gz: 8e66b0ff6e2cfb7fb7ac292193c0ef640bbd6af294fbcb9321aea82a57906574
3
+ metadata.gz: 7b74917a560acdc32a3ed3e0b557e7e781231d480b8c1d1108dc1d49e83478f2
4
+ data.tar.gz: a31a517d47a1f166aa9786c52a5c1ecacd4bcb38a05a51dddb1b337e7b0ff3fb
5
5
  SHA512:
6
- metadata.gz: dcd68acd813fa41a21606013feb0731f6f844b06626183baf820713246495a46113ea25eceb2b4fe04c8799726fb31577c4494a176590679f2844214bd0a0784
7
- data.tar.gz: 50897d644805cdfcc45bd3332bd39b269a2e8dbe44f066ff19c0c48b04bd5bdd49c341726c93d2066a31b09f1e1544f7b58d417e581fc78d4522dc63b7999ed9
6
+ metadata.gz: e491813bec6f9ea223bf0aeb77d5044dc33e2ca503bdd4f2f6789d62b3dd0cd958ccd2fd4915d16cdbbfb40f5d524ca68acc511b3f78b3798f79e695704312ec
7
+ data.tar.gz: 6af19d0f996795631f0ce016decd109aef546368ad7a883c97ff981fee3cda2ebac8808c6db47bcc24120c7d4eb7e7b62c7a94f94a80f2db09e64c26266ae1a5
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.60] - 2024-06-06
2
+
3
+ - libyamlscript 0.1.60
4
+
1
5
  ## [0.1.59] - 2024-05-22
2
6
 
3
7
  - libyamlscript 0.1.59
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.1.59"
4
+ VERSION = "0.1.60"
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.59'
19
+ YAMLSCRIPT_VERSION = '0.1.60'
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.59
4
+ version: 0.1.60
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-05-22 00:00:00.000000000 Z
12
+ date: 2024-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest