yaml_store_unsafe_load 0.1.1 → 0.1.2
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/README.md +1 -2
- data/lib/yaml_store_unsafe_load/version.rb +1 -1
- data/lib/yaml_store_unsafe_load.rb +1 -1
- 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: 0f3643d3401e4565bb5513b011ffd54936b9955ad3703375198b35b16e228ade
|
4
|
+
data.tar.gz: 815cbd15cdec88bf470ef56fb1237b5d308f2cfe9ed2f085bd7e5e0eff471719
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d5139c2b9ef4f762550a6498e3bdafcbf6423900797548cdd740ab40f7c731705b372760e599238698b63bde7d809068cd1dbd878fc786540dcf03aebb3a892
|
7
|
+
data.tar.gz: 803106615859b02f3cdc72154495b8a75681daa64825aa8eb50780a8c5932f54d520e84f845b754f76a8e3786451a41be28abf9cd95e90ceb2e8262550db0f8a
|
data/README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
# yaml_store_unsafe_load
|
2
|
-
|
3
2
|
yaml_store_unsafe_load - patch to use unsafe_load instead of safe_load in yaml/store
|
4
3
|
|
5
|
-
I created this to fix my app that uses yaml/store, which was broken in ruby 3.4. It replaces a safe method with an unsafe
|
4
|
+
I created this to fix my app that uses yaml/store, which was broken in ruby 3.4. It replaces a safe method with an unsafe one, so you need to fully understand what you are doing before using it.
|
6
5
|
|
7
6
|
## Installation
|
8
7
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yaml_store_unsafe_load
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- s3fxn
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-19 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
12
|
email:
|
13
13
|
- sssfxn@gmail.com
|