sdr-client 2.3.0 → 2.3.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: 9edf8a870dbd3281f32ceda6dce7b3b7d5292f3000fd942bfef8844d9b356063
4
- data.tar.gz: af6bee9ada0b40cc231dfe304656db6a85aa34d9d3f2af2919a77d3e26e74ef7
3
+ metadata.gz: 797ccc774c2d310146d945ce3dc5a58d2e2767a40608308cda938df7931bcdf7
4
+ data.tar.gz: b668cc544d1b0c593d2458b47658c768eafdf94bf0ea361be02b6f67c5af4b44
5
5
  SHA512:
6
- metadata.gz: 0da95b6a4aabec8d4bfed01d0551ce866121e8137c7e42961f14f7399a0c52d72e1d2f494ffdd6ae1f5e45a8f06a212d71c29f40282ecccfefc2b04077334e80
7
- data.tar.gz: ccec139fe838e75e12a86251b5b5b3f9a626873e3d8fee361b17fed30390ef0ba37e116edbaec08a8bdb1e5645fea63d7f53b8688af83704eb873e0931daee9e
6
+ metadata.gz: b7e999d795ed744dd7b2d51774718c9840a9ffa56430fe0947b53a7cabffa83ff611164af19576bf3c8b68331edcb25cd2a6063ac7bc8ce16acaaa3a58d184d5
7
+ data.tar.gz: f010f0624f37c1208d782ead081ea55610b9edbeffdfe4777b47192462278ea270588e5e8f0bdeb947ffc69bd3bf8712e32fedc8f46de71f4b063f3df563dd75
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sdr-client (2.3.0)
4
+ sdr-client (2.3.1)
5
5
  activesupport
6
6
  cocina-models (~> 0.89.0)
7
7
  config
@@ -22,7 +22,7 @@ GEM
22
22
  ast (2.4.2)
23
23
  attr_extras (7.1.0)
24
24
  byebug (11.1.3)
25
- cocina-models (0.89.0)
25
+ cocina-models (0.89.1)
26
26
  activesupport
27
27
  deprecation
28
28
  dry-struct (~> 1.0)
@@ -107,7 +107,7 @@ GEM
107
107
  multi_json
108
108
  launchy (2.5.2)
109
109
  addressable (~> 2.8)
110
- minitest (5.17.0)
110
+ minitest (5.18.0)
111
111
  multi_json (1.15.0)
112
112
  nokogiri (1.14.2-x86_64-darwin)
113
113
  racc (~> 1.4)
@@ -145,7 +145,7 @@ GEM
145
145
  rspec-core (>= 2, < 4, != 2.12.0)
146
146
  rss (0.2.9)
147
147
  rexml
148
- rubocop (1.46.0)
148
+ rubocop (1.48.0)
149
149
  json (~> 2.3)
150
150
  parallel (~> 1.10)
151
151
  parser (>= 3.2.0.0)
@@ -155,7 +155,7 @@ GEM
155
155
  rubocop-ast (>= 1.26.0, < 2.0)
156
156
  ruby-progressbar (~> 1.7)
157
157
  unicode-display_width (>= 2.4.0, < 3.0)
158
- rubocop-ast (1.26.0)
158
+ rubocop-ast (1.27.0)
159
159
  parser (>= 3.2.1.0)
160
160
  rubocop-capybara (2.17.1)
161
161
  rubocop (~> 1.41)
@@ -164,7 +164,7 @@ GEM
164
164
  rubocop-rspec (2.18.1)
165
165
  rubocop (~> 1.33)
166
166
  rubocop-capybara (~> 2.17)
167
- ruby-progressbar (1.11.0)
167
+ ruby-progressbar (1.13.0)
168
168
  ruby2_keywords (0.0.5)
169
169
  simplecov (0.22.0)
170
170
  docile (~> 1.1)
@@ -77,7 +77,8 @@ module SdrClient
77
77
  option :label, desc: 'Object label'
78
78
  option :type, enum: %w[image book document map manuscript media three_dimensional object collection admin_policy], desc: 'The object type'
79
79
  option :collection, desc: 'Druid identifier of the collection object'
80
- option :catkey, desc: 'Catkey for this item'
80
+ option :catkey, desc: 'Symphony catkey for this item'
81
+ option :folio_instance_hrid, desc: 'Folio instance HRID for this item'
81
82
  option :copyright, desc: 'Copyright statement'
