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 +4 -4
- data/lib/metanorma/itu/isodoc.rng +2 -2
- data/lib/metanorma/itu/itu.rng +1 -1
- data/lib/metanorma/itu/version.rb +1 -1
- data/metanorma-itu.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a10dd25609505256a0965219bcd35a8148edfed415925fe5ba01c976dad28434
|
|
4
|
+
data.tar.gz: aa21d42db9f7f2c48de49f88dfca823f0c3199e65d3cb3c5d620b66f5b58bd27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
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
|
data/lib/metanorma/itu/itu.rng
CHANGED
|
@@ -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="
|
|
4
|
+
<include href="standoc.rng">
|
|
5
5
|
<define name="Clause-Section">
|
|
6
6
|
<ref name="Section-Attributes"/>
|
|
7
7
|
<optional>
|
data/metanorma-itu.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
386
|
+
rubygems_version: 4.0.18
|
|
387
387
|
specification_version: 4
|
|
388
388
|
summary: Metanorma for the ITU
|
|
389
389
|
test_files: []
|