commonmarker 2.0.0-aarch64-linux → 2.0.1-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/commonmarker/config.rb +3 -3
- data/lib/commonmarker/version.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: 486938d51933e6e686cea65a4057e19c76e8377d94c1879ed29afa6552dd91c6
|
4
|
+
data.tar.gz: 79baa1a50f9c63978a8e7cb986c4fa82a92b98e2999259d15950c2b4cb78343f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98be7ebb8f250d43b78e946ee16627e64ae4eb769c9afd46a23d3e0cb09525656700f14d43dc16ae94488089cbc4118ab8ab51659edf6b701cda3ffbe42057a8
|
7
|
+
data.tar.gz: 5edb74a0a4211a881ef7a796af2551d7458a6777523cf07500dbb20c7b47536ade99f5ef9891c73be24603d8df92a3d625d7227329fe5f54ecda90f51ac52b06
|
data/lib/commonmarker/config.rb
CHANGED
@@ -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
|
|
data/lib/commonmarker/version.rb
CHANGED
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.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: aarch64-linux
|
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-
|
12
|
+
date: 2024-11-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|