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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e681e7a6dd2a2a79b02bbd1e49d7d1761708caed6dab61f6288153a939468b4
4
- data.tar.gz: 10bfbb27b1851e2b44fe916e46e673b2cf2155d7b8298f21ca65a54e29ef075b
3
+ metadata.gz: 7fa8deddc619f4709beefe82cce7b877ea9402963b037b9c84770b3ca0c14a90
4
+ data.tar.gz: 185080156bee2c43d4a5b87e0bd0ba4925569e94c2f19eeeed2e82d6bb563ec3
5
5
  SHA512:
6
- metadata.gz: 10ec3b71b64829a8e536f97ad7b93a8ee3d3a9d86d2ad984bfc2dce6a1cfd4f1220681171dbca2d76889aed5de475d61b70640d1fd33affb1a970afe63982a83
7
- data.tar.gz: f477977ce41ff242b590f3a1a9a01a768bf8882de35f18077bd92467989da37af60760536d7e7f37cfe09ae3c3444b26200b2e028abd8787e9fd298fc2959545
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, _|
@@ -1,3 +1,3 @@
1
1
  module Metanorma
2
- VERSION = "2.0.10".freeze
2
+ VERSION = "2.0.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: 2.0.10
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: 2024-12-23 00:00:00.000000000 Z
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.