82
83
  option :use_and_reproduction, desc: 'Use and reproduction statement'
83
84
  option :viewing_direction, enum: %w[left-to-right right-to-left], desc: 'Viewing direction (if a book)'
@@ -96,7 +97,8 @@ module SdrClient
96
97
  option :label, desc: 'Object label'
97
98
  option :type, enum: %w[image book document map manuscript media three_dimensional object collection admin_policy], desc: 'The object type'
98
99
  option :collection, desc: 'Druid identifier of the collection object'
99
- option :catkey, desc: 'Catkey for this item'
100
+ option :catkey, desc: 'Symphony catkey for this item'
101
+ option :folio_instance_hrid, desc: 'Folio instance HRID for this item'
100
102
  option :copyright, desc: 'Copyright statement'
101
103
  option :use_and_reproduction, desc: 'Use and reproduction statement'
102
104
  option :viewing_direction, enum: %w[left-to-right right-to-left], desc: 'Viewing direction (if a book)'
@@ -21,6 +21,7 @@ module SdrClient
21
21
  collection: nil,
22
22
  source_id:,
23
23
  catkey: nil,
24
+ folio_instance_hrid: nil,
24
25
  embargo_release_date: nil,
25
26
  embargo_access: 'world',
26
27
  embargo_download: 'world',
@@ -33,6 +34,7 @@ module SdrClient
33
34
  @source_id = source_id
34
35
  @collection = collection
35
36
  @catkey = catkey
37
+ @folio_instance_hrid = folio_instance_hrid
36
38
  @embargo_release_date = embargo_release_date
37
39
  @embargo_access = embargo_access
38
40
  @embargo_download = embargo_download
@@ -69,6 +71,7 @@ module SdrClient
69
71
  copyright: copyright,
70
72
  source_id: source_id,
71
73
  catkey: catkey,
74
+ folio_instance_hrid: folio_instance_hrid,
72
75
  embargo_release_date: embargo_release_date,
73
76
  embargo_access: embargo_access,
74
77
  embargo_download: embargo_download,
@@ -92,7 +95,7 @@ module SdrClient
92
95
 
93
96
  private
94
97
 
95
- attr_reader :view, :label, :file_sets, :source_id, :catkey, :apo, :collection,
98
+ attr_reader :view, :label, :file_sets, :source_id, :catkey, :folio_instance_hrid, :apo, :collection,
96
99
  :files_metadata, :embargo_release_date, :embargo_access, :embargo_download,
97
100
  :viewing_direction, :use_and_reproduction, :copyright, :download
98
101
 
@@ -104,7 +107,13 @@ module SdrClient
104
107
 
105
108
  def identification
106
109
  { sourceId: source_id }.tap do |json|
107
- json[:catalogLinks] = [{ catalog: 'symphony', catalogRecordId: catkey, refresh: true }] if catkey
110
+ json[:catalogLinks] = []
111
+ json[:catalogLinks] << { catalog: 'symphony', catalogRecordId: catkey, refresh: true } if catkey
112
+ if folio_instance_hrid
113
+ json[:catalogLinks] << { catalog: 'folio', catalogRecordId: folio_instance_hrid,
114
+ refresh: true }
115
+ end
116
+ json.delete(:catalogLinks) if json[:catalogLinks].empty?
108
117
  end
109
118
  end
110
119
 
@@ -22,6 +22,7 @@ module SdrClient
22
22
  apo:,
23
23
  collection: nil,
24
24
  catkey: nil,
25
+ folio_instance_hrid: nil,
25
26
  embargo_release_date: nil,
26
27
  embargo_access: 'world',
27
28
  embargo_download: 'world',
@@ -47,6 +48,7 @@ module SdrClient
47
48
  collection: collection,
48
49
  source_id: source_id,
49
50
  catkey: catkey,
51
+ folio_instance_hrid: folio_instance_hrid,
50
52
  embargo_release_date: embargo_release_date,
51
53
  embargo_access: embargo_access,
52
54
  embargo_download: embargo_download,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '2.3.0'
4
+ VERSION = '2.3.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdr-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-28 00:00:00.000000000 Z
11
+ date: 2023-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport