sdr-client 2.8.0 → 2.9.0

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: f30fa099fbb1988eec8b36f2e9b1363bed1400dd89f1073cea6c38d69c0de210
4
- data.tar.gz: b25ec3b1d7c565d18cd2e1823741ff503c88ba955d4a2128b88ce7d6ef8c43b6
3
+ metadata.gz: 9847dd42d02efb13347fcf97803863a7f154d43a69c5836fa786665c06a216ad
4
+ data.tar.gz: c5a873a11c83bef16c7f20cd6482022a74163de28dee9f2caa1c8ebde8a5a5f7
5
5
  SHA512:
6
- metadata.gz: c879dbc2634696c9e40d94b6520438d4b1ad79b17a582b961a46174e854b6051071f43b2682f62ad0303b45e003cf40e1a237ae88fec4ac13d785f82a47319f4
7
- data.tar.gz: 4415c652f3d02d132773b247fee81fd464dd6db53eb5a07100cf7ad61b3bda114014f9a152d3a436bbe094c4e3742b0125506a20742d7ff8260a3372a7507dc6
6
+ metadata.gz: 7ab6b6b5b7d88e57df39ca8c379fd2a6f495a04c92f8032f366e6c1efe35003e0cb833e78520f1fde84b486b4ca032ea80adad8687a06fb4ddcb57b022e976b5
7
+ data.tar.gz: 3ed4140838ee6aad624baf84656d1b9f5b4616e42473bac562c4078a1ce3c0fa19ca870ac5ddedd1981d5d19eec4fc3a4b529b5c890bf8d10d96ec2dc5550128
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sdr-client (2.8.0)
4
+ sdr-client (2.9.0)
5
5
  activesupport
6
- cocina-models (~> 0.93.0)
6
+ cocina-models (~> 0.94.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.1.1)
15
+ activesupport (7.1.2)
16
16
  base64
17
17
  bigdecimal
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -22,14 +22,14 @@ GEM
22
22
  minitest (>= 5.1)
23
23
  mutex_m
24
24
  tzinfo (~> 2.0)
25
- addressable (2.8.5)
25
+ addressable (2.8.6)
26
26
  public_suffix (>= 2.0.2, < 6.0)
27
27
  ast (2.4.2)
28
28
  attr_extras (7.1.0)
29
- base64 (0.1.1)
30
- bigdecimal (3.1.4)
29
+ base64 (0.2.0)
30
+ bigdecimal (3.1.5)
31
31
  byebug (11.1.3)
32
- cocina-models (0.93.0)
32
+ cocina-models (0.94.0)
33
33
  activesupport
34
34
  deprecation
35
35
  dry-struct (~> 1.0)
@@ -47,7 +47,7 @@ GEM
47
47
  zeitwerk (~> 2.1)
48
48
  commonmarker (0.23.10)
49
49
  concurrent-ruby (1.2.2)
50
- config (5.0.0)
50
+ config (5.1.0)
51
51
  deep_merge (~> 1.2, >= 1.2.1)
52
52
  dry-validation (~> 1.0, >= 1.0.0)
53
53
  connection_pool (2.4.1)
@@ -58,7 +58,7 @@ GEM
58
58
  activesupport
59
59
  diff-lcs (1.5.0)
60
60
  docile (1.4.0)
61
- drb (2.1.1)
61
+ drb (2.2.0)
62
62
  ruby2_keywords
63
63
  dry-configurable (1.1.0)
64
64
  dry-core (~> 1.0, < 2)
@@ -89,7 +89,8 @@ GEM
89
89
  dry-types (>= 1.7, < 2)
90
90
  ice_nine (~> 0.11)
91
91
  zeitwerk (~> 2.6)
92
- dry-types (1.7.1)
92
+ dry-types (1.7.2)
93
+ bigdecimal (~> 3.0)
93
94
  concurrent-ruby (~> 1.0)
94
95
  dry-core (~> 1.0)
95
96
  dry-inflector (~> 1.0)
@@ -105,43 +106,44 @@ GEM
105
106
  activesupport (>= 3.0, < 8.0)
106
107
  equivalent-xml (0.6.0)
107
108
  nokogiri (>= 1.4.3)
108
- faraday (2.7.11)
109
- base64
110
- faraday-net_http (>= 2.0, < 3.1)
111
- ruby2_keywords (>= 0.0.4)
112
- faraday-net_http (3.0.2)
113
- hashdiff (1.0.1)
109
+ faraday (2.9.0)
110
+ faraday-net_http (>= 2.0, < 3.2)
111
+ faraday-net_http (3.1.0)
112
+ net-http
113
+ hashdiff (1.1.0)
114
114
  i18n (1.14.1)
115
115
  concurrent-ruby (~> 1.0)
116
116
  ice_nine (0.11.2)
117
- json (2.6.3)
117
+ json (2.7.1)
118
118
  jsonpath (1.1.5)
119
119
  multi_json
