metanorma-iso 1.9.0 → 1.9.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/sts_convert.rb +1 -1
- data/lib/metanorma/iso/version.rb +1 -1
- data/spec/isodoc/section_spec.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ad1b23ba99cb087c9e257a7bb0bd4d0245bfdc2a2d00c881cc700db7e5c8c42
|
4
|
+
data.tar.gz: bc6b4e4d61c32fe3b01cb64a8d0cefc33410814dfa740e140e74a1b2ad4f686f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84dc22c62dc17b3d93b1ec601de1b6662762be8963b830ebe305171d1955e3c0cab44e459ad65600752d8de2d97d6caa003e88daed3e6175527fd8feb4f5ea6a
|
7
|
+
data.tar.gz: 7ee4889948da20e6db0a534396dd4946cf890b87c67e1cec8a7c2a0eaa4cf85d0d72443fe2535e8b93223c2a66dcadaf42402a8ad786f90bcded7cc9d2a7a1dc
|
data/spec/isodoc/section_spec.rb
CHANGED
@@ -542,7 +542,7 @@ RSpec.describe IsoDoc do
|
|
542
542
|
</iso-standard>
|
543
543
|
INPUT
|
544
544
|
presxml = <<~OUTPUT
|
545
|
-
<iso-standard xmlns='https://www.metanorma.org/ns/iso' type='presentation' version=
|
545
|
+
<iso-standard xmlns='https://www.metanorma.org/ns/iso' type='presentation' version="#{Metanorma::ISO::VERSION}">
|
546
546
|
<bibdata type='standard'>
|
547
547
|
<contributor>
|
548
548
|
<role type='author'/>
|