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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28d9fb5f0a49362341a50adab495636558a36b2a974995ed75a15b06925ce790
4
- data.tar.gz: d4f19c329e537f3b2b717724b002e9b357c5639ace787b16de9237b213e4b0bb
3
+ metadata.gz: 0f3643d3401e4565bb5513b011ffd54936b9955ad3703375198b35b16e228ade
4
+ data.tar.gz: 815cbd15cdec88bf470ef56fb1237b5d308f2cfe9ed2f085bd7e5e0eff471719
5
5
  SHA512:
6
- metadata.gz: a21fd47ecdc4239c43f7d79947821e0709805709531ad55684faf9689e86dbf26b6b6eab5ae55190ca0d0aad79d29828aa6b7f8b9131344184870655f84adc59
7
- data.tar.gz: 392d062d92f6aa2152605f621560424081a38ade3be867816fb2a61bcd57cfaabbc97cf6ce407e60e0b9c00a899d0a342abb40e5d5e387dbae1efa49d6dbae15
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 method, so you need to fully understand what you are doing before using it.
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module YamlStoreUnsafeLoad
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
@@ -1,4 +1,4 @@
1
- # frozen_string_literal: true
1
+ # frozen_string_literal: false
2
2
 
3
3
  require_relative "yaml_store_unsafe_load/version"
4
4
 
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.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-12 00:00:00.000000000 Z
10
+ date: 2025-01-19 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  email:
13
13
  - sssfxn@gmail.com