metanorma-plugin-datastruct 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1634612a50be53cbe05f8bfe92c2ba7c6f2b918b99ea37cd9eea3eea40f5242
|
4
|
+
data.tar.gz: 4d7e13e53ec88af6d0ddf31b30dd4acd7c19a5f6fcc0eafd4504ef75ca7545aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ad617b37efc74c72ff0e039f4efa93aee62758e23caf95cdb004f617461b8760d87b1efdedf8968a4f07f0719c6543a4b4b58cea5e6942fc7a518eb6450b52d
|
7
|
+
data.tar.gz: 0e0fe73fbf339fdc9e97313f248a5d815cc2249f5713ef296dcc73d55d36778cd229d6be004c71adb378f46f4be1c381506f8a320b56a67f59f29cd70b7e0130
|
@@ -112,7 +112,7 @@ module Metanorma
|
|
112
112
|
parse_context_block(document: document,
|
113
113
|
context_lines: transformed_liquid_lines,
|
114
114
|
context_items: context_items,
|
115
|
-
context_name: block_match[2])
|
115
|
+
context_name: block_match[2].strip)
|
116
116
|
rescue StandardError => e
|
117
117
|
document.logger
|
118
118
|
.warn("Failed to parse #{config[:block_name]} \
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-plugin-datastruct
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
265
265
|
- !ruby/object:Gem::Version
|
266
266
|
version: '0'
|
267
267
|
requirements: []
|
268
|
-
rubygems_version: 3.0.
|
268
|
+
rubygems_version: 3.0.6
|
269
269
|
signing_key:
|
270
270
|
specification_version: 4
|
271
271
|
summary: Metanorma plugin for yaml2text and json2text
|