dor-services-client 14.1.0 → 14.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7859fbc3e8998cbe66d7577b14d0d5a2e5919549bd393867391e6973404d940c
4
- data.tar.gz: addcb8f0e6f0240b911cb52ab2313fa48f9a58220d39e57ae0a41861aba7c891
3
+ metadata.gz: 606f3a9f544df877a802c3a59bf0cca8cf6ddd6a9cc198281e779d66d07cb10d
4
+ data.tar.gz: 734f2682867e0d4041e00e57aba5e22ce44bd136f01cb7df04039ff1ccef4616
5
5
  SHA512:
6
- metadata.gz: 6f723d28b5ccde0ff6f430de9b2a5101a25c6993dbf67256e34ac661517e60c16889be5219710a7bfc00fa6fb9b38a8ff5ca2c9d4367c47350218c52a094d976
7
- data.tar.gz: 22e9c66011299ec0fd2fbd058586cfa7ed1e368b851d4c2c141d160232e2fd1870a83ab044bff5e8ecc0714577b61391df0d4822000ebe35fe92299bc70796bd
6
+ metadata.gz: 92d294190d9770e9e76c12566080dae122dfb5c6d3fecd8c241dbed957cb7024807d62bb45ee844b14c7ca8efeff563ab0604ea2e46035d5b65e0e2fdb020a20
7
+ data.tar.gz: df21da862d586a17487b59da22fc5bc1da0ca8bb0b02702d74f59684d7623cd17068dcb200432050c4d207be2e7b0016a89b92bad499b6eadff8fd838510c9b4
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor-services-client (14.1.0)
4
+ dor-services-client (14.2.1)
5
5
  activesupport (>= 4.2, < 8)
6
- cocina-models (~> 0.94.0)
6
+ cocina-models (~> 0.95.1)
7
7
  deprecation
8
8
  faraday (~> 2.0)
9
9
  faraday-retry
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (7.1.2)
15
+ activesupport (7.1.3.2)
16
16
  base64
17
17
  bigdecimal
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -27,9 +27,9 @@ GEM
27
27
  ast (2.4.2)
28
28
  attr_extras (7.1.0)
29
29
  base64 (0.2.0)
30
- bigdecimal (3.1.5)
30
+ bigdecimal (3.1.6)
31
31
  byebug (11.1.3)
32
- cocina-models (0.94.0)
32
+ cocina-models (0.95.1)
33
33
  activesupport
34
34
  deprecation
35
35
  dry-struct (~> 1.0)
@@ -46,16 +46,16 @@ GEM
46
46
  thor
47
47
  zeitwerk (~> 2.1)
48
48
  commonmarker (0.23.10)
49
- concurrent-ruby (1.2.2)
49
+ concurrent-ruby (1.2.3)
50
50
  connection_pool (2.4.1)
51
- crack (0.4.5)
51
+ crack (1.0.0)
52
+ bigdecimal
52
53
  rexml
53
54
  deprecation (1.1.0)
54
55
  activesupport
55
- diff-lcs (1.5.0)
56
+ diff-lcs (1.5.1)
56
57
  docile (1.4.0)
57
- drb (2.2.0)
58
- ruby2_keywords
58
+ drb (2.2.1)
59
59
  dry-core (1.0.1)
60
60
  concurrent-ruby (~> 1.0)
61
61
  zeitwerk (~> 2.6)
@@ -87,28 +87,28 @@ GEM
87
87
  faraday-retry (2.2.0)
88
88
  faraday (~> 2.0)
89
89
  hashdiff (1.1.0)
90
- i18n (1.14.1)
90
+ i18n (1.14.4)
91
91
  concurrent-ruby (~> 1.0)
92
92
  ice_nine (0.11.2)
93
93
  json (2.7.1)
94
94
  jsonpath (1.1.5)
95
95
  multi_json
96
96
  language_server-protocol (3.17.0.3)
97
- minitest (5.21.1)
97
+ minitest (5.22.2)
98
98
  multi_json (1.15.0)
99
99
  mutex_m (0.2.0)
100
100
  net-http (0.4.1)
101
101
  uri
102
- nokogiri (1.16.0-x86_64-darwin)
102
+ nokogiri (1.16.2-x86_64-darwin)
103
103
  racc (~> 1.4)
104
- nokogiri (1.16.0-x86_64-linux)
104
+ nokogiri (1.16.2-x86_64-linux)
105
105
  racc (~> 1.4)
106
106
  openapi3_parser (0.9.2)
107
107
  commonmarker (~> 0.17)
108
108
  openapi_parser (1.0.0)
109
109
  optimist (3.1.0)
110
110
  parallel (1.24.0)
111
- parser (3.3.0.3)
111
+ parser (3.3.0.5)
112
112
  ast (~> 2.4.1)
113
113
  racc
114
114
  patience_diff (1.2.0)
@@ -119,22 +119,22 @@ GEM
119
119
  rake (13.1.0)
120
120
  regexp_parser (2.9.0)
