sdr-client 0.12.0 → 0.13.0

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: da8833861db66f174c8be37bcdeac6ae21d55ae7eccc8c82d92a741a2950dbd3
4
- data.tar.gz: d90a46cb7a0f82f0809c0dfb56717108c86b6dde2ab631ba6301a33054078636
3
+ metadata.gz: 3cda7769a7e2617e856647d081a750e4d4a4d4dca15a2327d1013eb4acd102fd
4
+ data.tar.gz: b9489d76c60ef769f904424d3756f19461b10207845f7cdfb7f0f9fd1fc1b909
5
5
  SHA512:
6
- metadata.gz: ac2413e98d00015668123809d2a4a5a912caecfe9f841cae1be63f708757dc7af54dfe15680b658c7832140d87a96da20c66ecae2982f6a4fad348b1cdb24c05
7
- data.tar.gz: f730e48203102415570b8915a2e6866dcc483b8ebd265e4f3f6d466b38b8542d0e14cbf1540fb5ad0ca505ff3790f9bda804994a82064acee2f036e5981f9132
6
+ metadata.gz: 557b8bd5c9926b5f7181e694354d01e65a451c972a29823b2dc645e27030de38751af5ecbfe64d53de0e30a01fb785780fcffed6b00ffdcb5f1075cb6c709e5e
7
+ data.tar.gz: 27d6322a3d73923a631410556d1f49d58a1638ba7df5995ccf68f4fc17c00b331ada8162922db7736063802716396253d8a24c343a635d2df9f5b19137e1f7f5
@@ -84,7 +84,7 @@ module SdrClient
84
84
 
85
85
  def identification
86
86
  { sourceId: source_id }.tap do |json|
87
- json[:catkey] = catkey if catkey
87
+ json[:catalogLinks] = [{ catalog: 'symphony', catalogRecordId: catkey }] if catkey
88
88
  end
89
89
  end
90
90
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '0.12.0'
4
+ VERSION = '0.13.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdr-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne