isodoc 1.0.21 → 1.0.22

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: 6ced8fa4ff249bf78fce24da52269e4745261f432e59c7a18fddfaf4ecc01d8f
4
- data.tar.gz: 39f693b7397daa3ad71af07fa7133ec086aab0f39a2e090e79537be6091736d7
3
+ metadata.gz: 889ed14c0177867afde418d7d947a4f5963dc533c3c61c0b2d4bd320a1bb02a3
4
+ data.tar.gz: 8f9a41c95de57470b68cba90e890d8753c49a36ea7f33658a72877177b5a8aa2
5
5
  SHA512:
6
- metadata.gz: 9d2086e3ca34a2478c59550edb4a76371e4e8fa46c92fc5b988c35ff8efc25ddffa2674861eed07bcea3f7bbe352bf2cdeee69ff1a5b67d50bdd76291d3c2fda
7
- data.tar.gz: e0228c717670ed147bdaa4f0300274d51d127c28029b7c004961e258567ec293eb145accf70993fde00cc21ab6c67bffc70d140eb987309c99545061f7b43b37
6
+ metadata.gz: aee9f7048977dabef0312c23c94e7d41b242e7623f7ec5daa252db232250ff9bd150e7d4750ac0000aa8463f79a8a716910b0e7a6929a3949353bbfe268b7327
7
+ data.tar.gz: 0be841a473792658efd1221ee01a9011e1744cbe3e9fd4e2d0657ac057f41c057aba67f52d0f712326af915b5df802fc2d352338255fd688b31c1867d6ffac36
@@ -133,6 +133,7 @@ module IsoDoc::Function
133
133
  i = 0
134
134
  f.children.each do |b|
135
135
  if b.name == "bibitem"
136
+ next if implicit_reference(b)
136
137
  i += 1
137
138
  (is_standard(b)) ? std_bibitem_entry(div, b, i, biblio) :
138
139
  nonstd_bibitem(div, b, i, biblio)
@@ -1,3 +1,3 @@
1
1
  module IsoDoc
2
- VERSION = "1.0.21".freeze
2
+ VERSION = "1.0.22".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isodoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.