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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42ae05682f5ac910939ef04552e77d5b56247cbb91141da560d8feb079cf9145
4
- data.tar.gz: 9a50fa6000fa07c6198c60a7840a58e09b0bebfcf9a0d406d1c41225c1763140
3
+ metadata.gz: b300675f26c29369f59151fc665c176cd639b324ae7b3f9f9a25d2202740d45c
4
+ data.tar.gz: b1ddfe077b756b1d53093c1304099fbab5df7808220e0ce20c2b5d025dc1e011
5
5
  SHA512:
6
- metadata.gz: 8e5919a57452d7df2b1eb6b81161d24723778434ef2ac3f6977008245624aae6ee985544ff2c9f1610b46f5f4ccbdf2b08bbb4da3accc18db9aa012fe5cbbf9f
7
- data.tar.gz: 93e97e2fa6ead58aa44c415b003cc0c25f00425c044600a2e8730f0b668fd829f54d7c817c7da884b7205672716d407cea61c1941fc48562d7d7a88cd5f81ed1
6
+ metadata.gz: 988cf0f24e900c751533ecf973ba0cc73b686640bdaf5933e0078a0cfd45c6f5165f4fe7ddf438519cec42b2082e73f0b8c0d1905ff4a28d310e952ab8e68b13
7
+ data.tar.gz: af28119205eac475051ff399537f9b4d7a4d9f2d7c5954cac11f1360c1d0d612d3faf2a76283edac0088cf717ed0c5dfa9a0bec9da66d330375f5c9170950514
@@ -10,6 +10,6 @@ on:
10
10
 
11
11
  jobs:
12
12
  notify:
13
- uses: metanorma/metanorma-build-scripts/.github/workflows/mn-processor-rake.yml@main
13
+ uses: metanorma/metanorma-build-scripts/.github/workflows/inkscape-rake.yml@main
14
14
  secrets:
15
15
  pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
@@ -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)
@@ -1,3 +1,3 @@
1
1
  module Metanorma
2
- VERSION = "1.4.5".freeze
2
+ VERSION = "1.4.6".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.4.5
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-02-21 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor