sdr-client 2.0.1 → 2.1.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: 17915ecb6a7106d3236d893589e751def14fbaa53a79eb803a1695b3c71c1a00
4
- data.tar.gz: 69d87e176f5989baffcafdd0312ba67a6e87df44bd13d5930113e2bbfe058917
3
+ metadata.gz: a973ec78ec219b92d50cfd710971e44b3df4c3e018a16757182342d8764df45b
4
+ data.tar.gz: f80a12e4e6a8dc1fcfd0363057839378043c776c4fb084f3938e5d3428f02fda
5
5
  SHA512:
6
- metadata.gz: febadce28e8d780c62461cf61264cd3080d6e8e56ea403f3586b6d1f918aec1a0f2679443cd08c125c881fdd139ca9067379a39e349f8af48a10d6fedd5df743
7
- data.tar.gz: 692ce1e5c829206be38d645aca518496b1346cacc09810241ecf4d16d867088ec7f50cd93db312253f76c26d91e270815c70dfbcdb53811a708f71c34d0978d3
6
+ metadata.gz: e28956591fb22580081215fa9548485ea3c3534122c0be15c8cb54eab775fe2d56f5b02b2e5f7d41d919b8058b80f148be639bf277bd217a1b336649bf85eff1
7
+ data.tar.gz: 999c0a597e124ef2d75427e4689c0e8b56d31536b287b6bf31820486009b31e58d1c533766f97b4eb84e003c86655351c80fd73545e63ef6eea8c288441d23a3
data/.circleci/config.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  version: 2.1
2
2
  orbs:
3
- ruby-rails: sul-dlss/ruby-rails@3.1.2
3
+ ruby-rails: sul-dlss/ruby-rails@3.2.0
4
4
  workflows:
5
5
  build:
6
6
  jobs:
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sdr-client (2.0.1)
4
+ sdr-client (2.1.0)
5
5
  activesupport
6
- cocina-models (~> 0.86.0)
6
+ cocina-models (~> 0.87.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)
15
+ activesupport (7.0.4.2)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -20,9 +20,9 @@ GEM
20
20
  addressable (2.8.1)
21
21
  public_suffix (>= 2.0.2, < 6.0)
22
22
  ast (2.4.2)
23
- attr_extras (7.0.0)
23
+ attr_extras (7.1.0)
24
24
  byebug (11.1.3)
25
- cocina-models (0.86.0)
25
+ cocina-models (0.87.0)
26
26
  activesupport
27
27
  deprecation
28
28
  dry-struct (~> 1.0)
@@ -37,8 +37,8 @@ GEM
37
37
  super_diff
38
38
  thor
39
39
  zeitwerk (~> 2.1)
40
- commonmarker (0.23.6)
41
- concurrent-ruby (1.1.10)
40
+ commonmarker (0.23.8)
41
+ concurrent-ruby (1.2.0)
42
42
  config (4.1.0)
43
43
  deep_merge (~> 1.2, >= 1.2.1)
44
44
  dry-validation (~> 1.0, >= 1.0.0)
@@ -90,11 +90,11 @@ GEM
90
90
  dry-initializer (~> 3.0)
91
91
  dry-schema (>= 1.12, < 2)
92
92
  zeitwerk (~> 2.6)
93
- edtf (3.1.0)
93
+ edtf (3.1.1)
94
94
  activesupport (>= 3.0, < 8.0)
95
95
  equivalent-xml (0.6.0)
96
96
  nokogiri (>= 1.4.3)
97
- faraday (2.7.2)
97
+ faraday (2.7.4)
98
98
  faraday-net_http (>= 2.0, < 3.1)
99
99
  ruby2_keywords (>= 0.0.4)
100
100
  faraday-net_http (3.0.2)
@@ -105,39 +105,39 @@ GEM
105
105
  json (2.6.3)
106
106
  jsonpath (1.1.2)
107
107
  multi_json
108
- launchy (2.5.0)
109
- addressable (~> 2.7)
110
- minitest (5.16.3)
108
+ launchy (2.5.2)
109
+ addressable (~> 2.8)
110
+ minitest (5.17.0)
111
111
  multi_json (1.15.0)
112
- nokogiri (1.13.10-x86_64-darwin)
112
+ nokogiri (1.14.2-x86_64-darwin)
113
113
  racc (~> 1.4)
114
- nokogiri (1.13.10-x86_64-linux)
114
+ nokogiri (1.14.2-x86_64-linux)
115
115
  racc (~> 1.4)
