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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c272a7b64955264d820737284d46d47a03d7baaf56d0a365396a5a2cb5455ac
4
- data.tar.gz: b04e30dd2633c21853ff81aaa14ddff65ddca564e4878a1914507ba7f4d43294
3
+ metadata.gz: 7cb09afdb6668a003d8ef2b58d6260631b7b8e068d3ca16baeee26535c8186d0
4
+ data.tar.gz: 76b254bc985ef940d8224c85202f001cd8660a681386b8b1e774bde626314ff5
5
5
  SHA512:
6
- metadata.gz: 00117f839c229ac456a92d59ea8d7d17fbdb2dc680098126fc77c67696ae1c84cd70e3785a3b9e15c055588678a8d4a27fa1d2069431b38fa83c25fe20885d1d
7
- data.tar.gz: 78bf3e8ef72cc04f40c3a98cfbf29e14176f04ff1cbade1f299c9a3c284e303d481574f7f1b07ba7fa8cd769a32f6d05b745f550c43ea648c0d354ef3ae8d5ad
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)
@@ -19,6 +19,6 @@ module Metanorma
19
19
  end
20
20
 
21
21
  module Standoc
22
- VERSION = "1.11.0".freeze
22
+ VERSION = "1.11.0.1".freeze
23
23
  end
24
24
  end
@@ -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/plain' language='en' script='Latn'>
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.This document obsoletes RFC 6536.
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/plain' language='en' script='Latn'>
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.This document obsoletes RFC 6536.
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-25 00:00:00.000000000 Z
11
+ date: 2021-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor