metanorma-standoc 2.10.4 → 2.10.5

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: 11972c007dd10b95b91d8598f5dce3843e59f7867e53768f43f03d04c63bf321
4
- data.tar.gz: c22fd5262f6024f145c23d9f88471a9d8d061d51e7346fdac3535701715c36e5
3
+ metadata.gz: 1b53e3a5bc3494dc39d49d3d0da67e8055f2fb0ef8c4c68553e04d766d6af780
4
+ data.tar.gz: 40883de9d883c3df6ab9807cb1d01410946638ecbc592d01bfcf826d98ca4749
5
5
  SHA512:
6
- metadata.gz: 2f39425e1441e9b6d251669be2e3fd02967cd41a1f4f5bd65c71e9546a4e510bcf42ab89203eade13afa4e755847b4b3557c0be3c2a9839efd5a64ec013b5d36
7
- data.tar.gz: bf360c1ce44587d5c7244e0edbb759109db93bd71c7c852c94bd3b020ca70fc4d981582891f98588492a923ee87e5224b2ed33617dd4cd37edf7480cc1e24955
6
+ metadata.gz: 343fc359bdf0fb657593c3b1b004c733f873139c222a02a2e983c5cc76e536e995625f2d6df90dec9f9d39c3046394f33f521a442d7ee1c2b282c56a1ca0520b
7
+ data.tar.gz: 687d5cd989a9259b1ec011099742bef06a10f5cdfe993ebb07940baeb795be26d00acec6e6a6f2883e32ce4053ef1e2138164b69891b9909b0a1929da121359d
@@ -267,11 +267,11 @@ Detailed in https://www.relaton.org/model/creator/</a:documentation>
267
267
  <a:documentation>An identifier of the person according to an international identifier scheme</a:documentation>
268
268
  </ref>
269
269
  </zeroOrMore>
270
- <zeroOrMore>
270
+ <optional>
271
271
  <ref name="contact">
272
272
  <a:documentation>Contact information for the person, including URI, address, phone number, and email</a:documentation>
273
273
  </ref>
274
- </zeroOrMore>
274
+ </optional>
275
275
  </element>
276
276
  </define>
277
277
  <define name="fullname">
@@ -454,11 +454,11 @@ real names (if the person is named with a pseudonym or user name); previous lega
454
454
  <a:documentation>An identifier of the organization according to an international identifier scheme</a:documentation>
455
455
  </ref>
456
456
  </zeroOrMore>
457
- <zeroOrMore>
457
+ <optional>
458
458
  <ref name="contact">
459
459
  <a:documentation>Contact information for the organization, including address, phone number, and email</a:documentation>
460
460
  </ref>
461
- </zeroOrMore>
461
+ </optional>
462
462
  <optional>
463
463
  <ref name="logo">
464
464
  <a:documentation>A logo for the organization</a:documentation>
@@ -540,12 +540,18 @@ real names (if the person is named with a pseudonym or user name); previous lega
540
540
  <!-- TODO may change -->
541
541
  <define name="contact">
542
542
  <a:documentation>Contact information for a person or organization</a:documentation>
543
- <choice>
543
+ <zeroOrMore>
544
544
  <ref name="address"/>
545
+ </zeroOrMore>
546
+ <zeroOrMore>
545
547
  <ref name="phone"/>
548
+ </zeroOrMore>
549
+ <zeroOrMore>
546
550
  <ref name="email"/>
551
+ </zeroOrMore>
552
+ <zeroOrMore>
547
553
  <ref name="uri"/>
548
- </choice>
554
+ </zeroOrMore>
549
555
  </define>
550
556
  <define name="phone">
551
557
  <a:documentation>The phone number associated with a person or organization</a:documentation>
@@ -1271,17 +1277,17 @@ for which this claim of validity is made, if applicable</a:documentation>
1271
1277
  </define>
1272
1278
  <define name="validityBegins">
1273
1279
  <element name="validityBegins">
1274
- <ref name="ISO8601DateTime"/>
1280
+ <ref name="ISO8601Date"/>
1275
1281
  </element>
1276
1282
  </define>
1277
1283
  <define name="validityEnds">
1278
1284
  <element name="validityEnds">
1279
- <ref name="ISO8601DateTime"/>
1285
+ <ref name="ISO8601Date"/>
1280
1286
  </element>
1281
1287
  </define>
1282
1288
  <define name="validityRevision">
1283
1289
  <element name="revision">
1284
- <ref name="ISO8601DateTime"/>
1290
+ <ref name="ISO8601Date"/>
1285
1291
  </element>
1286
1292
  </define>
1287
1293
  <define name="TypedTitleString">
@@ -6,7 +6,7 @@ module Metanorma
6
6
  def init(node)
7
7
  init_vars
8
8
  init_misc(node)
9
- init_processing(node)
9
+ init_processing(node) # feeds init_i18n
10
10
  init_log(node)
11
11
  init_image(node)
12
12
  init_reqt(node)
@@ -39,12 +39,13 @@ module Metanorma
39
39
  @embed_hdr = node.attr("embed_hdr")