116
116
  openapi3_parser (0.9.2)
117
117
  commonmarker (~> 0.17)
118
118
  openapi_parser (0.15.0)
119
119
  optimist (3.0.1)
120
120
  parallel (1.22.1)
121
- parser (3.1.3.0)
121
+ parser (3.2.1.0)
122
122
  ast (~> 2.4.1)
123
123
  patience_diff (1.2.0)
124
124
  optimist (~> 3.0)
125
125
  public_suffix (5.0.1)
126
- racc (1.6.1)
126
+ racc (1.6.2)
127
127
  rainbow (3.1.1)
128
128
  rake (13.0.6)
129
- regexp_parser (2.6.1)
129
+ regexp_parser (2.7.0)
130
130
  rexml (3.2.5)
131
131
  rspec (3.12.0)
132
132
  rspec-core (~> 3.12.0)
133
133
  rspec-expectations (~> 3.12.0)
134
134
  rspec-mocks (~> 3.12.0)
135
- rspec-core (3.12.0)
135
+ rspec-core (3.12.1)
136
136
  rspec-support (~> 3.12.0)
137
- rspec-expectations (3.12.0)
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.1)
140
+ rspec-mocks (3.12.3)
141
141
  diff-lcs (>= 1.2.0, < 2.0)
142
142
  rspec-support (~> 3.12.0)
143
143
  rspec-support (3.12.0)
@@ -145,25 +145,28 @@ GEM
145
145
  rspec-core (>= 2, < 4, != 2.12.0)
146
146
  rss (0.2.9)
147
147
  rexml
148
- rubocop (1.40.0)
148
+ rubocop (1.45.1)
149
149
  json (~> 2.3)
150
150
  parallel (~> 1.10)
151
- parser (>= 3.1.2.1)
151
+ parser (>= 3.2.0.0)
152
152
  rainbow (>= 2.2.2, < 4.0)
153
153
  regexp_parser (>= 1.8, < 3.0)
154
154
  rexml (>= 3.2.5, < 4.0)
155
- rubocop-ast (>= 1.23.0, < 2.0)
155
+ rubocop-ast (>= 1.24.1, < 2.0)
156
156
  ruby-progressbar (~> 1.7)
157
- unicode-display_width (>= 1.4.0, < 3.0)
158
- rubocop-ast (1.24.0)
159
- parser (>= 3.1.1.0)
157
+ unicode-display_width (>= 2.4.0, < 3.0)
158
+ rubocop-ast (1.26.0)
159
+ parser (>= 3.2.1.0)
160
+ rubocop-capybara (2.17.0)
161
+ rubocop (~> 1.41)
160
162
  rubocop-rake (0.6.0)
161
163
  rubocop (~> 1.0)
162
- rubocop-rspec (2.15.0)
164
+ rubocop-rspec (2.18.1)
163
165
  rubocop (~> 1.33)
166
+ rubocop-capybara (~> 2.17)
164
167
  ruby-progressbar (1.11.0)
165
168
  ruby2_keywords (0.0.5)
166
- simplecov (0.21.2)
169
+ simplecov (0.22.0)
167
170
  docile (~> 1.1)
168
171
  simplecov-html (~> 0.11)
169
172
  simplecov_json_formatter (~> 0.1)
@@ -174,14 +177,14 @@ GEM
174
177
  diff-lcs
175
178
  patience_diff
176
179
  thor (1.2.1)
177
- tzinfo (2.0.5)
180
+ tzinfo (2.0.6)
178
181
  concurrent-ruby (~> 1.0)
179
- unicode-display_width (2.3.0)
182
+ unicode-display_width (2.4.2)
180
183
  webmock (3.18.1)
181
184
  addressable (>= 2.8.0)
182
185
  crack (>= 0.3.2)
183
186
  hashdiff (>= 0.4.0, < 2.0.0)
184
- zeitwerk (2.6.6)
187
+ zeitwerk (2.6.7)
185
188
 
186
189
  PLATFORMS
187
190
  x86_64-darwin-19
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '2.0.1'
4
+ VERSION = '2.1.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.86.0'
31
+ spec.add_dependency 'cocina-models', '~> 0.87.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.0.1
4
+ version: 2.1.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: 2022-12-16 00:00:00.000000000 Z
11
+ date: 2023-02-14 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.86.0
33
+ version: 0.87.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.86.0
40
+ version: 0.87.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: config
43
43
  requirement: !ruby/object:Gem::Requirement