dor-services-client 6.5.0 → 6.6.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: 89c1a897efc199c5f31da3d68f9c3fd2bdc4c09759579a30a339477651081ced
4
- data.tar.gz: da3a34afb64f21ff964ddffdaeba44d1a8fa45fb15126d4cbb77b3e1f89f3cc5
3
+ metadata.gz: c057651f9c343a1a592e2951a815b0d5c0cdec7fa43b2925982b0584aaddf261
4
+ data.tar.gz: 2041a09516b4b2adba053994943e6e07d154740ad4684b790ca5cf8e0b84e1d0
5
5
  SHA512:
6
- metadata.gz: 1fbd52e84678d731a29392b94b13fd68fba69e57fb70e0f4af906dc1838ef741ec02cd6e0b9adf9d0c4919d8d19b8c815d34c4933b14b9660fe05f79436f1f61
7
- data.tar.gz: 36f45f7241b8de8900b6e93a2fbe39240e1a0280c2ff9dc78c9be1e14d2e3a41252d43b6799c22dd3e509b4e2a399db17bb359054226680ed89cff5737234852
6
+ metadata.gz: 5432deb7b0e0458aceef04294f306981ac171e36b7f397f184b38ecb61009c15ba1b6fe802dbfc13174303a93695f663062915110fa04e96091d5b22c1b55a38
7
+ data.tar.gz: b30ea0ed92da62ac197ea4ede8149a1a95f79ec937cfb90c08a7b14e24fa2b3ed085fb2ddfc4f2553724b736b745c3eddb6b7200dfc025718b87fe9dc2658865
@@ -21,10 +21,11 @@ module Dor
21
21
  # @option opts [Hash] :identity Data for identity metadata
22
22
  # @option opts [Hash] :technical Data for technical metadata
23
23
  # @option opts [Hash] :provenance Data for provenance metadata
24
+ # @option opts [Hash] :geo Data for geographic metadata
24
25
  # @example:
25
26
  # legacy_update(descriptive: { updated: '2001-12-20', content: '<descMetadata />' })
26
27
  def legacy_update(opts)
27
- opts = opts.slice(:descriptive, :rights, :identity, :content, :technical, :provenance)
28
+ opts = opts.slice(:descriptive, :rights, :identity, :content, :technical, :provenance, :geo)
28
29
  resp = connection.patch do |req|
29
30
  req.url "#{base_path}/legacy"
30
31
  req.headers['Content-Type'] = 'application/json'
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '6.5.0'
6
+ VERSION = '6.6.0'
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: 6.5.0
4
+ version: 6.6.0
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-05-28 00:00:00.000000000 Z
12
+ date: 2020-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport