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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d4f9b74f28f5e648c39c900b79ff848bf734e766660a5e5afd1a3cb8ba3a7c5
4
- data.tar.gz: a17f035b32e2ddf23a4c75d31ae72f943ade4c855120ddda363eab740cd06434
3
+ metadata.gz: f054752f3bb51d3e1cfe983beaca06c817275d214d5652503a42325d93403a42
4
+ data.tar.gz: 212a35305289d4286539dcdb008bf799fac028e87a84aab0a33b8137c73d84d5
5
5
  SHA512:
6
- metadata.gz: 2217e729035269240af9d942155eea00dc6b817a5bfa6315e4fb0eabefa90ce47de17e65ca4211e03cd2d25b4d0ee68d7f1a76fce831b6a2797081bd8ac46495
7
- data.tar.gz: 7e7062afc29acec9ffe4a20af4c6b59611f496c522cd2ce788b43647e8c5d330fc76364aadcf08fb0662a642605119778187208da8be46e97fa2c360269faa02
6
+ metadata.gz: c23014599c6a03a04b0dfa4fe93c6b300b0311ff55e552a5f1bd79a2d55220789c94916a9c6b694a044cd9247dcd95d1ab6dde05e0e7d949a29bcaedb07d8807
7
+ data.tar.gz: 98da695a8d3cd9b93f244161b8e0874b7851bb6426fd686cabcafe493f8088b0af2923a216b2741d34a2532b8f76adc3ac377af1caa8a639fdd27ba4c1866ef7
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Metanorma
2
- VERSION = "1.3.10".freeze
2
+ VERSION = "1.3.11".freeze
3
3
  end
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.10
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-08-30 00:00:00.000000000 Z
11
+ date: 2021-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor