dor-services-client 15.3.0 → 15.4.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: 7e74ca0ad7c415b3106f4877959eb84fd330a1d6165fde35061b9b8cf329ed2f
4
- data.tar.gz: 467ca654ab6c53959a8cfa59f8379357129de3f531a236091712c798ec6d24eb
3
+ metadata.gz: af025cd4df3276cc4c2e5793794861a55332ba2d9e8d9c69e9168df4901038c1
4
+ data.tar.gz: e7e7d2778580bf7641010cadf17c37faf85f6067c5606b52b9f39e25e0860ba5
5
5
  SHA512:
6
- metadata.gz: bbbd6072449d6d5204e446c314ea3e5b334ab7678ad3e99e6c04332a1020f97c8c2d6db5621f68958d19aa899f0790b47d78ca0bda2bf43107c6f54113cb7724
7
- data.tar.gz: 57c5d87ca0045680736832ba487417add78b9a0a85a7f78192a470dd311d189d27f0f13f6e4219cedc24c962b8abe2f19ff93a2c772111289d8aa32d8ab58728
6
+ metadata.gz: 92b865de43d42a4d2fab0bfb5749d477f90514f6cf6a2ef7b3678ae7c339ba620f3de2ef4f3fdc9f95cb2abb4edfc4bf0be1023a70066bfa86a0d0980fed76f0
7
+ data.tar.gz: bcedec265771008b92a3f59d34e11820871dad15419924d9fce4a2d1786f9e826bc262a5a6fb13ff3c88332a0c03d2241102efd81b226186d0add9c61a1c6bde
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,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor-services-client (15.3.0)
4
+ dor-services-client (15.4.0)
5
5
  activesupport (>= 7.0.0)
6
6
  cocina-models (~> 0.99.0)
7
7
  deprecation
@@ -33,9 +33,8 @@ GEM
33
33
  benchmark (0.4.0)
34
34
  bigdecimal (3.1.9)
35
35
  byebug (11.1.3)
36
- cocina-models (0.99.2)
36
+ cocina-models (0.99.4)
37
37
  activesupport
38
- commonmarker (= 2.0.1)
39
38
  deprecation
40
39
  dry-struct (~> 1.0)
41
40
  dry-types (~> 1.1)
@@ -44,16 +43,12 @@ GEM
44
43
  i18n
45
44
  jsonpath
46
45
  nokogiri
47
- openapi3_parser
48
46
  openapi_parser (~> 1.0)
49
47
  super_diff
50
48
  thor
51
49
  zeitwerk (~> 2.1)
52
- commonmarker (2.0.1-arm64-darwin)
53
- commonmarker (2.0.1-x86_64-darwin)
54
- commonmarker (2.0.1-x86_64-linux)
55
- concurrent-ruby (1.3.4)
56
- connection_pool (2.4.1)
50
+ concurrent-ruby (1.3.5)
51
+ connection_pool (2.5.0)
57
52
  crack (1.0.0)
58
53
  bigdecimal
59
54
  rexml
@@ -72,12 +67,12 @@ GEM
72
67
  concurrent-ruby (~> 1.0)
73
68
  dry-core (~> 1.1)
74
69
  zeitwerk (~> 2.6)
75
- dry-struct (1.6.0)
76
- dry-core (~> 1.0, < 2)
77
- dry-types (>= 1.7, < 2)
70
+ dry-struct (1.7.1)
71
+ dry-core (~> 1.1)
72
+ dry-types (~> 1.8, >= 1.8.2)
78
73
  ice_nine (~> 0.11)
79
74
  zeitwerk (~> 2.6)
80
- dry-types (1.7.2)
75
+ dry-types (1.8.2)
81
76
  bigdecimal (~> 3.0)
82
77
  concurrent-ruby (~> 1.0)
83
78
  dry-core (~> 1.0)
@@ -97,30 +92,28 @@ GEM
97
92
  faraday-retry (2.2.1)
98
93
  faraday (~> 2.0)
99
94
  hashdiff (1.1.2)
100
- i18n (1.14.6)
95
+ i18n (1.14.7)
101
96
  concurrent-ruby (~> 1.0)
102
97
  ice_nine (0.11.2)
103
98
  json (2.9.1)
104
99
  jsonpath (1.1.5)
105
100
  multi_json
106
- language_server-protocol (3.17.0.3)
107
- logger (1.6.4)
101
+ language_server-protocol (3.17.0.4)
102
+ logger (1.6.5)
108
103
  minitest (5.25.4)
109
104
  multi_json (1.15.0)
110
105
  net-http (0.6.0)
111
106
  uri
112
- nokogiri (1.18.1-arm64-darwin)
107
+ nokogiri (1.18.2-arm64-darwin)
113
108
  racc (~> 1.4)
114
- nokogiri (1.18.1-x86_64-darwin)
109
+ nokogiri (1.18.2-x86_64-darwin)
115
110
  racc (~> 1.4)
