yamlscript 0.1.67 → 0.1.68

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: '0882f28f507724e4423834e89d19e74aaf8e1c2bf5d5bd8b3b800f12c54088f9'
4
- data.tar.gz: 68162847a5259cc137f59f0542a18b1f9f580d5438da5a9ad6de1b6fbd91a5fb
3
+ metadata.gz: d5729d58bde6af89a2e9bb3d113d97cdf0294cfb233835151827915af5a71b64
4
+ data.tar.gz: 8c5e24215cac4655ed808e3ba3cf5dc291d127c6c51cae36c2f1c5fe2d1841af
5
5
  SHA512:
6
- metadata.gz: 601b7202c6555f91558f5e2603c7d62f17eb2bc8092c2818adb4efcb59298d3e24120315c906ea1a3ece4d1da55464e2e040e27fa9f6982538c5983cab86d4b8
7
- data.tar.gz: 3b3b6ce700936675fde16c7e19d31a74b806310cb86cbcb5d5c1981d63baa82dc745ef3c6ff3bdfcd3d359b7f5b6a317c1e88915a6da3dbcdbe7b9895a8c38f4
6
+ metadata.gz: a8ade5add55e6c727f2944709d3e7845c735f4606c313d861367ed940e71b3cd95dc947aac6f0b5bb00934af38d20044ee3684e908c4aa0b2d4768f516e05835
7
+ data.tar.gz: e0d7c8d6d7ebd708093234c4fa287c9203eb8f9063c1a6dcb246e76caebf9fb42684b16ce6db77a0ce97d9aff0ae1732af4e8e38c1aa02243fb9a8658d7cdd32
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.68] - 2024-07-19
2
+
3
+ - libyamlscript 0.1.68
4
+
1
5
  ## [0.1.67] - 2024-07-16
2
6
 
3
7
  - libyamlscript 0.1.67
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.1.67"
4
+ VERSION = "0.1.68"
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.67'
19
+ YAMLSCRIPT_VERSION = '0.1.68'
20
20
 
21
21
  # A low-level interface to the native library
22
22
  module LibYAMLScript
data/yamlscript.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Ingy döt Net", "Delon Newman"]
9
9
  spec.email = ["ingy@ingy.net", "contact@delonnewman.name"]
10
10
 
11
- spec.summary = "Program in YAML"
12
- spec.description = "Program in YAML"
11
+ spec.summary = "Program in YAML — Code is Data"
12
+ spec.description = "Program in YAML — Code is Data"
13
13
  spec.homepage = "https://github.com/yaml/yamlscript"
14
14
  spec.required_ruby_version = ">= 2.4.0"
15
15
 
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.67
4
+ version: 0.1.68
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-07-17 00:00:00.000000000 Z
12
+ date: 2024-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -25,7 +25,7 @@ dependencies:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: 5.20.0
28
- description: Program in YAML
28
+ description: Program in YAML — Code is Data
29
29
  email:
30
30
  - ingy@ingy.net
31
31
  - contact@delonnewman.name
@@ -68,5 +68,5 @@ requirements: []
68
68
  rubygems_version: 3.3.5
69
69
  signing_key:
70
70
  specification_version: 4
71
- summary: Program in YAML
71
+ summary: Program in YAML — Code is Data
72
72
  test_files: []