dor-services-client 12.5.0 → 12.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +10 -10
- 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: 5186e6f5265ae85239bafdeb4f5f6d9348aeff10e6eae0b4c0e44ad88322d0c9
|
4
|
+
data.tar.gz: 3a5758b28796a30b14ec2b6edb6fac61af54e89e5f227075842631c9de58964c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb8792759f4a90c4ec4ad172755b2dde9df80ac76cdf4c8b29330d0b4bba76ac83ae9d60f7c3f283bfa64b64653e1a7e0e5ae1ad7ab29f0e54c69b0345b2789e
|
7
|
+
data.tar.gz: c271be3fabe84a6438867295773126ac55e362aa48d5443303759cb08563330012f3fb742d81c743a8ef0f556c2256ca9250a9de2025d6863ba7546a311b2d16
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
dor-services-client (12.
|
4
|
+
dor-services-client (12.6.0)
|
5
5
|
activesupport (>= 4.2, < 8)
|
6
|
-
cocina-models (~> 0.
|
6
|
+
cocina-models (~> 0.83.0)
|
7
7
|
deprecation
|
8
8
|
faraday (~> 2.0)
|
9
9
|
faraday-retry
|
@@ -22,7 +22,7 @@ GEM
|
|
22
22
|
ast (2.4.2)
|
23
23
|
attr_extras (6.2.5)
|
24
24
|
byebug (11.1.3)
|
25
|
-
cocina-models (0.
|
25
|
+
cocina-models (0.83.0)
|
26
26
|
activesupport
|
27
27
|
deprecation
|
28
28
|
dry-struct (~> 1.0)
|
@@ -81,9 +81,10 @@ GEM
|
|
81
81
|
i18n (1.10.0)
|
82
82
|
concurrent-ruby (~> 1.0)
|
83
83
|
ice_nine (0.11.2)
|
84
|
+
json (2.6.2)
|
84
85
|
jsonpath (1.1.2)
|
85
86
|
multi_json
|
86
|
-
minitest (5.16.
|
87
|
+
minitest (5.16.2)
|
87
88
|
multi_json (1.15.0)
|
88
89
|
nokogiri (1.13.6-x86_64-darwin)
|
89
90
|
racc (~> 1.4)
|
@@ -117,7 +118,8 @@ GEM
|
|
117
118
|
rspec-support (3.11.0)
|
118
119
|
rss (0.2.9)
|
119
120
|
rexml
|
120
|
-
rubocop (1.31.
|
121
|
+
rubocop (1.31.1)
|
122
|
+
json (~> 2.3)
|
121
123
|
parallel (~> 1.10)
|
122
124
|
parser (>= 3.1.0.0)
|
123
125
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -128,8 +130,8 @@ GEM
|
|
128
130
|
unicode-display_width (>= 1.4.0, < 3.0)
|
129
131
|
rubocop-ast (1.18.0)
|
130
132
|
parser (>= 3.1.1.0)
|
131
|
-
rubocop-rspec (2.
|
132
|
-
rubocop (~> 1.
|
133
|
+
rubocop-rspec (2.12.1)
|
134
|
+
rubocop (~> 1.31)
|
133
135
|
ruby-progressbar (1.11.0)
|
134
136
|
ruby2_keywords (0.0.5)
|
135
137
|
simplecov (0.21.2)
|
@@ -153,8 +155,6 @@ GEM
|
|
153
155
|
zeitwerk (2.6.0)
|
154
156
|
|
155
157
|
PLATFORMS
|
156
|
-
x86_64-darwin-19
|
157
|
-
x86_64-darwin-20
|
158
158
|
x86_64-darwin-21
|
159
159
|
|
160
160
|
DEPENDENCIES
|
@@ -169,4 +169,4 @@ DEPENDENCIES
|
|
169
169
|
webmock
|
170
170
|
|
171
171
|
BUNDLED WITH
|
172
|
-
2.3.
|
172
|
+
2.3.17
|
data/dor-services-client.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.required_ruby_version = '>= 2.7', '< 4' # dor-services-app needs 2.7 due to fedora3
|
26
26
|
|
27
27
|
spec.add_dependency 'activesupport', '>= 4.2', '< 8'
|
28
|
-
spec.add_dependency 'cocina-models', '~> 0.
|
28
|
+
spec.add_dependency 'cocina-models', '~> 0.83.0' # leave pinned to patch level until cocina-models hits 1.0
|
29
29
|
spec.add_dependency 'deprecation', '>= 0'
|
30
30
|
spec.add_dependency 'faraday', '~> 2.0'
|
31
31
|
spec.add_dependency 'faraday-retry'
|
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: 12.
|
4
|
+
version: 12.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: 2022-07-
|
12
|
+
date: 2022-07-05 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.83.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.83.0
|
48
48
|
- !ruby/object:Gem::Dependency
|
49
49
|
name: deprecation
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
280
280
|
- !ruby/object:Gem::Version
|
281
281
|
version: '0'
|
282
282
|
requirements: []
|
283
|
-
rubygems_version: 3.3.
|
283
|
+
rubygems_version: 3.3.7
|
284
284
|
signing_key:
|
285
285
|
specification_version: 4
|
286
286
|
summary: A client for dor-services-app
|