yamlscript 0.1.54 → 0.1.55

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: d60a18ce00d223aa72cf89ffb5375ed567b7af88f706891e6f02c17fbe9b72af
4
- data.tar.gz: 49015b89a5ab867b7c9ffcbeb12602e436d0cb7919001a749e83aed0ebe03f59
3
+ metadata.gz: f820e70033f6ba7fbe27c037ab38410e78ec9aecfa5f8290042b985695b29e04
4
+ data.tar.gz: 790348917d26bc9fb2b13b9f63abf154a8767ecd310780413e31f196d7ec536f
5
5
  SHA512:
6
- metadata.gz: f236bfcd0a3ff23e5504bda535f29c1148782e3dda0060934358957804aabf2cfe15b0b7022236c6f04a60702015b86bba0d720cf26386d2096be91d119e4a4b
7
- data.tar.gz: 0f76b2f781e3e61df9c8436b4dfe72af56b6696f58cc633d846a0f03d19f6fd7885ea0c7452976ed50ec0c5cd37e01bc0f9f27b601e93bd3c0916f68e806ffd5
6
+ metadata.gz: '0349026b9ba3f301f4ed43fc64164b5b8b2aa700dbcc84bea6fd5558c7ac49bf91ad87cd0d9398a85b0cdd8a6a9f40155c0f9d65d28fac75232e8911a3bdf7b4'
7
+ data.tar.gz: aacf0df4893c2f66f79345842a94ac353d5732ed4e918580473b3cf80eb75ac87a8140cadbb64188d523ff16bcc7c7913a49e378fd8fe9fe8a949332ae19838c
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.55] - 2024-04-12
2
+
3
+ - libyamlscript 0.1.55
4
+
1
5
  ## [0.1.54] - 2024-04-11
2
6
 
3
7
  - libyamlscript 0.1.54
data/ReadMe.md CHANGED
@@ -106,7 +106,7 @@ but you will need to have a system install of `libyamlscript.so`.
106
106
  One simple way to do that is with:
107
107
 
108
108
  ```bash
109
- $ curl -sSL yamlscript.org/install | bash
109
+ $ curl https://yamlscript.org/install | bash
110
110
  ```
111
111
 
112
112
  > Note: The above command will install the latest version of the YAMLScript
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class YAMLScript
4
- VERSION = "0.1.54"
4
+ VERSION = "0.1.55"
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.54'
19
+ YAMLSCRIPT_VERSION = '0.1.55'
20
20
 
21
21
  # A low-level interface to the native library
22
22
  module LibYAMLScript
@@ -59,7 +59,7 @@ class YAMLScript
59
59
  raise Error, <<-ERROR unless path
60
60
 
61
61
  Shared library file `#{name}` not found
62
- Try: curl -sSL yamlscript.org/install | VERSION=#{vers} LIB=1 bash
62
+ Try: curl https://yamlscript.org/install | VERSION=#{vers} LIB=1 bash
63
63
  See: https://github.com/yaml/yamlscript/wiki/Installing-YAMLScript
64
64
  ERROR
65
65
 
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.54
4
+ version: 0.1.55
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-04-11 00:00:00.000000000 Z
12
+ date: 2024-04-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest