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 +4 -4
- data/ChangeLog.md +4 -0
- data/ReadMe.md +1 -1
- data/lib/yamlscript/version.rb +1 -1
- data/lib/yamlscript.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f820e70033f6ba7fbe27c037ab38410e78ec9aecfa5f8290042b985695b29e04
|
4
|
+
data.tar.gz: 790348917d26bc9fb2b13b9f63abf154a8767ecd310780413e31f196d7ec536f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0349026b9ba3f301f4ed43fc64164b5b8b2aa700dbcc84bea6fd5558c7ac49bf91ad87cd0d9398a85b0cdd8a6a9f40155c0f9d65d28fac75232e8911a3bdf7b4'
|
7
|
+
data.tar.gz: aacf0df4893c2f66f79345842a94ac353d5732ed4e918580473b3cf80eb75ac87a8140cadbb64188d523ff16bcc7c7913a49e378fd8fe9fe8a949332ae19838c
|
data/ChangeLog.md
CHANGED
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
|
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
|
data/lib/yamlscript/version.rb
CHANGED
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.
|
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
|
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.
|
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-
|
12
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: minitest
|