dor-services-client 6.16.0 → 6.17.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/README.md +1 -1
- data/dor-services-client.gemspec +1 -1
- data/lib/dor/services/client/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e89a69bdfc088f011606000ad8dbc4a0e67e2b7c836f3e76e4f447b7aae3abf
|
|
4
|
+
data.tar.gz: 5ef81835170e83e01beae469ca2bd69144b813b4be4f3d028877c5c1a8500039
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7efae36c226eec1b0fc0fa544a3ef6e5e22f684aef7745a96d3dcf7e6048aea53848eca7ccc10e0eb978b7c15faeefb310af39d1e1509084f72716a42dd72596
|
|
7
|
+
data.tar.gz: 1802a49a4c592fa7fcc39f4127d60dff06a40116a2b6e281881a9baee89bd4704b22e76bfb08253d347c1dfebeecb7dfa2bcb230eadf4c0be8425b88506a1913
|
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/
|
|
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
|
data/dor-services-client.gemspec
CHANGED
|
@@ -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.
|
|
26
|
+
spec.add_dependency 'cocina-models', '~> 0.45.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'
|
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.
|
|
4
|
+
version: 6.17.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:
|
|
12
|
+
date: 2021-01-20 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.
|
|
40
|
+
version: 0.45.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.
|
|
47
|
+
version: 0.45.0
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
49
|
name: deprecation
|
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -267,7 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
267
267
|
- !ruby/object:Gem::Version
|
|
268
268
|
version: '0'
|
|
269
269
|
requirements: []
|
|
270
|
-
rubygems_version: 3.
|
|
270
|
+
rubygems_version: 3.0.3
|
|
271
271
|
signing_key:
|
|
272
272
|
specification_version: 4
|
|
273
273
|
summary: A client for dor-services-app
|