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: b5a2323d6f65c07fdc53ba8469a591ede3bc401fad25581ac46a4ba55eb9e356
4
- data.tar.gz: f16e167ae67bd8a3609371e84ddb0f3ec58122c6ecbe87afdf2a54b94da42314
3
+ metadata.gz: c71eddd571ec418180e331f1e1070679e2065400178c40a8a5c0aec25d846537
4
+ data.tar.gz: da7fabc685eed3f50ecdf481ac99380a0892f15d0a9e271d927a72ddc2397643
5
5
  SHA512:
6
- metadata.gz: bf7bbb131f00a56219b4c8bfa144764a82a845926655171e0dcd529b3683f2681b82125b8781bae133f7e3a6a3bba212c41ff8a18a362da6a765c491f3ce2f4a
7
- data.tar.gz: 9c2cba6395563fa0b929442aeb46236d422ac4e46ac0574ed1e49d7c84276b26ba915a6bd4c04cf2e935e8771f531a7c6dba846acd6bafbd2055d3a379ece7fe
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 unless Dir.exist? 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
@@ -1,3 +1,3 @@
1
1
  module RelatonCalconnect
2
- VERSION = "1.12.0".freeze
2
+ VERSION = "1.12.1".freeze
3
3
  end
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.0
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-06-25 00:00:00.000000000 Z
11
+ date: 2022-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: equivalent-xml