metanorma 1.3.10 → 1.3.11
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/lib/metanorma/compile.rb +1 -1
- data/lib/metanorma/input/asciidoc.rb +1 -1
- 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: f054752f3bb51d3e1cfe983beaca06c817275d214d5652503a42325d93403a42
|
|
4
|
+
data.tar.gz: 212a35305289d4286539dcdb008bf799fac028e87a84aab0a33b8137c73d84d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c23014599c6a03a04b0dfa4fe93c6b300b0311ff55e552a5f1bd79a2d55220789c94916a9c6b694a044cd9247dcd95d1ab6dde05e0e7d949a29bcaedb07d8807
|
|
7
|
+
data.tar.gz: 98da695a8d3cd9b93f244161b8e0874b7851bb6426fd686cabcafe493f8088b0af2923a216b2741d34a2532b8f76adc3ac377af1caa8a639fdd27ba4c1866ef7
|
data/lib/metanorma/compile.rb
CHANGED
|
@@ -245,7 +245,7 @@ module Metanorma
|
|
|
245
245
|
isodoc_options = @processor.extract_options(file)
|
|
246
246
|
isodoc_options[:datauriimage] = true if options[:datauriimage]
|
|
247
247
|
isodoc_options[:sourcefilename] = options[:filename]
|
|
248
|
-
%i(bare sectionsplit no_install_fonts).each do |x|
|
|
248
|
+
%i(bare sectionsplit no_install_fonts baseassetpath).each do |x|
|
|
249
249
|
isodoc_options[x] ||= options[x]
|
|
250
250
|
end
|
|
251
251
|
if ext == :pdf
|
|
@@ -60,7 +60,7 @@ module Metanorma
|
|
|
60
60
|
scripts-override scripts-pdf wordstylesheet i18nyaml
|
|
61
61
|
standardstylesheet header wordcoverpage wordintropage
|
|
62
62
|
ulstyle olstyle htmlstylesheet-override bare
|
|
63
|
-
htmltoclevels doctoclevels sectionsplit
|
|
63
|
+
htmltoclevels doctoclevels sectionsplit base-asset-path
|
|
64
64
|
body-font header-font monospace-font title-font
|
|
65
65
|
wordstylesheet-override).freeze
|
|
66
66
|
|
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.3.
|
|
4
|
+
version: 1.3.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: asciidoctor
|