relaton-ietf 1.9.1 → 1.9.2
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/scrapper.rb +5 -4
- data/lib/relaton_ietf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e16b219a2bc4343e1f47d35629131477d8dd88199fc012b252d2404277b6a2b2
|
4
|
+
data.tar.gz: ec0c784f65452bd35f9d9a43176654e3a1da583fdd028e001cb594707a0252c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3f427e275c57c2de8d6c6fb4d27fb330c0674facb4b02e2eab172228aa758f27343485dba4306efa68b5fd72c799cce6e3de33d79d5183de524f8cd4ec4ea69
|
7
|
+
data.tar.gz: 926b1b544cbad65a57561f0566f644795c0d31b2173aadcbe054d4e305e8028796fe01a31a1ca3deae5aac0e1db7f6f1fa057c8113ad6f827c2e8d1b7a04db53
|
@@ -174,9 +174,10 @@ module RelatonIetf
|
|
174
174
|
|
175
175
|
# @param reference [Nokogiri::XML::Element]
|
176
176
|
# @return [Array<Hash>]
|
177
|
-
|
178
|
-
|
179
|
-
|
177
|
+
def contributors(reference)
|
178
|
+
[{ entity: new_org("Internet Engineering Task Force", "IETF"), role: [type: "publisher"] }] + super
|
179
|
+
# persons(reference) + organizations(reference)
|
180
|
+
end
|
180
181
|
|
181
182
|
# @param reference [Nokogiri::XML::Element]
|
182
183
|
# @return [Array<Hash{Symbol=>RelatonBib::Person,Symbol=>Array<String>}>]
|
@@ -185,7 +186,7 @@ module RelatonIetf
|
|
185
186
|
# .map do |author|
|
186
187
|
# entity = RelatonBib::Person.new(
|
187
188
|
# name: full_name(author, reference),
|
188
|
-
# affiliation:
|
189
|
+
# affiliation: affiliation(author),
|
189
190
|
# contact: contacts(author.at("./address")),
|
190
191
|
# )
|
191
192
|
# { entity: entity, role: [contributor_role(author)] }
|
data/lib/relaton_ietf/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relaton-ietf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: equivalent-xml
|