metanorma 2.0.10 → 2.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/metanorma/compile/compile_options.rb +2 -0
- data/lib/metanorma/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fa8deddc619f4709beefe82cce7b877ea9402963b037b9c84770b3ca0c14a90
|
4
|
+
data.tar.gz: 185080156bee2c43d4a5b87e0bd0ba4925569e94c2f19eeeed2e82d6bb563ec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe6ac88b648d30a9f82c5d5bc9b4c14b021204126fc5513772bfa2263519c767e19a395ca26d4f82f2cbd41ca014549d3919b4083832cd282865a70a4105064c
|
7
|
+
data.tar.gz: f3937b78290728d24cbd89245f696c6163ff60f2e4b1b0bc645fa63aec27673d971484a507b15101b1a1c7e3b4b86442c4edf6784913873b5cceed931e7a948c
|
@@ -73,6 +73,8 @@ module Metanorma
|
|
73
73
|
|
74
74
|
def get_isodoc_options(file, options, ext)
|
75
75
|
ret = @processor.extract_options(file)
|
76
|
+
dir = options[:filename].sub(%r(/[^/]+$), "/")
|
77
|
+
ret[:i18nyaml] &&= File.join(dir, ret[:i18nyaml])
|
76
78
|
copy_isodoc_options_attrs(options, ret)
|
77
79
|
font_manifest_mn2pdf(options, ret, ext)
|
78
80
|
ret[:output_formats]&.select! do |k, _|
|
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: 2.0.
|
4
|
+
version: 2.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -343,7 +343,7 @@ homepage: https://github.com/metanorma/metanorma
|
|
343
343
|
licenses:
|
344
344
|
- BSD-2-Clause
|
345
345
|
metadata: {}
|
346
|
-
post_install_message:
|
346
|
+
post_install_message:
|
347
347
|
rdoc_options: []
|
348
348
|
require_paths:
|
349
349
|
- lib
|
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
359
359
|
version: '0'
|
360
360
|
requirements: []
|
361
361
|
rubygems_version: 3.3.27
|
362
|
-
signing_key:
|
362
|
+
signing_key:
|
363
363
|
specification_version: 4
|
364
364
|
summary: Metanorma is the standard of standards; the metanorma gem allows you to create
|
365
365
|
any standard document type supported by Metanorma.
|