metanorma-itu 1.0.7 → 1.0.8

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: 73fc0f4c79809c4f7a0d4b07454e91fb1bb499181fde2d4f735105f5ad7cf9ff
4
- data.tar.gz: d391f5b0477836a52185bfbfad39bdad30abdf433561d5ef5eb6d04609b0a534
3
+ metadata.gz: 92b374ee3e278b12759d26c62e85d81023788306f4639ca919aa78906149c616
4
+ data.tar.gz: 043a1c9e5369836d7c55a008e2feda0ebdd24885be8bd80bc7eb8713b67d90cc
5
5
  SHA512:
6
- metadata.gz: 694344ce14992293bcabe295c17cb2935173cd8fa02e933300e305476c8b20b58d89750f7d1d791dfd327b5d3e27be7f80616de64a3526b25e011fba56438c8f
7
- data.tar.gz: 0f33a89d17eb597d176b9d411b385242492676d49eedb84002c6015acd8d276b98597a56fbaae895da42b5826f4ed3fdfc5fe910c4b341bb5b8b075a860f3eba
6
+ metadata.gz: 179787fb1008d36a701db731f7273acf0993a0ce7d1c2f36c92dc35dba6928264e5bcce59336bdf5de2db62e69aa05603c1b4ceaadcb0b1b7b38f287836ee566
7
+ data.tar.gz: 9fb8d8a62f6530e15a0205ef068f2fd90f5d6992b8e90010b7305f9ad34a506c74d883204207b24bb684f3636049171825cac4832a4448455ecef924f656a182
@@ -13,7 +13,7 @@ module Asciidoctor
13
13
  #
14
14
  class Converter < Standoc::Converter
15
15
  XML_ROOT_TAG = "itu-standard".freeze
16
- XML_NAMESPACE = "https://www.metanorma.com/ns/itu".freeze
16
+ XML_NAMESPACE = "https://www.metanorma.org/ns/itu".freeze
17
17
 
18
18
  register_for "itu"
19
19
 
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <grammar ns="https://www.metanorma.com/ns/itu" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
2
+ <grammar ns="https://www.metanorma.org/ns/itu" 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
@@ -43,8 +43,6 @@ module IsoDoc
43
43
  end
44
44
 
45
45
  def docid(isoxml, _out)
46
- dn = isoxml.at(ns("//bibdata/docnumber"))
47
- set(:docnumber, dn&.text)
48
46
  dn = isoxml.at(ns("//bibdata/docidentifier"))
49
47
  set(:docidentifier, dn&.text)
50
48
  dn = isoxml.at(ns("//bibdata/ext/structuredidentifier/annexid"))
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module ITU
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-itu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
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: htmlentities