40
40
  @embed_id = node.attr("embed_id")
41
41
  @document_scheme = document_scheme(node)
42
- @xrefstyle = node.attr("xrefstyle")
43
42
  @source_linenums = node.attr("source-linenums-option") == "true"
44
43
  @default_doctype = "standard"
45
44
  end
46
45
 
47
46
  def init_processing(node)
47
+ @localdir = Metanorma::Utils::localdir(node)
48
+ @xrefstyle = node.attr("xrefstyle")
48
49
  @novalid = node.attr("novalid")
49
50
  @smartquotes = node.attr("smartquotes") != "false"
50
51
  @sourcecode_markup_start = node.attr("sourcecode-markup-start") || "{{{"
@@ -100,7 +101,6 @@ module Metanorma
100
101
  File.basename(node.attr("docfile"))&.gsub(/\.adoc$/, "")
101
102
  else ""
102
103
  end
103
- @localdir = Metanorma::Utils::localdir(node)
104
104
  @output_dir = outputdir node
105
105
  end
106
106
 
@@ -109,7 +109,9 @@ module Metanorma
109
109
  @script = node.attr("script") ||
110
110
  Metanorma::Utils.default_script(node.attr("language"))
111
111
  @locale = node.attr("locale")
112
- @isodoc = isodoc(@lang, @script, @locale, node.attr("i18nyaml"))
112
+ i18nyaml = node.attr("i18nyaml")
113
+ i18nyaml &&= File.join(@localdir, i18nyaml)
114
+ @isodoc = isodoc(@lang, @script, @locale, i18nyaml)
113
115
  @i18n = @isodoc.i18n
114
116
  end
115
117
 
@@ -2,12 +2,14 @@ module Metanorma
2
2
  module Standoc
3
3
  module Base
4
4
  def html_extract_attributes(node)
5
+ i18nyaml = node.attr("i18nyaml")
6
+ i18nyaml &&= File.join(@localdir, i18nyaml)
5
7
  {
6
8
  script: node.attr("script"),
7
9
  bodyfont: node.attr("body-font"),
8
10
  headerfont: node.attr("header-font"),
9
11
  monospacefont: node.attr("monospace-font"),
10
- i18nyaml: node.attr("i18nyaml"),
12
+ i18nyaml: i18nyaml,
11
13
  scope: node.attr("scope"),
12
14
  htmlstylesheet: node.attr("htmlstylesheet"),
13
15
  htmlstylesheet_override: node.attr("htmlstylesheet-override"),
@@ -48,12 +50,14 @@ module Metanorma
48
50
  end
49
51
 
50
52
  def doc_extract_attributes(node)
53
+ i18nyaml = node.attr("i18nyaml")
54
+ i18nyaml &&= File.join(@localdir, i18nyaml)
51
55
  attrs = {
52
56
  script: node.attr("script"),
53
57
  bodyfont: node.attr("body-font"),
54
58
  headerfont: node.attr("header-font"),
55
59
  monospacefont: node.attr("monospace-font"),
56
- i18nyaml: node.attr("i18nyaml"),
60
+ i18nyaml: i18nyaml,
57
61
  scope: node.attr("scope"),
58
62
  wordstylesheet: node.attr("wordstylesheet"),
59
63
  wordstylesheet_override: node.attr("wordstylesheet-override"),
@@ -19,6 +19,6 @@ module Metanorma
19
19
  end
20
20
 
21
21
  module Standoc
22
- VERSION = "2.10.4".freeze
22
+ VERSION = "2.10.5".freeze
23
23
  end
24
24
  end
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
  spec.add_dependency "addressable", "~> 2.8.0"
32
32
  spec.add_dependency "asciidoctor", "~> 2.0.0"
33
33
  spec.add_dependency "crass", "~> 1.0.0"
34
- spec.add_dependency "iev", "~> 0.3.0"
34
+ spec.add_dependency "iev", "~> 0.3.5"
35
35
  spec.add_dependency "isodoc", "~> 2.12.4"
36
36
  spec.add_dependency "metanorma", ">= 1.6.0"
37
37
  spec.add_dependency "metanorma-plugin-datastruct", "~> 0.3.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-standoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.4
4
+ version: 2.10.5
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-24 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: addressable
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 0.3.0
61
+ version: 0.3.5
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: 0.3.0
68
+ version: 0.3.5
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: isodoc
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -590,7 +590,7 @@ homepage: https://github.com/metanorma/metanorma-standoc
590
590
  licenses:
591
591
  - BSD-2-Clause
592
592
  metadata: {}
593
- post_install_message:
593
+ post_install_message:
594
594
  rdoc_options: []
595
595
  require_paths:
596
596
  - lib
@@ -606,7 +606,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
606
606
  version: '0'
607
607
  requirements: []
608
608
  rubygems_version: 3.3.27
609
- signing_key:
609
+ signing_key:
610
610
  specification_version: 4
611
611
  summary: metanorma-standoc realises standards following the Metanorma standoc model
612
612
  test_files: []