relaton-ietf 1.9.7 → 1.9.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/relaton_ietf/rfc_index_entry.rb +5 -5
- data/lib/relaton_ietf/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: 9c56a40e6b16ec11c29b7b10ade3c09b071f4eddc84402d8d22909af910af8fa
|
4
|
+
data.tar.gz: 619f416b504b40dc9515cc2ca05c2bd3abffc2fc800eb473adfd2366bb63e068
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27fe700492c5e5d7b4f437a281912c2719cc18ec9656c85db6289a978847043f5e52ba011d2e1801304744166ce9091ba24ce5ec00005d5edde09d4d10a0cd8c
|
7
|
+
data.tar.gz: 94919d5a441b27673e10315d5f5cd8670515de252b0e925fb431d9698bfd8e5a40e719684ad61019e93471eb0add922743a6abd98abafd2402b18de764ca09a5
|
@@ -54,14 +54,14 @@ module RelatonIetf
|
|
54
54
|
|
55
55
|
def parse_docid
|
56
56
|
[
|
57
|
-
RelatonBib::DocumentIdentifier.new(type: "IETF", id:
|
58
|
-
RelatonBib::DocumentIdentifier.new(type: "rfc-anchor", id: anchor),
|
57
|
+
RelatonBib::DocumentIdentifier.new(type: "IETF", scope: "rfc-anchor", id: anchor),
|
58
|
+
# RelatonBib::DocumentIdentifier.new(type: "rfc-anchor", id: anchor),
|
59
59
|
]
|
60
60
|
end
|
61
61
|
|
62
|
-
def pub_id
|
63
|
-
|
64
|
-
end
|
62
|
+
# def pub_id
|
63
|
+
# "IETF #{@name.upcase} #{@shortnum}"
|
64
|
+
# end
|
65
65
|
|
66
66
|
def anchor
|
67
67
|
"#{@name.upcase}#{@shortnum}"
|
data/lib/relaton_ietf/version.rb
CHANGED