metanorma-ribose 2.6.3 → 2.6.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.
@@ -1,38 +1,5 @@
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
- <!--
4
- VERSION v1.2.1
5
- Currently we inherit from a namespaced grammar, isostandard. Until we inherit from isodoc,
6
- we cannot have a new default namespace: we will end up with a grammar with two different
7
- namespaces, one for isostandard and one for csand additions. And we do not want that.
8
- -->
9
3
  <include href="relaton-ribose.rng"/>
10
- <include href="isodoc.rng">
11
- <define name="standard-document">
12
- <element name="metanorma">
13
- <ref name="Root-Attributes"/>
14
- <ref name="bibdata"/>
15
- <zeroOrMore>
16
- <ref name="termdocsource"/>
17
- </zeroOrMore>
18
- <optional>
19
- <ref name="misccontainer"/>
20
- </optional>
21
- <optional>
22
- <ref name="boilerplate"/>
23
- </optional>
24
- <ref name="preface"/>
25
- <oneOrMore>
26
- <ref name="sections"/>
27
- </oneOrMore>
28
- <zeroOrMore>
29
- <ref name="annex"/>
30
- </zeroOrMore>
31
- <ref name="bibliography"/>
32
- <zeroOrMore>
33
- <ref name="indexsect"/>
34
- </zeroOrMore>
35
- </element>
36
- </define>
37
- </include>
4
+ <include href="isodoc.rng"/>
38
5
  </grammar>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ribose
3
- VERSION = "2.6.3".freeze
3
+ VERSION = "2.6.5".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ribose
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.3
4
+ version: 2.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-31 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic