relaton-bib 1.10.4 → 1.10.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/relaton_bib/bibxml_parser.rb +1 -1
- data/lib/relaton_bib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2efc0e0cc08165c731fb86e3acf37cac8fe9ba04a9091a9b4c4a9ce72880c4f6
|
4
|
+
data.tar.gz: 444c0a7f14d29de5ff0a8f3eccf505541c76cf1b58a90bad535a94eddd1c7559
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef7abaff244792b34a5d297e65b21c6643952036f07260f17b4062088b1b525319bd7478116586d2defac9342538f70b11e173c0a2687e9e7788322f117d1dd0
|
7
|
+
data.tar.gz: f3e0359988479748395fde6325f0e7ff55226000906e6ff0e3541404b9fc16fc615522fe265a6754e52f4c0ca06d78774b11912d3f75a2d58cb1fdc8ac03fa05
|
@@ -113,7 +113,7 @@ module RelatonBib
|
|
113
113
|
pid.sub!(/(?<=-)\d{2}$/, ver) if ver
|
114
114
|
type = "Internet-Draft"
|
115
115
|
else
|
116
|
-
pid = pref ? "#{pref} #{num}" :
|
116
|
+
pid = pref ? "#{pref} #{num}" : id
|
117
117
|
type = pubid_type id
|
118
118
|
end
|
119
119
|
DocumentIdentifier.new(type: type, id: pid, primary: true)
|
data/lib/relaton_bib/version.rb
CHANGED