dor-services-client 6.14.0 → 6.18.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: '09596de829bc07d207ddce7abaece31c5dc7311ad0f42b465c0667e699f605e0'
4
- data.tar.gz: f96a5e1aba3a6b5a7025a684d5411ba529d07e461b5811112da49177ab5f704b
3
+ metadata.gz: f5e2ae6d91d68ff5d1eec9c1f15b6b078821824aeed496dacdc73e7d147c5d60
4
+ data.tar.gz: b0f9a93e6b26658f70e4f8842efc3e6479a4c69199d951dd0d465a6bd564e298
5
5
  SHA512:
6
- metadata.gz: 658c7708f767119ec6970a1f13ce4101b86d3697f6be4f4db66519d2a90e8b7cfec2c8d23888d67159d414d7a53d041cb8da5de20ab5422c6d882c57b2d6d596
7
- data.tar.gz: 1edbcbe6d73b738cdf2578e51b9bd10593de68018d851478c03ac3a89c9207f8d7ff6abac2c1f8b62bc9b37b5531d22f0ca77336634e373c907a86c5189f78ae
6
+ metadata.gz: af8e0a92bd54666d478503514dbb0575d104b64b5d90a745ba75890c2d44d1eec231ed4a6637863ac57bd7e9d26c50dfb41934580ce9adba3113b40eebdf24cf
7
+ data.tar.gz: bff2fcbf6955c2a929197ad29926387351fabd1e6bd08c4a9f68ab4f677dc7fef36c638930affde9122d264459c5dfeb599482851cd7a08cd3f1eb9ab3f1d974
data/README.md CHANGED
@@ -53,7 +53,7 @@ Note:
53
53
 
54
54
  ## API Coverage
55
55
 
56
- Dor::Services:Client provides a number of methods to simplify connecting to the RESTful HTTP API of dor-services-app. In this section we list all of the available methods, reflecting how much of the API the client covers. For details see the [API docs](https://www.rubydoc.info/github/sul-dlss/dor-services-client/master/Dor/Services/Client)
56
+ Dor::Services:Client provides a number of methods to simplify connecting to the RESTful HTTP API of dor-services-app. In this section we list all of the available methods, reflecting how much of the API the client covers. For details see the [API docs](https://www.rubydoc.info/github/sul-dlss/dor-services-client/main/Dor/Services/Client)
57
57
 
58
58
  ```ruby
59
59
  # Perform operations on one or more objects
@@ -117,7 +117,7 @@ object_client.notify_goobi
117
117
  object_client.version.current
118
118
  object_client.version.openable?(**params)
119
119
  object_client.version.open(**params)
120
- object_client.version.close(**params)
120
+ object_client.version.close(description: 'Changed title', significance: 'minor')
121
121
 
122
122
  # Get the Dublin Core XML representation
123
123
  object_client.metadata.dublin_core
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.require_paths = ['lib']
24
24
 
25
25
  spec.add_dependency 'activesupport', '>= 4.2', '< 7'
26
- spec.add_dependency 'cocina-models', '~> 0.42.0' # leave pinned to patch level until cocina-models hits 1.0
26
+ spec.add_dependency 'cocina-models', '~> 0.46.0' # leave pinned to patch level until cocina-models hits 1.0
27
27
  spec.add_dependency 'deprecation', '>= 0'
28
28
  spec.add_dependency 'faraday', '>= 0.15', '< 2'
29
29
  spec.add_dependency 'moab-versioning', '~> 4.0'
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '6.14.0'
6
+ VERSION = '6.18.0'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dor-services-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.14.0
4
+ version: 6.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  - Michael Giarlo
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-10-22 00:00:00.000000000 Z
12
+ date: 2021-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -37,14 +37,14 @@ dependencies:
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.42.0
40
+ version: 0.46.0
41
41
  type: :runtime
42
42
  prerelease: false
43
43
  version_requirements: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.42.0
47
+ version: 0.46.0
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: deprecation
50
50
  requirement: !ruby/object:Gem::Requirement
@@ -205,7 +205,7 @@ dependencies:
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
207
  version: '0'
208
- description:
208
+ description:
209
209
  email:
210
210
  - jcoyne@justincoyne.com
211
211
  - leftwing@alumni.rutgers.edu
@@ -252,7 +252,7 @@ files:
252
252
  homepage: https://github.com/sul-dlss/dor-services-client
253
253
  licenses: []
254
254
  metadata: {}
255
- post_install_message:
255
+ post_install_message:
256
256
  rdoc_options: []
257
257
  require_paths:
258
258
  - lib
@@ -267,8 +267,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
267
267
  - !ruby/object:Gem::Version
268
268
  version: '0'
269
269
  requirements: []
270
- rubygems_version: 3.1.2
271
- signing_key:
270
+ rubygems_version: 3.0.3
271
+ signing_key:
272
272
  specification_version: 4
273
273
  summary: A client for dor-services-app
274
274
  test_files: []