sdr-client 0.93.0 → 0.94.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 +4 -4
- data/Gemfile.lock +2 -2
- data/lib/sdr_client/deposit/update_dro_with_file_identifiers.rb +1 -1
- data/lib/sdr_client/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 803573f6b3fd95009062083305ecae6b1cd7aa673542c4323eccf1a1ffd5e111
|
|
4
|
+
data.tar.gz: 3169e6f1c5cc8ef6157bbd3cb7dff82aa35f2e2cc1e920ee4fead78bee56b5aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6055e3448f616c954db166a3292a40e1becdb3d43c588e5d66d34855d207623901a04bca1f19702ecce1162ee305efd6d42d80347f62db69de18720b0ea55988
|
|
7
|
+
data.tar.gz: 3195d9440212b3a460f6a1950341908a734d7053d94c75a36528730bcb09b53c0fc029090277d08a31c41859f80ba81e280f0fd92fe1c4e916972824ab823cda
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sdr-client (0.
|
|
4
|
+
sdr-client (0.94.0)
|
|
5
5
|
activesupport
|
|
6
6
|
cocina-models (~> 0.84.0)
|
|
7
7
|
dry-monads
|
|
@@ -10,7 +10,7 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (7.0.
|
|
13
|
+
activesupport (7.0.4)
|
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
15
|
i18n (>= 1.6, < 2)
|
|
16
16
|
minitest (>= 5.1)
|
|
@@ -24,7 +24,7 @@ module SdrClient
|
|
|
24
24
|
def self.updated_structural(structural, signed_ids)
|
|
25
25
|
structural[:contains].each do |file_set|
|
|
26
26
|
file_set[:structural][:contains].each do |file|
|
|
27
|
-
file[:externalIdentifier] = signed_ids[file[:filename]]
|
|
27
|
+
file[:externalIdentifier] = signed_ids[file[:filename]] if signed_ids.key?(file[:filename])
|
|
28
28
|
end
|
|
29
29
|
end
|
|
30
30
|
structural
|
data/lib/sdr_client/version.rb
CHANGED
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: 0.
|
|
4
|
+
version: 0.94.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -259,7 +259,7 @@ metadata:
|
|
|
259
259
|
source_code_uri: https://github.com/sul-dlss/sdr-client
|
|
260
260
|
changelog_uri: https://github.com/sul-dlss/sdr-client/releases
|
|
261
261
|
rubygems_mfa_required: 'true'
|
|
262
|
-
post_install_message:
|
|
262
|
+
post_install_message:
|
|
263
263
|
rdoc_options: []
|
|
264
264
|
require_paths:
|
|
265
265
|
- lib
|
|
@@ -274,8 +274,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
274
274
|
- !ruby/object:Gem::Version
|
|
275
275
|
version: '0'
|
|
276
276
|
requirements: []
|
|
277
|
-
rubygems_version: 3.
|
|
278
|
-
signing_key:
|
|
277
|
+
rubygems_version: 3.3.7
|
|
278
|
+
signing_key:
|
|
279
279
|
specification_version: 4
|
|
280
280
|
summary: The CLI for https://github.com/sul-dlss/sdr-api
|
|
281
281
|
test_files: []
|