sdr-client 2.18.1 → 2.19.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: 8b9f90e6b2328a165dec0fdc4f1b65a1b1423a58eab004a3ce028d5545a6f717
4
- data.tar.gz: 4ae2de10b489328955ebc5687aac298d91121873d9677b128b024975152dcbed
3
+ metadata.gz: 36dfee5a736196a6bef5e278eb3e7db390d074ca6a3828e32c98abe81b1bb316
4
+ data.tar.gz: 664f514e53ac6ddb6f7505ee5533e4253edfb1b1010938786d42a69b218fbba4
5
5
  SHA512:
6
- metadata.gz: fd8b1c6ac2e2c63deddbbfbfa5df0908f33e9448a1226c0f7471a1b96a5da6d493da6d5eaf7236d6b154312ca04a0e28ab44e7522d8273f86b0e72bc5f16e54a
7
- data.tar.gz: 91e1eadf611b65c0286438afbac517e7040542e8eb3702b0fad310c5a92812ca41606cdea1ee62bbc777449095ee0d86856be3347c88a92ad31b46db735f3427
6
+ metadata.gz: 4f7f60b5ec5246c503c2731861a3cdf3f3cc6a15aa89b19bae697d51151e3acec6a9fcb2e5051220f293ef1de28d729818862b3e2c019015977700b60ecb1233
7
+ data.tar.gz: 5cadf6924e38a3eecb8797347aa71aeb47cf1efa5e91329cfe7cb0b5a8c67748b79779b5bde5f3ff5a72ffd791c8d192a15529450cd941226d95dfc80a997eb6
data/.circleci/config.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  version: 2.1
2
2
  orbs:
3
- ruby-rails: sul-dlss/ruby-rails@4.2.3
3
+ ruby-rails: sul-dlss/ruby-rails@4.5.0
4
4
  workflows:
5
5
  build:
6
6
  jobs:
@@ -8,3 +8,5 @@ workflows:
8
8
  name: lint
9
9
  - ruby-rails/test-gem:
10
10
  name: test
11
+ context: dlss
12
+ use-codecov: true
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sdr-client (2.18.1)
4
+ sdr-client (2.19.0)
5
5
  activesupport
6
- cocina-models (~> 0.99.0)
6
+ cocina-models (~> 0.100.0)
7
7
  config
8
8
  dry-monads
9
9
  faraday (>= 0.16)
@@ -36,7 +36,7 @@ GEM
36
36
  byebug (11.1.3)
37
37
  childprocess (5.1.0)
38
38
  logger (~> 1.5)
39
- cocina-models (0.99.3)
39
+ cocina-models (0.100.0)
40
40
  activesupport
41
41
  deprecation
42
42
  dry-struct (~> 1.0)
@@ -78,12 +78,12 @@ GEM
78
78
  concurrent-ruby (~> 1.0)
79
79
  dry-core (~> 1.1)
80
80
  zeitwerk (~> 2.6)
81
- dry-struct (1.7.0)
81
+ dry-struct (1.7.1)
82
82
  dry-core (~> 1.1)
83
- dry-types (~> 1.8)
83
+ dry-types (~> 1.8, >= 1.8.2)
84
84
  ice_nine (~> 0.11)
85
85
  zeitwerk (~> 2.6)
86
- dry-types (1.8.1)
86
+ dry-types (1.8.2)
87
87
  bigdecimal (~> 3.0)
88
88
  concurrent-ruby (~> 1.0)
89
89
  dry-core (~> 1.0)
@@ -107,7 +107,7 @@ GEM
107
107
  json (2.9.1)
108
108
  jsonpath (1.1.5)
109
109
  multi_json
110
- language_server-protocol (3.17.0.3)
110
+ language_server-protocol (3.17.0.4)
111
111
  launchy (3.1.0)
112
112
  addressable (~> 2.8)
113
113
  childprocess (~> 5.0)
@@ -127,7 +127,7 @@ GEM
127
127
  optimist (3.2.0)
128
128
  ostruct (0.6.1)
129
129
  parallel (1.26.3)
130
- parser (3.3.7.0)
130
+ parser (3.3.7.1)
131
131
  ast (~> 2.4.1)
132
132
  racc
133
133
  patience_diff (1.2.0)
@@ -142,7 +142,7 @@ GEM
142
142
  rspec-core (~> 3.13.0)
143
143
  rspec-expectations (~> 3.13.0)
144
144
  rspec-mocks (~> 3.13.0)
145
- rspec-core (3.13.2)
145
+ rspec-core (3.13.3)
146
146
  rspec-support (~> 3.13.0)
147
147
  rspec-expectations (3.13.3)
148
148
  diff-lcs (>= 1.2.0, < 2.0)
@@ -153,17 +153,17 @@ GEM
153
153
  rspec-support (3.13.2)
154
154
  rspec_junit_formatter (0.6.0)
155
155
  rspec-core (>= 2, < 4, != 2.12.0)
156
- rubocop (1.71.0)
156
+ rubocop (1.71.2)
157
157
  json (~> 2.3)
158
158
  language_server-protocol (>= 3.17.0)
159
159
  parallel (~> 1.10)
160
160
  parser (>= 3.3.0.2)
161
161
  rainbow (>= 2.2.2, < 4.0)
162
162
  regexp_parser (>= 2.9.3, < 3.0)
163
- rubocop-ast (>= 1.36.2, < 2.0)
163
+ rubocop-ast (>= 1.38.0, < 2.0)
164
164
  ruby-progressbar (~> 1.7)
165
165
  unicode-display_width (>= 2.4.0, < 4.0)
166
- rubocop-ast (1.37.0)
166
+ rubocop-ast (1.38.0)
167
167
  parser (>= 3.3.1.0)
168
168
  rubocop-capybara (2.21.0)
169
169
  rubocop (~> 1.41)
@@ -197,7 +197,7 @@ GEM
197
197
  unicode-emoji (~> 4.0, >= 4.0.4)
198
198
  unicode-emoji (4.0.4)
199
199
  uri (1.0.2)
200
- webmock (3.24.0)
200
+ webmock (3.25.0)
201
201
  addressable (>= 2.8.0)
202
202
  crack (>= 0.3.2)
203
203
  hashdiff (>= 0.4.0, < 2.0.0)
data/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  [![CircleCI](https://circleci.com/gh/sul-dlss/sdr-client.svg?style=svg)](https://circleci.com/gh/sul-dlss/sdr-client)
2
- [![Maintainability](https://api.codeclimate.com/v1/badges/1210855d46d4f424bf30/maintainability)](https://codeclimate.com/github/sul-dlss/sdr-client/maintainability)
3
- [![Test Coverage](https://api.codeclimate.com/v1/badges/1210855d46d4f424bf30/test_coverage)](https://codeclimate.com/github/sul-dlss/sdr-client/test_coverage)
2
+ [![codecov](https://codecov.io/github/sul-dlss/sdr-client/graph/badge.svg?token=IJSG58IGBE)](https://codecov.io/github/sul-dlss/sdr-client)
4
3
  [![Gem Version](https://badge.fury.io/rb/sdr-client.svg)](https://badge.fury.io/rb/sdr-client)
5
4
 
6
5
  # SdrClient
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '2.18.1'
4
+ VERSION = '2.19.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.99.0'
31
+ spec.add_dependency 'cocina-models', '~> 0.100.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.18.1
4
+ version: 2.19.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: 2025-01-28 00:00:00.000000000 Z
11
+ date: 2025-02-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.99.0
33
+ version: 0.100.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.99.0
40
+ version: 0.100.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: config
43
43
  requirement: !ruby/object:Gem::Requirement