metanorma-utils 1.11.4 → 1.11.5
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/utils/version.rb +1 -1
- data/lib/utils/xml.rb +3 -3
- 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: 6815b31c40b2fcb4ac575113eaec4dea31df66b4f4156278e156f8e4b4f1e47a
|
4
|
+
data.tar.gz: f738b222e61a11a5674ce236836d5c6ac8c89fc29e33d7814f329b48d4253608
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65b798b14937fa7cba3a13feaf9cf575481f1b037e43ea5b7666b287f7056a948310ac8088ab2e681664fd04febf377d04875e3ce74fa22aeb15f13906408fc5
|
7
|
+
data.tar.gz: 439befa271425cf0dc9fce0fb0defd6e50b4cd05a1f4a15d7165726f7733fe494d492f7ef965a416c67244052d49ac5a42f98e0bae157516aeb01974964f1f49
|
data/lib/utils/version.rb
CHANGED
data/lib/utils/xml.rb
CHANGED
@@ -220,9 +220,9 @@ module Metanorma
|
|
220
220
|
ret1 = [%w(fn target), %w(semx source), %w(fmt-title source),
|
221
221
|
%w(fmt-xref to), %w(fmt-xref target), %w(fmt-eref bibitemid),
|
222
222
|
%w(fmt-xref-label container), %w(fmt-fn-body target),
|
223
|
-
%w(fmt-
|
224
|
-
%w(fmt-
|
225
|
-
%w(fmt-
|
223
|
+
%w(fmt-annotation-start source), %w(fmt-annotation-start end),
|
224
|
+
%w(fmt-annotation-start target), %w(fmt-annotation-end source),
|
225
|
+
%w(fmt-annotation-end start), %w(fmt-annotation-end target)]
|
226
226
|
presxml ? ret + ret1 : ret
|
227
227
|
end
|
228
228
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|