dor-services-client 15.64.1 → 15.65.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: 6ca86be857d235138fd6bdbcd54c0cdea9866ecee416db921255d0a9030e0588
4
- data.tar.gz: 0cd396d8cad4df093b10901a792baff2e1f2e529f7e3c7a736d381adcce3ddcb
3
+ metadata.gz: 2af56e291e13ffb5202c3188b613cb43bd1a6101d27218ccd10b48dbbdf0c581
4
+ data.tar.gz: e46d76bd43c1c56195f19818454cdc3d229d8fc48f7761c6f19ae3f86f616a65
5
5
  SHA512:
6
- metadata.gz: 12cd00f8b7afb70d5619fa4ca6025cd5d2c2471ba48a23ae6fe404c536d7a09277c2ac50447ba850ff98025aed7136626ab11d16fce392255fa425a80ffb3480
7
- data.tar.gz: 0b7b575a151dc255365547a4a549c2fd3217165b9c9cc395f7e9cac10085faff097e684f0b13d8dab0f91600590538a14030098916f9c730920937057994c8b7
6
+ metadata.gz: 67a6f362da37d69ef535d31531a2574059059022e550af8a4ae4902c6bd9001b35e7f306e48e331908cafdbca5682f5f6f19c9f28b80a534ddf420f5b3f53770
7
+ data.tar.gz: 36b3b83dcbb847d0d96b97b8ab069fe50e6be49f299c39f872f64e600fadb4c05bfe8eb41dcc6a28f6c2a30ae90a8b8950ecff0d9f178b498a8a3895102a5419
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor-services-client (15.64.1)
4
+ dor-services-client (15.65.0)
5
5
  activesupport (>= 7.0.0)
6
- cocina-models (~> 0.129.0)
6
+ cocina-models (~> 0.130.0)
7
7
  deprecation
8
8
  faraday (~> 2.0)
9
9
  faraday-retry
@@ -35,7 +35,7 @@ GEM
35
35
  bigdecimal (4.1.2)
36
36
  byebug (13.0.0)
37
37
  reline (>= 0.6.0)
38
- cocina-models (0.129.0)
38
+ cocina-models (0.130.0)
39
39
  activesupport
40
40
  cocina_display
41
41
  deprecation
@@ -49,7 +49,7 @@ GEM
49
49
  super_diff
50
50
  thor
51
51
  zeitwerk (~> 2.1)
52
- cocina_display (2.8.0)
52
+ cocina_display (2.9.0)
53
53
  activesupport (>= 7)
54
54
  edtf (~> 3.2)
55
55
  geo_coord (~> 0.2)
@@ -57,7 +57,7 @@ GEM
57
57
  iso8601 (~> 0.13.0)
58
58
  janeway-jsonpath (>= 0.6, < 2)
59
59
  zeitwerk (~> 2.7)
60
- concurrent-ruby (1.3.7)
60
+ concurrent-ruby (1.3.8)
61
61
  connection_pool (3.0.2)
62
62
  crack (1.0.1)
63
63
  bigdecimal
@@ -111,11 +111,11 @@ GEM
111
111
  iso8601 (0.13.0)
112
112
  janeway-jsonpath (1.0.0)
113
113
  json (2.21.1)
114
- jsonschema_rs (0.47.0-arm64-darwin)
114
+ jsonschema_rs (0.48.1-arm64-darwin)
115
115
  bigdecimal (>= 3.1, < 5)
116
- jsonschema_rs (0.47.0-x86_64-darwin)
116
+ jsonschema_rs (0.48.1-x86_64-darwin)
117
117
  bigdecimal (>= 3.1, < 5)
118
- jsonschema_rs (0.47.0-x86_64-linux)
118
+ jsonschema_rs (0.48.1-x86_64-linux)
119
119
  bigdecimal (>= 3.1, < 5)
120
120
  language_server-protocol (3.17.0.6)
121
121
  lint_roller (1.1.0)
@@ -133,7 +133,7 @@ GEM
133
133
  racc (~> 1.4)
134
134
  optimist (3.2.1)
135
135
  parallel (2.1.0)
136
- parser (3.3.11.1)
136
+ parser (3.3.12.0)
137
137
  ast (~> 2.4.1)
138
138
  racc
139
139
  patience_diff (1.2.0)
@@ -180,7 +180,7 @@ GEM
180
180
  rubocop (~> 1.86, >= 1.86.2)
181
181
  ruby-progressbar (1.13.0)
182
182
  securerandom (0.4.1)
183
- simplecov (1.0.0)
183
+ simplecov (1.0.2)
184
184
  super_diff (0.19.0)
185
185
  attr_extras (>= 6.2.4, < 8)
186
186
  diff-lcs (~> 1.5)
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.required_ruby_version = '>= 3.0', '< 5'
26
26
 
27
27
  spec.add_dependency 'activesupport', '>= 7.0.0'
28
- spec.add_dependency 'cocina-models', '~> 0.129.0'
28
+ spec.add_dependency 'cocina-models', '~> 0.130.0'
29
29
  spec.add_dependency 'deprecation', '>= 0'
30
30
  spec.add_dependency 'faraday', '~> 2.0'
31
31
  spec.add_dependency 'faraday-retry'
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '15.64.1'
6
+ VERSION = '15.65.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: 15.64.1
4
+ version: 15.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.129.0
33
+ version: 0.130.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.129.0
40
+ version: 0.130.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: deprecation
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -307,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
307
307
  - !ruby/object:Gem::Version
308
308
  version: '0'
309
309
  requirements: []
310
- rubygems_version: 3.6.9
310
+ rubygems_version: 4.0.6
311
311
  specification_version: 4
312
312
  summary: A client for dor-services-app
313
313
  test_files: []