dor-services-client 14.2.0 → 14.2.1

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: 4d96f322b1f7b500f352f4ad8d7d239afa0208c69bac989b2c0b1b0736ddc68a
4
- data.tar.gz: f44f892fdaddcafebcdc41c55f27cc4164179b982606a05a6f74a02f6240b148
3
+ metadata.gz: 606f3a9f544df877a802c3a59bf0cca8cf6ddd6a9cc198281e779d66d07cb10d
4
+ data.tar.gz: 734f2682867e0d4041e00e57aba5e22ce44bd136f01cb7df04039ff1ccef4616
5
5
  SHA512:
6
- metadata.gz: fcb394fe8af1f419a2555668ae22a1174f7e2b6a440e4bbdc39972c2e2c73ca91716ba68ca644586ed6ddf900fd6b23fe4f449a174e5a02b7d644eeb758c731f
7
- data.tar.gz: e38841b19ea6e5660b9d8fa56e61e727058d311749379bf23f135a41104834d3dadad9e495e2389525fd2b63255a4bf1894c935e5a00d75fd7b0f6bee536fccb
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.2.0)
4
+ dor-services-client (14.2.1)
5
5
  activesupport (>= 4.2, < 8)
6
- cocina-models (~> 0.95.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.3)
15
+ activesupport (7.1.3.2)
16
16
  base64
17
17
  bigdecimal
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -29,7 +29,7 @@ GEM
29
29
  base64 (0.2.0)
30
30
  bigdecimal (3.1.6)
31
31
  byebug (11.1.3)
32
- cocina-models (0.95.0)
32
+ cocina-models (0.95.1)
33
33
  activesupport
34
34
  deprecation
35
35
  dry-struct (~> 1.0)
@@ -48,14 +48,14 @@ GEM
48
48
  commonmarker (0.23.10)
49
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,21 +87,21 @@ 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.2)
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)
@@ -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.2)
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.95.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.2.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.2.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-31 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.95.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.95.0
47
+ version: 0.95.1
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: deprecation
50
50
  requirement: !ruby/object:Gem::Requirement