yamlscript 0.1.50 → 0.1.51

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: 785a35e2840898ca92b44a1fee0651a9bc645b903e124e4e95fa09a925b91d93
4
- data.tar.gz: 88e0e59995964e8f64741d5ace429e32ba59dead389bae66d131aad507a64911
3
+ metadata.gz: 5f79a460cc567ae6c6da9b403bda668c235acc9c29b2bf6edbc6c487bed9c281
4
+ data.tar.gz: ed456e2a3cb7ba783a72a96edb5c1c83c992ca4c45e35f7681d141acc634e6f1
5
5
  SHA512:
6
- metadata.gz: 9fbb6166264bd2960c6e5b37f83b58009191d0a724b3c52a33ed21d5771b13fda0f239a9b0009dcb7a7f86a0c4930e9413014f12d7ea8cf48986a618ba425397
7
- data.tar.gz: 623962bfb5fc8e07fd017c724774f0bef329fa5b8de4485e8a97684692e877054bb22ad3b94d270ce8c734f450cc865d224e838feb4c1301419921b3a0700fcf
6
+ metadata.gz: bc8383f41694c7b6567662a571f725c6d0e1c7eec9dad936f010c90b99b73668e0cafa8d1fb5648b5f9cf905c8c410d5f11f0931beef67623867b29775afc07f
7
+ data.tar.gz: 7a4ed9bed79b08655cdfc3ceb795bf2c2f78ed00fe9606b21865a60a2f4c87f87296df42bb183770d1637c65e23f5a49b9efc74bad46c46857972c1b25a75e0d
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.51] - 2024-04-04
2
+
3
+ - libyamlscript 0.1.51
4
+
1
5
  ## [0.1.50] - 2024-04-04
2
6
 
3
7
  - libyamlscript 0.1.50
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.1.50"
4
+ VERSION = "0.1.51"
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.50'
19
+ YAMLSCRIPT_VERSION = '0.1.51'
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.50
4
+ version: 0.1.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ingy döt Net