116
- nokogiri (1.18.1-x86_64-linux-gnu)
111
+ nokogiri (1.18.2-x86_64-linux-gnu)
117
112
  racc (~> 1.4)
118
- openapi3_parser (0.10.0)
119
- commonmarker (>= 1.0)
120
113
  openapi_parser (1.0.0)
121
114
  optimist (3.2.0)
122
115
  parallel (1.26.3)
123
- parser (3.3.6.0)
116
+ parser (3.3.7.1)
124
117
  ast (~> 2.4.1)
125
118
  racc
126
119
  patience_diff (1.2.0)
@@ -135,7 +128,7 @@ GEM
135
128
  rspec-core (~> 3.13.0)
136
129
  rspec-expectations (~> 3.13.0)
137
130
  rspec-mocks (~> 3.13.0)
138
- rspec-core (3.13.2)
131
+ rspec-core (3.13.3)
139
132
  rspec-support (~> 3.13.0)
140
133
  rspec-expectations (3.13.3)
141
134
  diff-lcs (>= 1.2.0, < 2.0)
@@ -144,17 +137,17 @@ GEM
144
137
  diff-lcs (>= 1.2.0, < 2.0)
145
138
  rspec-support (~> 3.13.0)
146
139
  rspec-support (3.13.2)
147
- rubocop (1.69.2)
140
+ rubocop (1.71.2)
148
141
  json (~> 2.3)
149
142
  language_server-protocol (>= 3.17.0)
150
143
  parallel (~> 1.10)
151
144
  parser (>= 3.3.0.2)
152
145
  rainbow (>= 2.2.2, < 4.0)
153
146
  regexp_parser (>= 2.9.3, < 3.0)
154
- rubocop-ast (>= 1.36.2, < 2.0)
147
+ rubocop-ast (>= 1.38.0, < 2.0)
155
148
  ruby-progressbar (~> 1.7)
156
149
  unicode-display_width (>= 2.4.0, < 4.0)
157
- rubocop-ast (1.37.0)
150
+ rubocop-ast (1.38.0)
158
151
  parser (>= 3.3.1.0)
159
152
  rubocop-capybara (2.21.0)
160
153
  rubocop (~> 1.41)
@@ -175,18 +168,18 @@ GEM
175
168
  simplecov_json_formatter (~> 0.1)
176
169
  simplecov-html (0.13.1)
177
170
  simplecov_json_formatter (0.1.4)
178
- super_diff (0.14.0)
171
+ super_diff (0.15.0)
179
172
  attr_extras (>= 6.2.4)
180
173
  diff-lcs
181
174
  patience_diff
182
175
  thor (1.3.2)
183
176
  tzinfo (2.0.6)
184
177
  concurrent-ruby (~> 1.0)
185
- unicode-display_width (3.1.3)
178
+ unicode-display_width (3.1.4)
186
179
  unicode-emoji (~> 4.0, >= 4.0.4)
187
180
  unicode-emoji (4.0.4)
188
181
  uri (1.0.2)
189
- webmock (3.24.0)
182
+ webmock (3.25.0)
190
183
  addressable (>= 2.8.0)
191
184
  crack (>= 0.3.2)
192
185
  hashdiff (>= 0.4.0, < 2.0.0)
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/dor-services-client.svg)](https://badge.fury.io/rb/dor-services-client)
2
2
  [![CircleCI](https://circleci.com/gh/sul-dlss/dor-services-client.svg?style=svg)](https://circleci.com/gh/sul-dlss/dor-services-client)
3
- [![Code Climate](https://codeclimate.com/github/sul-dlss/dor-services-client/badges/gpa.svg)](https://codeclimate.com/github/sul-dlss/dor-services-client)
4
- [![Code Climate Test Coverage](https://codeclimate.com/github/sul-dlss/dor-services-client/badges/coverage.svg)](https://codeclimate.com/github/sul-dlss/dor-services-client/coverage)
3
+ [![codecov](https://codecov.io/github/sul-dlss/dor-services-client/graph/badge.svg?token=dOdPMq8iIu)](https://codecov.io/github/sul-dlss/dor-services-client)
5
4
 
6
5
  # Dor::Services::Client
7
6
 
@@ -13,8 +13,10 @@ module Dor
13
13
  end
14
14
  end
15
15
 
16
- VersionStatus = Struct.new(:versionId, :open, :openable, :assembling, :accessioning, :closeable, :discardable, keyword_init: true) do
16
+ VersionStatus = Struct.new(:versionId, :open, :openable, :assembling, :accessioning, :closeable, :discardable,
17
+ :versionDescription, keyword_init: true) do
17
18
  alias_method :version, :versionId
19
+ alias_method :version_description, :versionDescription
18
20
 
19
21
  def open?
20
22
  open
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '15.3.0'
6
+ VERSION = '15.4.0'
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: 15.3.0
4
+ version: 15.4.0
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: 2025-01-06 00:00:00.000000000 Z
12
+ date: 2025-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport