metanorma 1.4.5 → 1.4.6
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 +4 -4
- data/.github/workflows/rake.yml +1 -1
- data/lib/metanorma/compile.rb +2 -1
- data/lib/metanorma/input/asciidoc.rb +1 -0
- data/lib/metanorma/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: b300675f26c29369f59151fc665c176cd639b324ae7b3f9f9a25d2202740d45c
|
|
4
|
+
data.tar.gz: b1ddfe077b756b1d53093c1304099fbab5df7808220e0ce20c2b5d025dc1e011
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 988cf0f24e900c751533ecf973ba0cc73b686640bdaf5933e0078a0cfd45c6f5165f4fe7ddf438519cec42b2082e73f0b8c0d1905ff4a28d310e952ab8e68b13
|
|
7
|
+
data.tar.gz: af28119205eac475051ff399537f9b4d7a4d9f2d7c5954cac11f1360c1d0d612d3faf2a76283edac0088cf717ed0c5dfa9a0bec9da66d330375f5c9170950514
|
data/.github/workflows/rake.yml
CHANGED
data/lib/metanorma/compile.rb
CHANGED
|
@@ -226,7 +226,8 @@ module Metanorma
|
|
|
226
226
|
ret = @processor.extract_options(file)
|
|
227
227
|
ret[:datauriimage] = true if options[:datauriimage]
|
|
228
228
|
ret[:sourcefilename] = options[:filename]
|
|
229
|
-
%i(bare sectionsplit no_install_fonts baseassetpath aligncrosselements
|
|
229
|
+
%i(bare sectionsplit no_install_fonts baseassetpath aligncrosselements
|
|
230
|
+
tocfigures toctables tocrecommendations)
|
|
230
231
|
.each { |x| ret[x] ||= options[x] }
|
|
231
232
|
ext == :pdf && FontistUtils.has_fonts_manifest?(@processor, options) and
|
|
232
233
|
ret[:mn2pdf] =
|
|
@@ -68,6 +68,7 @@ module Metanorma
|
|
|
68
68
|
pdf-owner-password pdf-allow-copy-content pdf-allow-edit-content
|
|
69
69
|
pdf-allow-assemble-document pdf-allow-edit-annotations
|
|
70
70
|
pdf-allow-print pdf-allow-print-hq pdf-allow-fill-in-forms
|
|
71
|
+
toc-figures toc-tables toc-recommendations
|
|
71
72
|
pdf-allow-access-content pdf-encrypt-metadata).freeze
|
|
72
73
|
|
|
73
74
|
def extract_options(file)
|
data/lib/metanorma/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: asciidoctor
|