relaton-calconnect 1.9.1 → 1.9.2

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: 276dc8eec3c63bb0992e5986afcf1c45264e4541c5f008697c51f758be583d94
4
- data.tar.gz: 50512e178a70c19233a71a7ecfd081efa23128227e4ec9de73d4d270a8c1a1aa
3
+ metadata.gz: cb3c405e19f0b35bbfca89d6677822a904a7c7d7409004270b1a3ad16b65ae9a
4
+ data.tar.gz: 58a1f24257546c36207f3fc156961106855905b73a616557d37ef6f5fd55dcfe
5
5
  SHA512:
6
- metadata.gz: 3786fc11fc5a004f691d3f5994bd4289ab7f71116cfb0de5f5e3d2477a6460a7b3b4a7073b91bdd9b736f046bad68e824fa22cb983727589a89899d168419615
7
- data.tar.gz: a0032955308db628a798ee1f9a45616e49e82799031ee205de6b73298a768fee8ef175835330567ef5709c8a2ba5d853ca0d10c865fdc793baf966c472bb158c
6
+ metadata.gz: 836919c5db115320a08c4586e64c5b9ac8b1388e2d419206a705a943f17e97f764e64a16b322f2c833d3d00a49587eb7c66d785f7017be323fe2c5df891c5653
7
+ data.tar.gz: cf0cfa2d6a7ad1bde943f42a3ed87d46fe51243cbdfd6e29e1164bbb3fe6bf24a0022cccf79e8c1ac01c43c1ee423ec04b3374f5413cf84c3be8519b58e4b623
@@ -66,7 +66,7 @@ module RelatonCalconnect
66
66
 
67
67
  def write_doc(docid, bib)
68
68
  content = @format == "xml" ? bib.to_xml(bibdata: true) : bib.to_hash.to_yaml
69
- file = File.join @output, "#{docid.downcase.gsub(%r{[/\s:]}, '_')}.#{@format}"
69
+ file = File.join @output, "#{docid.upcase.gsub(%r{[/\s:]}, '_')}.#{@format}"
70
70
  # if File.exist? file
71
71
  # warn "#{file} exist"
72
72
  # else
@@ -1,3 +1,3 @@
1
1
  module RelatonCalconnect
2
- VERSION = "1.9.1".freeze
2
+ VERSION = "1.9.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-calconnect
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.