metanorma-iso 3.3.2 → 3.3.3

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.
@@ -59,7 +59,7 @@ module Metanorma
59
59
  def sort_biblio_key(bib)
60
60
  pubclass = pub_class(bib)
61
61
  num = bib.at("./docnumber")&.text
62
- id = bib.at("./docidentifier[@primary]") ||
62
+ id = bib.at("./docidentifier[@primary = 'true']") ||
63
63
  bib.at("./docidentifier[not(#{@conv.skip_docid} or @type = 'metanorma')]")
64
64
  metaid = bib.at("./docidentifier[@type = 'metanorma']")&.text
65
65
  abbrid = metaid unless /^\[\d+\]$/.match?(metaid)
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Iso
3
- VERSION = "3.3.2".freeze
3
+ VERSION = "3.3.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-iso
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2
4
+ version: 3.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-16 00:00:00.000000000 Z
11
+ date: 2026-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-standoc
@@ -321,7 +321,6 @@ files:
321
321
  - lib/isodoc/iso/html/html_iso_titlepage.html
322
322
  - lib/isodoc/iso/html/htmlstyle.css
323
323
  - lib/isodoc/iso/html/htmlstyle.scss
324
- - lib/isodoc/iso/html/isodoc-dis.css
325
324
  - lib/isodoc/iso/html/isodoc-dis.scss
326
325
  - lib/isodoc/iso/html/isodoc.css
327
326
  - lib/isodoc/iso/html/isodoc.scss
@@ -334,9 +333,7 @@ files:
334
333
  - lib/isodoc/iso/html/word_iso_titlepage-dis.html
335
334
  - lib/isodoc/iso/html/word_iso_titlepage-prf.html
336
335
  - lib/isodoc/iso/html/word_iso_titlepage.html
337
- - lib/isodoc/iso/html/wordstyle-dis.css
338
336
  - lib/isodoc/iso/html/wordstyle-dis.scss
339
- - lib/isodoc/iso/html/wordstyle.css
340
337
  - lib/isodoc/iso/html/wordstyle.scss
341
338
  - lib/isodoc/iso/html_convert.rb
342
339
  - lib/isodoc/iso/i18n-de.yaml