dor-services-client 4.17.0 → 4.17.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 +4 -4
- data/lib/dor/services/client/metadata.rb +2 -1
- data/lib/dor/services/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3563834a2a67df601baa84ed099ab2ebeca569c06acb7c2800a2ebf01d4a8556
|
4
|
+
data.tar.gz: 3deeab27ca24917eb04967611c1ff01339c176ecaf05a159d68281e3228662fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34b3a79f35190d4ba62b0ba4899abb977c71f9e71cc85b53efe7345432771c0d8ccccd9894f8563af22d495944cb8b5ffc6a65b4cdc57a4541a218710b6ce185
|
7
|
+
data.tar.gz: c62b2665de282345f828a268fe8294ded147ad01e7961ee1f9558097ac1a9e6b317fb5a716f0f90a2f46eec540205a088c5a8ee6c06f6ad2691912cf306d9ece
|
@@ -18,12 +18,13 @@ module Dor
|
|
18
18
|
# @option opts [Hash] :descriptive Data for descriptive metadata
|
19
19
|
# @option opts [Hash] :rights Data for access rights metadata
|
20
20
|
# @option opts [Hash] :content Data for structural metadata
|
21
|
+
# @option opts [Hash] :identity Data for identity metadata
|
21
22
|
# @option opts [Hash] :technical Data for technical metadata
|
22
23
|
# @option opts [Hash] :provenance Data for provenance metadata
|
23
24
|
# @example:
|
24
25
|
# legacy_update(descriptive: { updated: '2001-12-20', content: '<descMetadata />' })
|
25
26
|
def legacy_update(opts)
|
26
|
-
opts = opts.slice(:descriptive, :rights, :content, :technical, :provenance)
|
27
|
+
opts = opts.slice(:descriptive, :rights, :identity, :content, :technical, :provenance)
|
27
28
|
resp = connection.patch do |req|
|
28
29
|
req.url "#{base_path}/legacy"
|
29
30
|
req.headers['Content-Type'] = 'application/json'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dor-services-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.17.
|
4
|
+
version: 4.17.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-03-
|
12
|
+
date: 2020-03-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|