metanorma-utils 1.11.6 → 1.11.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9385f63b399977eedf8892504cd07689c75b850922fefee1125469963aa59589
4
- data.tar.gz: 857f73c269aefe0f694cddb2fdee7af5760e9d1f2ac8c0c2c769ffeca0280311
3
+ metadata.gz: aad2ada58dc0997b429f6bf703c4e1495b6a2e036477ceb757048ec38995b32c
4
+ data.tar.gz: 32c86b68d932fa0dba31c0fc41931632b2a3b8cc0e964c5f6b95e7b8d3e3cd27
5
5
  SHA512:
6
- metadata.gz: 5278b1a966446d36e12fdead9ba9187795bd4cb65f1ba20e180be9fc79f156a32449ce9e5c0a2fb83f567d07081b432f3f7ad9a0d196d9e3f533d50ffe8e0cad
7
- data.tar.gz: 2e4cd411aad3cd79e0ce04f17ef1ebe7112ac24d4fa9db13b41a8f41d5686f6f2dee89064d56b92945a38a469d04860c5a1bac7d2c1cfbee0c93458342fbd011
6
+ metadata.gz: be9ad9ecf0e96cb3999c53fbf205bfa624c4f1ce6bd2ad0ae1e90b0c8541d5f81a24db8b702471a778464dac86fdd6f299a739c04fd8de56aa6ff478717507cc
7
+ data.tar.gz: 056d8756d3fe2788550e795693a621dfca4a716280f62aa2d74530628a40cd3c3071b24a7105528285411afdfbd9ed9444e3cf00c190c02352e6595fa8bd554f
data/lib/utils/anchor.rb CHANGED
@@ -117,13 +117,14 @@ module Metanorma
117
117
 
118
118
  # all element/attribute pairs that are ID anchors in Metanorma
119
119
  def anchor_attributes(presxml: false)
120
- ret = [%w(review from), %w(review to), %w(callout target), %w(xref to),
121
- %w(eref bibitemid), %w(citation bibitemid), %w(xref target),
122
- %w(label for), %w(location target), %w(index to),
123
- %w(termsource bibitemid), %w(admonition target)]
120
+ ret = [%w(annotation from), %w(annotation to), %w(callout target),
121
+ %w(xref to), %w(eref bibitemid), %w(citation bibitemid),
122
+ %w(xref target), %w(label for), %w(location target),
123
+ %w(index to), %w(termsource bibitemid), %w(admonition target)]
124
124
  ret1 = [%w(fn target), %w(semx source), %w(fmt-title source),
125
125
  %w(fmt-xref to), %w(fmt-xref target), %w(fmt-eref bibitemid),
126
126
  %w(fmt-xref-label container), %w(fmt-fn-body target),
127
+ %w(fmt-annotation-body from), %w(fmt-annotation-body to),
127
128
  %w(fmt-annotation-start source), %w(fmt-annotation-start end),
128
129
  %w(fmt-annotation-start target), %w(fmt-annotation-end source),
129
130
  %w(fmt-annotation-end start), %w(fmt-annotation-end target)]
data/lib/utils/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Utils
3
- VERSION = "1.11.6".freeze
3
+ VERSION = "1.11.7".freeze
4
4
  end
5
5
  end
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.6
4
+ version: 1.11.7
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-07-14 00:00:00.000000000 Z
11
+ date: 2025-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor