metanorma-bipm 2.1.2 → 2.1.5

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: 499a7b37d41efc53a0084f1f2beea40ff9ac3b4afad9b50990644f0bc202e959
4
- data.tar.gz: '0875b48b37ae60347a5020eddcc2c365a6e436613ea84e2bfafc3471421777a9'
3
+ metadata.gz: 1d58d308305181236d5e44fc31d189b9d91b50acd3290652961403a295351a0d
4
+ data.tar.gz: 20588c989392592de3612ba0aee52eca2e25fe18461dcdb9eea73f709a5feb13
5
5
  SHA512:
6
- metadata.gz: '0862323d8da5038aceacbfb44c38f841f250299920e3bcf110229b66648502199d96dd55b84a989d255198452475edf3a9875b574358ab62b107a470e17ef685'
7
- data.tar.gz: 400468f75de5dc42714cf54570975073a49f454ed6c6c80989a330d408d7a700bda1248bbfac7d5dcbb7e769805a7365ee77632f5e8b77712c8719b822aa2a29
6
+ metadata.gz: 8de0d059a658d6acd672c0066ff82953a3e861b1d2cfd95023113d2dd6d47d7c27230dd471115791feb2469aec73a48ca4d050faf232082a6d901ef83f3a0dd9
7
+ data.tar.gz: 8ecb8ace8463cced956f515a1a4490036741a6c28696b2eedd0969dc696fa3ea0db84ce7550d69a2b00490794f35a270a2aceeb92e5b3056f89c6cba270fdfb0
@@ -33,12 +33,6 @@ module IsoDoc
33
33
  end
34
34
  end
35
35
 
36
- def omit_docid_prefix(prefix)
37
- return true if %w(BIPM).include? prefix
38
-
39
- super
40
- end
41
-
42
36
  def render_identifier(ident)
43
37
  ret = super
44
38
  ret[:sdo] = ret[:sdo]&.sub(/^(BIPM) (PV|CR) (\d.*)$/,
@@ -49,7 +43,7 @@ module IsoDoc
49
43
  def implicit_reference(bib)
50
44
  b = bib.at(ns("./docidentifier[@primary = 'true'][@type = 'BIPM']"))
51
45
  return true if /^(CGPM|CIPM|CCDS|CCTF)\s
52
- (Resolution|Recommendation|Declaration|Decision|Recommendation)/x
46
+ (Resolution|Recommendation|Declaration|Decision|Recommendation|Meeting)/x
53
47
  .match?(b&.text)
54
48
 
55
49
  super