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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ed659b3ac3a91f53fa5872cb839be97adeba30e6eba56f211f140e55b5836d8
4
- data.tar.gz: 8b1c58e40158c126f11ab25c92ca99230a3e00064b8d0fb20ad250c51c01e7b8
3
+ metadata.gz: e16b219a2bc4343e1f47d35629131477d8dd88199fc012b252d2404277b6a2b2
4
+ data.tar.gz: ec0c784f65452bd35f9d9a43176654e3a1da583fdd028e001cb594707a0252c7
5
5
  SHA512:
6
- metadata.gz: 163f11e5a49d8dd44d6592c1741281b8756f505ac49feb59d3a508ec2ad7340498db0a5d71a1ccfbbc8c4de385ee967388119238f0c4f94641a839623fe19c65
7
- data.tar.gz: 0a86ac885aca2d200e5d64cdee74e0b4b5e6d42f77a5e9fb60c233e77e19c176137ebc8220a7397e56e6564edcd58c09933553810a4265597fbc7e64c02a173b
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
- # def contributors(reference)
178
- # persons(reference) + organizations(reference)
179
- # end
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: [affiliation(author)],
189
+ # affiliation: affiliation(author),
189
190
  # contact: contacts(author.at("./address")),
190
191
  # )
191
192
  # { entity: entity, role: [contributor_role(author)] }
@@ -1,3 +1,3 @@
1
1
  module RelatonIetf
2
- VERSION = "1.9.1".freeze
2
+ VERSION = "1.9.2".freeze
3
3
  end
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.1
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-14 00:00:00.000000000 Z
11
+ date: 2021-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: equivalent-xml