yamlscript 0.1.89 → 0.1.90

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: 31592876bd4b34b5e8329de7b371614b64b190e3a3a7238262985184b29da074
4
- data.tar.gz: dffda717a6476f6c68717aed4a25a063ab49315a540fd21432705e4c0959645a
3
+ metadata.gz: 4e656c573ec091f70c9e2702fadd3908bf06f4cc82a291e23f8acfae3f88c208
4
+ data.tar.gz: 04a422508de3bed660a382f66f15a6741ae3604620211477076f257158e2ae2f
5
5
  SHA512:
6
- metadata.gz: 492e7f01c5db2cf43fc268015dacf8c1b22447f60beef7a0b6fe4e9739e3e48a384fcf6a6e1470bd1fcde06e075af3dbebde6df2bc0119493568e06f61405e4c
7
- data.tar.gz: 8344c69a7df39e3b7225f5549cedfcf68bc0690e9d20cfd7f3109e64310af43b1aa24b69b6b1b3d7b927745c73476cd817c17fbf5a1257f57b1ab7c5d8d203be
6
+ metadata.gz: 3bc68e0b587654749b62e052284d0fa6fefc4b9eb9b0315ecceb71602d9bf7be8193058f00e43ed1cabd22da4ee4e9afccc3f12422c079fd495bb0f5d743db92
7
+ data.tar.gz: 809199b0efa565f528bf80f9a1eb8fa453dba6699ebd80bc4a96307dc12d92a084672cbba3ca2a844c8feeba50ba3228bcd5e4e697dd3120b50104bc1f94e256
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.90] - 2025-01-30
2
+
3
+ - libyamlscript 0.1.90
4
+
1
5
  ## [0.1.89] - 2025-01-29
2
6
 
3
7
  - libyamlscript 0.1.89
data/ReadMe.md CHANGED
@@ -10,7 +10,7 @@ Add Logic to Your YAML Files
10
10
 
11
11
  Load `file.yaml` with YAMLScript:
12
12
  ```yaml
13
- !yamlscript/v0:
13
+ !YS v0:
14
14
 
15
15
  # Get data from external sources:
16
16
  names-url =:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.1.89"
4
+ VERSION = "0.1.90"
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.89'
19
+ YAMLSCRIPT_VERSION = '0.1.90'
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.89
4
+ version: 0.1.90
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-01-29 00:00:00.000000000 Z
12
+ date: 2025-01-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest