sdr-client 2.3.1 → 2.4.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: 797ccc774c2d310146d945ce3dc5a58d2e2767a40608308cda938df7931bcdf7
4
- data.tar.gz: b668cc544d1b0c593d2458b47658c768eafdf94bf0ea361be02b6f67c5af4b44
3
+ metadata.gz: ee6cf6f853cdced4466b332418b612995059f4b4e0ccb815304ddc6284c650bf
4
+ data.tar.gz: 61144422d1b60823942da6aa7295afc86afc0844af10187dadd7c1e83a6e18c5
5
5
  SHA512:
6
- metadata.gz: b7e999d795ed744dd7b2d51774718c9840a9ffa56430fe0947b53a7cabffa83ff611164af19576bf3c8b68331edcb25cd2a6063ac7bc8ce16acaaa3a58d184d5
7
- data.tar.gz: f010f0624f37c1208d782ead081ea55610b9edbeffdfe4777b47192462278ea270588e5e8f0bdeb947ffc69bd3bf8712e32fedc8f46de71f4b063f3df563dd75
6
+ metadata.gz: 9b45b8adb122a9f69192fffeb39d05f98178aeff268194f779de3c79735af5cce6bfca54a2e5eb8b2adc2c26a2d5c2cefd4bb35dcb0ee5994321ee4e9c20ff57
7
+ data.tar.gz: 851da7520cce9fa8005f3c50b92fb21fd2b9ea9d8eac18b86cf0ddd06307609091005708e9d0d6372f7316a11117bc1362de4deb4fe368746ae109c293e7e803
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sdr-client (2.3.1)
4
+ sdr-client (2.4.0)
5
5
  activesupport
6
- cocina-models (~> 0.89.0)
6
+ cocina-models (~> 0.90.0)
7
7
  config
8
8
  dry-monads
9
9
  faraday (>= 0.16)
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (7.0.4.2)
15
+ activesupport (7.0.4.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -22,7 +22,7 @@ GEM
22
22
  ast (2.4.2)
23
23
  attr_extras (7.1.0)
24
24
  byebug (11.1.3)
25
- cocina-models (0.89.1)
25
+ cocina-models (0.90.0)
26
26
  activesupport
27
27
  deprecation
28
28
  dry-struct (~> 1.0)
@@ -118,7 +118,7 @@ GEM
118
118
  openapi_parser (0.15.0)
119
119
  optimist (3.0.1)
120
120
  parallel (1.22.1)
121
- parser (3.2.1.0)
121
+ parser (3.2.1.1)
122
122
  ast (~> 2.4.1)
123
123
  patience_diff (1.2.0)
124
124
  optimist (~> 3.0)
@@ -137,7 +137,7 @@ GEM
137
137
  rspec-expectations (3.12.2)
138
138
  diff-lcs (>= 1.2.0, < 2.0)
139
139
  rspec-support (~> 3.12.0)
140
- rspec-mocks (3.12.3)
140
+ rspec-mocks (3.12.5)
141
141
  diff-lcs (>= 1.2.0, < 2.0)
142
142
  rspec-support (~> 3.12.0)
143
143
  rspec-support (3.12.0)
@@ -145,7 +145,7 @@ GEM
145
145
  rspec-core (>= 2, < 4, != 2.12.0)
146
146
  rss (0.2.9)
147
147
  rexml
148
- rubocop (1.48.0)
148
+ rubocop (1.48.1)
149
149
  json (~> 2.3)
150
150
  parallel (~> 1.10)
151
151
  parser (>= 3.2.0.0)
@@ -155,13 +155,13 @@ GEM
155
155
  rubocop-ast (>= 1.26.0, < 2.0)
156
156
  ruby-progressbar (~> 1.7)
157
157
  unicode-display_width (>= 2.4.0, < 3.0)
158
- rubocop-ast (1.27.0)
158
+ rubocop-ast (1.28.0)
159
159
  parser (>= 3.2.1.0)
160
160
  rubocop-capybara (2.17.1)
161
161
  rubocop (~> 1.41)
162
162
  rubocop-rake (0.6.0)
163
163
  rubocop (~> 1.0)
164
- rubocop-rspec (2.18.1)
164
+ rubocop-rspec (2.19.0)
165
165
  rubocop (~> 1.33)
166
166
  rubocop-capybara (~> 2.17)
167
167
  ruby-progressbar (1.13.0)
@@ -172,7 +172,7 @@ GEM
172
172
  simplecov_json_formatter (~> 0.1)
173
173
  simplecov-html (0.12.3)
174
174
  simplecov_json_formatter (0.1.4)
175
- super_diff (0.9.0)
175
+ super_diff (0.10.0)
176
176
  attr_extras (>= 6.2.4)
177
177
  diff-lcs
178
178
  patience_diff
@@ -206,4 +206,4 @@ DEPENDENCIES
206
206
  webmock (~> 3.7)
207
207
 
208
208
  BUNDLED WITH
209
- 2.3.17
209
+ 2.3.22
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '2.3.1'
4
+ VERSION = '2.4.0'
5
5
  end
data/sdr-client.gemspec CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.require_paths = ['lib']
29
29
 
30
30
  spec.add_dependency 'activesupport'
31
- spec.add_dependency 'cocina-models', '~> 0.89.0'
31
+ spec.add_dependency 'cocina-models', '~> 0.90.0'
32
32
  spec.add_dependency 'config'
33
33
  spec.add_dependency 'dry-monads'
34
34
  spec.add_dependency 'faraday', '>= 0.16'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdr-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-07 00:00:00.000000000 Z
11
+ date: 2023-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.89.0
33
+ version: 0.90.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.89.0
40
+ version: 0.90.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: config
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -289,7 +289,7 @@ metadata:
289
289
  source_code_uri: https://github.com/sul-dlss/sdr-client
290
290
  changelog_uri: https://github.com/sul-dlss/sdr-client/releases
291
291
  rubygems_mfa_required: 'true'
292
- post_install_message:
292
+ post_install_message:
293
293
  rdoc_options: []
294
294
  require_paths:
295
295
  - lib
@@ -305,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
305
  version: '0'
306
306
  requirements: []
307
307
  rubygems_version: 3.2.32
308
- signing_key:
308
+ signing_key:
309
309
  specification_version: 4
310
310
  summary: The CLI for https://github.com/sul-dlss/sdr-api
311
311
  test_files: []