yamlscript 0.1.54 → 0.1.56

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: d60a18ce00d223aa72cf89ffb5375ed567b7af88f706891e6f02c17fbe9b72af
4
- data.tar.gz: 49015b89a5ab867b7c9ffcbeb12602e436d0cb7919001a749e83aed0ebe03f59
3
+ metadata.gz: 4852330d8ce84c0aa924fc5d4dc0acfd29c669978c13924f8558cbaf63006ede
4
+ data.tar.gz: 8d1840f729389638217d78421dc3e4bd02f8285f9021333024aae4d699ba6d39
5
5
  SHA512:
6
- metadata.gz: f236bfcd0a3ff23e5504bda535f29c1148782e3dda0060934358957804aabf2cfe15b0b7022236c6f04a60702015b86bba0d720cf26386d2096be91d119e4a4b
7
- data.tar.gz: 0f76b2f781e3e61df9c8436b4dfe72af56b6696f58cc633d846a0f03d19f6fd7885ea0c7452976ed50ec0c5cd37e01bc0f9f27b601e93bd3c0916f68e806ffd5
6
+ metadata.gz: b438f33b6b714ed60600f54f58afc4c8b171073599fe41be6ecbf826d28f47c559c40e7bc3447b8794cc281967abc493713452406f33e751c792d3b974070bdc
7
+ data.tar.gz: 4402f8ceebfe4eef46a871b3b42860f0f8fd47b17fa1de64f96081abf9b323fcf1e591e46a765634e08d9f9ddd62543615c396858c70b99f9c55f6135ec13834
data/ChangeLog.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [0.1.56] - 2024-04-13
2
+
3
+ - libyamlscript 0.1.56
4
+
5
+ ## [0.1.55] - 2024-04-12
6
+
7
+ - libyamlscript 0.1.55
8
+
1
9
  ## [0.1.54] - 2024-04-11
2
10
 
3
11
  - 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.56"
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.56'
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.56
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-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest