paru 0.4.2.4 → 0.4.2.5

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: 90995074101bc9a2a14e72b9e32e319ab836cf545568927f8f554939e8a7f50e
4
- data.tar.gz: 2f2d91f0e45c27cae4df32267a0a98511ccfbcf28cec29f1ed0b9318de9ee5c2
3
+ metadata.gz: ff5d895bd1675d8630dac44d11b034a596d07b05c78950799a06a88433ae4755
4
+ data.tar.gz: e16144eff9fb437f2544a10ce6e82064ce7fb90b91c6b81cf56f359a8d8f6bcf
5
5
  SHA512:
6
- metadata.gz: 02ec89f731646faf0e0731b0fc903a5ffa6145a75b24ba01a45d13670b33709e23ee86ba571abcf813f0d9201ccdb4fccf40cc619c393832770c72c7b67b35cf
7
- data.tar.gz: 4e168c11e2209cee4d108db0be97f0c24e5dcc7a59da1fe5643654b7879ad43eb33929ac33dbe1cfd10b19cde9a196b812009495b0700c0df5b7656e09b9525e
6
+ metadata.gz: 79d274d0f02d4643bc1c1338f5abd61f2e4e4b59811aa9a7db2dd439087d76d52848f436958039820b9d28f21649f631cc97d46e413eac4ee8afe9bdcc465116
7
+ data.tar.gz: 3662dc9fda69dd2795f468050b0c932c03a66f39b456e44dc35e15f6c0c159a15abccb192cfcc0eeb47872852f4dbcc8af44a64dcd720796108bcba657d27dd4
@@ -49,7 +49,7 @@ module Paru
49
49
  if yaml_string.empty?
50
50
  contents = {}
51
51
  else
52
- contents = YAML.load yaml_string, permitted_classes: [Date]
52
+ contents = YAML.safe_load yaml_string, permitted_classes: [Date]
53
53
  end
54
54
 
55
55
  if not contents
data/lib/paru.rb CHANGED
@@ -18,5 +18,5 @@
18
18
  #++
19
19
  module Paru
20
20
  # Paru's current version
21
- VERSION = [0, 4, 2, 4]
21
+ VERSION = [0, 4, 2, 5]
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2.4
4
+ version: 0.4.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huub de Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Control pandoc with Ruby and write pandoc filters in Ruby
14
14
  email: Huub@heerdebeer.org