121
121
  rexml (3.2.6)
122
- rspec (3.12.0)
123
- rspec-core (~> 3.12.0)
124
- rspec-expectations (~> 3.12.0)
125
- rspec-mocks (~> 3.12.0)
126
- rspec-core (3.12.2)
127
- rspec-support (~> 3.12.0)
128
- rspec-expectations (3.12.3)
122
+ rspec (3.13.0)
123
+ rspec-core (~> 3.13.0)
124
+ rspec-expectations (~> 3.13.0)
125
+ rspec-mocks (~> 3.13.0)
126
+ rspec-core (3.13.0)
127
+ rspec-support (~> 3.13.0)
128
+ rspec-expectations (3.13.0)
129
129
  diff-lcs (>= 1.2.0, < 2.0)
130
- rspec-support (~> 3.12.0)
131
- rspec-mocks (3.12.6)
130
+ rspec-support (~> 3.13.0)
131
+ rspec-mocks (3.13.0)
132
132
  diff-lcs (>= 1.2.0, < 2.0)
133
- rspec-support (~> 3.12.0)
134
- rspec-support (3.12.1)
133
+ rspec-support (~> 3.13.0)
134
+ rspec-support (3.13.1)
135
135
  rss (0.3.0)
136
136
  rexml
137
- rubocop (1.60.0)
137
+ rubocop (1.62.0)
138
138
  json (~> 2.3)
139
139
  language_server-protocol (>= 3.17.0)
140
140
  parallel (~> 1.10)
@@ -142,41 +142,40 @@ GEM
142
142
  rainbow (>= 2.2.2, < 4.0)
143
143
  regexp_parser (>= 1.8, < 3.0)
144
144
  rexml (>= 3.2.5, < 4.0)
145
- rubocop-ast (>= 1.30.0, < 2.0)
145
+ rubocop-ast (>= 1.31.1, < 2.0)
146
146
  ruby-progressbar (~> 1.7)
147
147
  unicode-display_width (>= 2.4.0, < 3.0)
148
- rubocop-ast (1.30.0)
149
- parser (>= 3.2.1.0)
148
+ rubocop-ast (1.31.2)
149
+ parser (>= 3.3.0.4)
150
150
  rubocop-capybara (2.20.0)
151
151
  rubocop (~> 1.41)
152
152
  rubocop-factory_bot (2.25.1)
153
153
  rubocop (~> 1.41)
154
- rubocop-rspec (2.26.1)
154
+ rubocop-rspec (2.27.1)
155
155
  rubocop (~> 1.40)
156
156
  rubocop-capybara (~> 2.17)
157
157
  rubocop-factory_bot (~> 2.22)
158
158
  ruby-progressbar (1.13.0)
159
- ruby2_keywords (0.0.5)
160
159
  simplecov (0.22.0)
161
160
  docile (~> 1.1)
162
161
  simplecov-html (~> 0.11)
163
162
  simplecov_json_formatter (~> 0.1)
164
163
  simplecov-html (0.12.3)
165
164
  simplecov_json_formatter (0.1.4)
166
- super_diff (0.10.0)
165
+ super_diff (0.11.0)
167
166
  attr_extras (>= 6.2.4)
168
167
  diff-lcs
169
168
  patience_diff
170
- thor (1.3.0)
169
+ thor (1.3.1)
171
170
  tzinfo (2.0.6)
172
171
  concurrent-ruby (~> 1.0)
173
172
  unicode-display_width (2.5.0)
174
173
  uri (0.13.0)
175
- webmock (3.19.1)
174
+ webmock (3.23.0)
176
175
  addressable (>= 2.8.0)
177
176
  crack (>= 0.3.2)
178
177
  hashdiff (>= 0.4.0, < 2.0.0)
179
- zeitwerk (2.6.12)
178
+ zeitwerk (2.6.13)
180
179
 
181
180
  PLATFORMS
182
181
  x86_64-darwin-19
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.required_ruby_version = '>= 3.0', '< 4'
26
26
 
27
27
  spec.add_dependency 'activesupport', '>= 4.2', '< 8'
28
- spec.add_dependency 'cocina-models', '~> 0.94.0'
28
+ spec.add_dependency 'cocina-models', '~> 0.95.1'
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 = '14.1.0'
6
+ VERSION = '14.2.1'
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: 14.1.0
4
+ version: 14.2.1
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: 2024-01-19 00:00:00.000000000 Z
12
+ date: 2024-03-11 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.94.0
40
+ version: 0.95.1
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.94.0
47
+ version: 0.95.1
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: deprecation
50
50
  requirement: !ruby/object:Gem::Requirement
@@ -277,7 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
277
  - !ruby/object:Gem::Version
278
278
  version: '0'
279
279
  requirements: []
280
- rubygems_version: 3.3.7
280
+ rubygems_version: 3.4.10
281
281
  signing_key:
282
282
  specification_version: 4
283
283
  summary: A client for dor-services-app