metanorma-standoc 1.11.0 → 1.11.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/standoc/ref_sect.rb +2 -1
- data/lib/metanorma/standoc/version.rb +1 -1
- data/spec/asciidoctor/refs_spec.rb +8 -4
- 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: 7cb09afdb6668a003d8ef2b58d6260631b7b8e068d3ca16baeee26535c8186d0
|
4
|
+
data.tar.gz: 76b254bc985ef940d8224c85202f001cd8660a681386b8b1e774bde626314ff5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 893626c5998b7853394c39a0e4249f1a11346d0beb5cc00a9f76edc8ce129cf591ba6819ed6974b34a115f89b82c64b8acccf3c2dfcd71dcb20226c90653e62a
|
7
|
+
data.tar.gz: c10c585b0274e9be19b848c9dcc175a1ef9325ee0dc875bc1b1aafb057c3fcea1c235488c986093980bc5ce6710d293c053a68d3954aae40365def0071d244e6
|
@@ -31,9 +31,10 @@ module Asciidoctor
|
|
31
31
|
biblio = @biblio
|
32
32
|
@biblio = false
|
33
33
|
@norm_ref = false
|
34
|
-
clause_parse(attrs, xml, node)
|
34
|
+
ret = clause_parse(attrs, xml, node)
|
35
35
|
@biblio = biblio
|
36
36
|
@norm_ref = norm_ref
|
37
|
+
ret
|
37
38
|
end
|
38
39
|
|
39
40
|
def norm_ref_parse(attrs, xml, node)
|
@@ -1028,7 +1028,8 @@ RSpec.describe Asciidoctor::Standoc do
|
|
1028
1028
|
</contributor>
|
1029
1029
|
<language>en</language>
|
1030
1030
|
<script>Latn</script>
|
1031
|
-
<abstract format='text/
|
1031
|
+
<abstract format='text/html' language='en' script='Latn'>
|
1032
|
+
<p id='_'>
|
1032
1033
|
The standardization of network configuration interfaces for use with
|
1033
1034
|
the Network Configuration Protocol (NETCONF) or the RESTCONF protocol
|
1034
1035
|
requires a structured and secure operating environment that promotes
|
@@ -1036,7 +1037,8 @@ RSpec.describe Asciidoctor::Standoc do
|
|
1036
1037
|
standard mechanisms to restrict NETCONF or RESTCONF protocol access
|
1037
1038
|
for particular users to a preconfigured subset of all available
|
1038
1039
|
NETCONF or RESTCONF protocol operations and content. This document
|
1039
|
-
defines such an access control model
|
1040
|
+
defines such an access control model.</p>
|
1041
|
+
<p id='_'>This document obsoletes RFC 6536.</p>
|
1040
1042
|
</abstract>
|
1041
1043
|
<series type='main'>
|
1042
1044
|
<title format='text/plain' language='en' script='Latn'>STD</title>
|
@@ -1088,7 +1090,8 @@ RSpec.describe Asciidoctor::Standoc do
|
|
1088
1090
|
</contributor>
|
1089
1091
|
<language>en</language>
|
1090
1092
|
<script>Latn</script>
|
1091
|
-
<abstract format='text/
|
1093
|
+
<abstract format='text/html' language='en' script='Latn'>
|
1094
|
+
<p id='_'>
|
1092
1095
|
The standardization of network configuration interfaces for use with
|
1093
1096
|
the Network Configuration Protocol (NETCONF) or the RESTCONF protocol
|
1094
1097
|
requires a structured and secure operating environment that promotes
|
@@ -1096,7 +1099,8 @@ RSpec.describe Asciidoctor::Standoc do
|
|
1096
1099
|
standard mechanisms to restrict NETCONF or RESTCONF protocol access
|
1097
1100
|
for particular users to a preconfigured subset of all available
|
1098
1101
|
NETCONF or RESTCONF protocol operations and content. This document
|
1099
|
-
defines such an access control model
|
1102
|
+
defines such an access control model.</p>
|
1103
|
+
<p id='_'>This document obsoletes RFC 6536.</p>
|
1100
1104
|
</abstract>
|
1101
1105
|
<series type='main'>
|
1102
1106
|
<title format='text/plain' language='en' script='Latn'>STD</title>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-standoc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.0
|
4
|
+
version: 1.11.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|