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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 179d62023a6b0414db6ebf63659433567afb4b12efd9f4597adef9a2048f5c55
4
- data.tar.gz: 12306e6cd51503c1e3dc396f42c88c5e776c8dd4db3c616a9be778381366f33e
3
+ metadata.gz: 3563834a2a67df601baa84ed099ab2ebeca569c06acb7c2800a2ebf01d4a8556
4
+ data.tar.gz: 3deeab27ca24917eb04967611c1ff01339c176ecaf05a159d68281e3228662fc
5
5
  SHA512:
6
- metadata.gz: 6f183fac6270cf47ae62f239f24079214623eec3fb9618b1bb4d78e869f707f4708b1e4d2b7b9013a9388948508372f78c207e69fd060ef3e2a2b212008cd32b
7
- data.tar.gz: 6085886046e129e6ccbc42b2030346901c866242ac62dc60c601713314ab228d8e84a5bdc24deb7b56bbae06635684da6abcc5851172445655bd4a8703a0ada3
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'
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '4.17.0'
6
+ VERSION = '4.17.1'
7
7
  end
8
8
  end
9
9
  end
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.0
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-03 00:00:00.000000000 Z
12
+ date: 2020-03-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport