metanorma-itu 2.9.0 → 2.9.1

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: c208d139b0f26cca6e36fad45b813650712002c18b1fd550df33224293818907
4
- data.tar.gz: '098b33cba314adcd4b746abdd5c43b7bb64eef16ce4e29d8bd10e218b7c26a47'
3
+ metadata.gz: a10dd25609505256a0965219bcd35a8148edfed415925fe5ba01c976dad28434
4
+ data.tar.gz: aa21d42db9f7f2c48de49f88dfca823f0c3199e65d3cb3c5d620b66f5b58bd27
5
5
  SHA512:
6
- metadata.gz: 64412450479ac7d9bff7582f8f97b1edb698dfa6842ab919bfd32f61ce4b0ccee2cc5bc3b83e32aa28d86c40ad8df67bf648bdcfa6b601a881dcb4f0b020d440
7
- data.tar.gz: c970e4df8aa61e425a3c60421db22cd40ba940bd347ff2737dfd165ede6f419f97949ace5169b19585657b0a3884907384c7db56ab8ddd4f823d83170803d06e
6
+ metadata.gz: bce63c92f6fc4fad8401b96c366a6c421771f28d4386e1064f3c700e7260b60a667182215f9dbfbfb1b8460e612e1b1517e175a6e8a5c2c2e2610c65a3b897d0
7
+ data.tar.gz: f6d04a9a3b40d19f2307f5dbf2ba57d919492c9948d13981b0115b7f2c3f91653b65ef8c93a095002219a6422d473411dff8345775b01f992b9862d7e150e98a
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
3
- <!-- VERSION v2.2.0 -->
3
+ <!-- VERSION v2.3.0 -->
4
4
 
5
5
  <!--
6
6
  ALERT: cannot have root comments, because of https://github.com/metanorma/metanorma/issues/437
@@ -328,7 +328,7 @@ Sources are currently only rendered in metanorma-plateau</a:documentation>
328
328
  </optional>
329
329
  </define>
330
330
  <define name="ExampleBodyContent">
331
- <a:documentation>Content alternatives of an example in the isodoc context: as basicdoc,
331
+ <a:documentation>Content alternatives of an example in the standoc context: as basicdoc,
332
332
  with figure admitted, and note admitted only trailing the example body
333
333
  rather than interleaved. The content hook is overridden rather than
334
334
  ExampleBody itself, so that the extension seam survives: additive
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <grammar ns='https://www.metanorma.org/ns/standoc' xmlns="http://relaxng.org/ns/structure/1.0">
3
3
  <include href="relaton-itu.rng"/>
4
- <include href="isodoc.rng">
4
+ <include href="standoc.rng">
5
5
  <define name="Clause-Section">
6
6
  <ref name="Section-Attributes"/>
7
7
  <optional>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Itu
3
- VERSION = "2.9.0".freeze
3
+ VERSION = "2.9.1".freeze
4
4
  end
5
5
  end
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.require_paths = ["lib"]
26
26
  spec.required_ruby_version = Gem::Requirement.new(">= 3.3.0")
27
27
 
28
- spec.add_dependency "metanorma-standoc", "~> 3.4.2"
28
+ spec.add_dependency "metanorma-standoc", "~> 3.5.0"
29
29
  spec.add_dependency "pubid"
30
30
  spec.add_dependency "twitter_cldr", ">= 3.0.0"
31
31
  spec.add_dependency "tzinfo-data" # we need this for windows only
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-itu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 3.4.2
18
+ version: 3.5.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 3.4.2
25
+ version: 3.5.0
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: pubid
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -383,7 +383,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
383
383
  - !ruby/object:Gem::Version
384
384
  version: '0'
385
385
  requirements: []
386
- rubygems_version: 4.0.16
386
+ rubygems_version: 4.0.18
387
387
  specification_version: 4
388
388
  summary: Metanorma for the ITU
389
389
  test_files: []