relaton-calconnect 1.12.0 → 1.12.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c71eddd571ec418180e331f1e1070679e2065400178c40a8a5c0aec25d846537
|
|
4
|
+
data.tar.gz: da7fabc685eed3f50ecdf481ac99380a0892f15d0a9e271d927a72ddc2397643
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cf5660d7c13feaaa7a0d9a4d5b5bc46051a8f42e61d9e62dea45e0da964ff14cd7cba69de89f9711b2ced3de984969a82934251edb9fee554c2a79e2e474879
|
|
7
|
+
data.tar.gz: 8f12e07949cb161c3224503861e0e0b13ef747505d01c10745c2361e3f2fa2dd0af72c5c71f7ee7600b5337a57d7bba6edb510ae17966aa5629bc0c64da945d0
|
|
@@ -21,7 +21,7 @@ module RelatonCalconnect
|
|
|
21
21
|
def self.fetch(output: "data", format: "yaml")
|
|
22
22
|
t1 = Time.now
|
|
23
23
|
puts "Started at: #{t1}"
|
|
24
|
-
FileUtils.mkdir_p output
|
|
24
|
+
FileUtils.mkdir_p output
|
|
25
25
|
new(output, format).fetch
|
|
26
26
|
t2 = Time.now
|
|
27
27
|
puts "Stopped at: #{t2}"
|
|
@@ -5,7 +5,7 @@ module RelatonCalconnect
|
|
|
5
5
|
def editorialgroup_hash_to_bib(ret)
|
|
6
6
|
return unless ret[:editorialgroup]
|
|
7
7
|
|
|
8
|
-
technical_committee = array(ret[:editorialgroup]).map do |wg|
|
|
8
|
+
technical_committee = RelatonBib.array(ret[:editorialgroup]).map do |wg|
|
|
9
9
|
TechnicalCommittee.new RelatonBib::WorkGroup.new(**wg)
|
|
10
10
|
end
|
|
11
11
|
ret[:editorialgroup] = RelatonBib::EditorialGroup.new technical_committee
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: relaton-calconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.12.
|
|
4
|
+
version: 1.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: equivalent-xml
|