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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f3bd81f995368fb7fd47b7566ab1d74c70c58e53e030b93203dbbc761bba4a9
4
- data.tar.gz: ae1f956c086bbc4e649999a3aa368bd8c38b17a344efd44c6d0dd3816c9f6c68
3
+ metadata.gz: a2f8e55631150eb5d7f0c9569e31d34ad0756ba5bf70ba139e3a6b6141d591c7
4
+ data.tar.gz: 9d3436932a68b40055774e9621acd33cfb9675c8f9e98d3498b018b25ef43e5d
5
5
  SHA512:
6
- metadata.gz: '08a29292e245d8deb7075f51a230dc768b18f0fb363255a76d6d4ed1098268e40a799d299e2477cb240d30c763a15d018d2f204d306327d6a1699902e1cf2618'
7
- data.tar.gz: 4a494998ec4e47cf4eb7b8469e037919c85592f137bc5acf7439794fb9a7c9a265c74dae048cf2cbb6795dbad2aa8e18915e83170332e7bec595237d28b41742
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.com/ns/ietf".freeze
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.com/ns/ietf" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
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
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ietf
3
- VERSION = "2.0.3".freeze
3
+ VERSION = "2.0.4".freeze
4
4
  end
5
5
  end
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.3
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-08 00:00:00.000000000 Z
11
+ date: 2020-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-standoc