metanorma-plugin-datastruct 0.3.2 → 0.3.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 377c84586ab7ba3f6e2d7aa8cefe16644b0c82eb3f532575a9bda64f980a726c
|
4
|
+
data.tar.gz: a80140c43bb27d736abdde3365604522ac31b0eecd3bc5c3e607a998bbc11fa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7a3346b329e039bf2fbedb7f9811c282964c6cfd7f22ceb505540bf69377dd377140f64c76baa7491e8ec956e1a6d0267c1268d07fb326ffff384da001b63e8
|
7
|
+
data.tar.gz: 32dea1679a43aa30337aaf77ae79d32a265d7403ea27309a7ecf4d4a6b7743cd397d7a5406dc7d38ade2f682ec02b1ae3dc23bd40b973d1c958b9e815a08eafa
|
@@ -212,7 +212,7 @@ module Metanorma
|
|
212
212
|
::Liquid::LocalFileSystem.new(relative_file_path(document, ""))
|
213
213
|
rendered_string = liquid_template
|
214
214
|
.render(contexts,
|
215
|
-
strict_variables:
|
215
|
+
strict_variables: false,
|
216
216
|
error_mode: :warn)
|
217
217
|
[rendered_string, liquid_template.errors]
|
218
218
|
end
|
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.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|