metanorma 1.6.1 → 1.6.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.
data/metanorma.gemspec CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
  spec.add_runtime_dependency "asciidoctor"
27
27
  spec.add_runtime_dependency "fontist", ">= 1.14.3"
28
28
  spec.add_runtime_dependency "htmlentities"
29
- spec.add_runtime_dependency "isodoc", ">= 2.6.1"
29
+ spec.add_runtime_dependency "isodoc", ">= 2.6.3"
30
30
  spec.add_runtime_dependency "mn2pdf", "~> 1"
31
31
  spec.add_runtime_dependency "nokogiri"
32
32
  spec.add_runtime_dependency "pry"
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.6.1
4
+ version: 1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-28 00:00:00.000000000 Z
11
+ date: 2023-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 2.6.1
61
+ version: 2.6.3
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 2.6.1
68
+ version: 2.6.3
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: mn2pdf
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -260,6 +260,7 @@ files:
260
260
  - lib/metanorma/collection_fileparse.rb
261
261
  - lib/metanorma/collection_fileprocess.rb
262
262
  - lib/metanorma/collection_manifest.rb
263
+ - lib/metanorma/collection_render_utils.rb
263
264
  - lib/metanorma/collection_renderer.rb
264
265
  - lib/metanorma/compile.rb
265
266
  - lib/metanorma/compile_options.rb
@@ -275,6 +276,7 @@ files:
275
276
  - lib/metanorma/processor.rb
276
277
  - lib/metanorma/registry.rb
277
278
  - lib/metanorma/sectionsplit.rb
279
+ - lib/metanorma/sectionsplit_links.rb
278
280
  - lib/metanorma/util.rb
279
281
  - lib/metanorma/version.rb
280
282
  - lib/metanorma/worker_pool.rb