commonmarker 2.0.0-x64-mingw-ucrt → 2.0.1-x64-mingw-ucrt

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: 44ef6d7fa97caed16586385f859c95b9cadbf5db3c42226a6074778d2f6a4110
4
- data.tar.gz: de061cc0de6a01f77540851a422ed7689d73b9cb3275fc03bb85c3d60eac0039
3
+ metadata.gz: 17ec497442c4ee3ff451933386b46c8c59c07cd46535568bd8cd00edf27dae48
4
+ data.tar.gz: d6b8948f80d7984d50b7752bb2cda52820d6b58e087383e3416094d29e43f2cb
5
5
  SHA512:
6
- metadata.gz: dba00289cbf2fe92332f99a5176e09e32c3d38d99f86196ab311b5dcc4f7a707cd2ed48f11829847ce18156a3002740e09ec84f3f7fd02b6e2c8dd7b77cb8c15
7
- data.tar.gz: 140d7e0c3d88a521ed60a08e5efdff1a3ddac3f7583c6f58c7223ae4bbf541bc8ee6dbfd82eeace84bac44254355373ad20d40465b34303b2ee07d844d886dfb
6
+ metadata.gz: 169ba8076d841c65a843163bfc8c01a2dbcf647f9b574dcd8516daf03d3dea99964dcb601a21b15b235ad1312e0d644eb6c4dafa1460ad8b867b36ca844d7444
7
+ data.tar.gz: 0b043acebb6b6c098898359f7739e30bf656d7116c887d4aac70c0c2e2a1e0444e3fa8c29c3b32324c706ec8f47121f4b2eec489687481a2d1d622bcfc0742a9
Binary file
Binary file
Binary file
@@ -62,9 +62,9 @@ module Commonmarker
62
62
 
63
63
  def process_options(options)
64
64
  {
65
- parse: process_parse_options(options[:parse]),
66
- render: process_render_options(options[:render]),
67
- extension: process_extension_options(options[:extension]),
65
+ parse: process_parse_options(options[:parse].dup),
66
+ render: process_render_options(options[:render].dup),
67
+ extension: process_extension_options(options[:extension].dup),
68
68
  }
69
69
  end
70
70
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "2.0.0"
4
+ VERSION = "2.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonmarker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen Torikian
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-11-25 00:00:00.000000000 Z
12
+ date: 2024-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake