metanorma-ietf 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/ietf/converter.rb +1 -1
- data/lib/asciidoctor/ietf/ietf.rng +1 -1
- data/lib/metanorma/ietf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2f8e55631150eb5d7f0c9569e31d34ad0756ba5bf70ba139e3a6b6141d591c7
|
4
|
+
data.tar.gz: 9d3436932a68b40055774e9621acd33cfb9675c8f9e98d3498b018b25ef43e5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: befcc7b122acdba2590f9898804361db6b8a15b14906f6cdc3ad1b8bbfe511b6727c6242adb639feb2a3632516e2830b9529a28481126d386622133cfd82681e
|
7
|
+
data.tar.gz: c474e6e0ac37d998567ff10362ac8541eb2f0777c9934bd492208e5fe295f9186a2204f4cf7841f59319051557cbefdccb4c2d5a663f0bda22d1cbd1ea7504de
|
@@ -9,7 +9,7 @@ module Asciidoctor
|
|
9
9
|
module Ietf
|
10
10
|
class Converter < ::Asciidoctor::Standoc::Converter
|
11
11
|
XML_ROOT_TAG = "ietf-standard".freeze
|
12
|
-
XML_NAMESPACE = "https://www.metanorma.
|
12
|
+
XML_NAMESPACE = "https://www.metanorma.org/ns/ietf".freeze
|
13
13
|
|
14
14
|
register_for "ietf"
|
15
15
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<grammar ns="https://www.metanorma.
|
2
|
+
<grammar ns="https://www.metanorma.org/ns/ietf" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
3
3
|
<!--
|
4
4
|
Currently we inherit from a namespaced grammar, isostandard. Until we inherit from isodoc,
|
5
5
|
we cannot have a new default namespace: we will end up with a grammar with two different
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-ietf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-standoc
|