120
120
  language_server-protocol (3.17.0.3)
121
121
  launchy (2.5.2)
122
122
  addressable (~> 2.8)
123
- minitest (5.20.0)
123
+ minitest (5.21.1)
124
124
  multi_json (1.15.0)
125
- mutex_m (0.1.2)
126
- nokogiri (1.15.4-x86_64-darwin)
125
+ mutex_m (0.2.0)
126
+ net-http (0.4.1)
127
+ uri
128
+ nokogiri (1.16.0-x86_64-darwin)
127
129
  racc (~> 1.4)
128
- nokogiri (1.15.4-x86_64-linux)
130
+ nokogiri (1.16.0-x86_64-linux)
129
131
  racc (~> 1.4)
130
132
  openapi3_parser (0.9.2)
131
133
  commonmarker (~> 0.17)
132
134
  openapi_parser (1.0.0)
133
135
  optimist (3.1.0)
134
- parallel (1.23.0)
135
- parser (3.2.2.4)
136
+ parallel (1.24.0)
137
+ parser (3.3.0.3)
136
138
  ast (~> 2.4.1)
137
139
  racc
138
140
  patience_diff (1.2.0)
139
141
  optimist (~> 3.0)
140
- public_suffix (5.0.3)
142
+ public_suffix (5.0.4)
141
143
  racc (1.7.3)
142
144
  rainbow (3.1.1)
143
145
  rake (13.1.0)
144
- regexp_parser (2.8.2)
146
+ regexp_parser (2.9.0)
145
147
  rexml (3.2.6)
146
148
  rspec (3.12.0)
147
149
  rspec-core (~> 3.12.0)
@@ -160,26 +162,26 @@ GEM
160
162
  rspec-core (>= 2, < 4, != 2.12.0)
161
163
  rss (0.3.0)
162
164
  rexml
163
- rubocop (1.57.2)
165
+ rubocop (1.60.0)
164
166
  json (~> 2.3)
165
167
  language_server-protocol (>= 3.17.0)
166
168
  parallel (~> 1.10)
167
- parser (>= 3.2.2.4)
169
+ parser (>= 3.3.0.2)
168
170
  rainbow (>= 2.2.2, < 4.0)
169
171
  regexp_parser (>= 1.8, < 3.0)
170
172
  rexml (>= 3.2.5, < 4.0)
171
- rubocop-ast (>= 1.28.1, < 2.0)
173
+ rubocop-ast (>= 1.30.0, < 2.0)
172
174
  ruby-progressbar (~> 1.7)
173
175
  unicode-display_width (>= 2.4.0, < 3.0)
174
176
  rubocop-ast (1.30.0)
175
177
  parser (>= 3.2.1.0)
176
- rubocop-capybara (2.19.0)
178
+ rubocop-capybara (2.20.0)
179
+ rubocop (~> 1.41)
180
+ rubocop-factory_bot (2.25.1)
177
181
  rubocop (~> 1.41)
178
- rubocop-factory_bot (2.24.0)
179
- rubocop (~> 1.33)
180
182
  rubocop-rake (0.6.0)
181
183
  rubocop (~> 1.0)
182
- rubocop-rspec (2.25.0)
184
+ rubocop-rspec (2.26.1)
183
185
  rubocop (~> 1.40)
184
186
  rubocop-capybara (~> 2.17)
185
187
  rubocop-factory_bot (~> 2.22)
@@ -199,6 +201,7 @@ GEM
199
201
  tzinfo (2.0.6)
200
202
  concurrent-ruby (~> 1.0)
201
203
  unicode-display_width (2.5.0)
204
+ uri (0.13.0)
202
205
  webmock (3.19.1)
203
206
  addressable (>= 2.8.0)
204
207
  crack (>= 0.3.2)
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Test Coverage](https://api.codeclimate.com/v1/badges/1210855d46d4f424bf30/test_coverage)](https://codeclimate.com/github/sul-dlss/sdr-client/test_coverage)
4
4
  [![Gem Version](https://badge.fury.io/rb/sdr-client.svg)](https://badge.fury.io/rb/sdr-client)
5
5
 
6
- # Sdr::Client
6
+ # SdrClient
7
7
 
8
8
  This is a Ruby-based CLI for interacting with the Stanford Digital Repository API. The code for the SDR API server is at https://github.com/sul-dlss/sdr-api
9
9
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '2.8.0'
4
+ VERSION = '2.9.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.93.0'
31
+ spec.add_dependency 'cocina-models', '~> 0.94.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.8.0
4
+ version: 2.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-09 00:00:00.000000000 Z
11
+ date: 2024-01-19 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.93.0
33
+ version: 0.94.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.93.0
40
+ version: 0.94.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: config
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  - !ruby/object:Gem::Version
179
179
  version: '0'
180
180
  requirements: []
181
- rubygems_version: 3.4.19
181
+ rubygems_version: 3.3.7
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: The CLI for https://github.com/sul-dlss/sdr-api