metanorma-csd 1.3.12 → 1.3.13

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: '063966bb9e38798ebbd456247f1d7874eb12d187d603dde16ee710767c663786'
4
- data.tar.gz: b2f49666df9ef4f5892ea7b88d23b94dff8312e01884bdc45b634e96ef2f0eda
3
+ metadata.gz: 6be317e7997d448e8cf4f5a2e4f349b7be09a315f67b6a383caa8a700cc8dd82
4
+ data.tar.gz: '009050259a3e127ed50a6df87c4e034634fb9e4ebd95ae3efd5f9c42cbf7c5cd'
5
5
  SHA512:
6
- metadata.gz: cbbb399a89d5694514a418193bba108910859a75406c8a68aa6db0e22bcf0f773f30d7053ad3f5c233680b1aa79976d0fdb64cfd7f1479de210b355d55a2575b
7
- data.tar.gz: 6b1fc04a9c8d19b57fa34cb2ee829f6136abbe67b38bd31b8a7e6b62407127bf093985f5b57d14e4cdaee90cf9459754ba5fc535d67b6e9770c2c563d68a0b61
6
+ metadata.gz: c6a4b3736163f573fd6dbad86991f39843eaa168e14e2f7bb7b000d84f9e844103805d68eb9c05ce66509305096e243bd20b877f201db02d9f34c02308963bbb
7
+ data.tar.gz: 79bbb61b8fcbba727ab5b6e4433f51623e16d26709050d531802a496917358aa01e525e58f493de7297b833ab0882c8ed0b4f4dd789b396330356475844d3e5b
@@ -15,7 +15,7 @@ module Asciidoctor
15
15
  # schema encapsulation of the document for validation
16
16
  class Converter < Standoc::Converter
17
17
  XML_ROOT_TAG = "csd-standard".freeze
18
- XML_NAMESPACE = "https://www.metanorma.com/ns/csd".freeze
18
+ XML_NAMESPACE = "https://www.metanorma.org/ns/csd".freeze
19
19
 
20
20
  register_for "csd"
21
21
 
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <grammar ns="https://www.metanorma.com/ns/csd" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
2
+ <grammar ns="https://www.metanorma.org/ns/csd" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
3
3
  <!--
4
4
  default namespace = "http://riboseinc.com/csd"
5
5
  Currently we inherit from a namespaced grammar, isostandard. Until we inherit from isodoc,
@@ -50,7 +50,7 @@ module IsoDoc
50
50
  end
51
51
  end
52
52
 
53
- def status_abbr(status)
53
+ def stage_abbr(status)
54
54
  ::Metanorma::Csd::DOCSTATUS[status] || ""
55
55
  end
56
56
 
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Csd
3
- VERSION = "1.3.12"
3
+ VERSION = "1.3.13"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-csd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.12
4
+ version: 1.3.13
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