dor-services-client 13.4.0 → 14.0.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: 9fc7a961142bc17fc963a387e6ee067b7c682eebebe455b26a7fde3f1d77ab13
4
- data.tar.gz: 68c9d80398a759ae79b010d9391ed5b21f3478db4d9a80868f497ecdeabffa73
3
+ metadata.gz: 1b076fd6caac43d4e331257b695ad6bef33baa1c9908f29c32523ed2730355bc
4
+ data.tar.gz: 6f61305cd1386b271e285dd9257e82e4d04849abf95f4ca42a76298ed41e2a8d
5
5
  SHA512:
6
- metadata.gz: 9c4d4996966dd96f18c09ed4e5d59183e7400b2f794b113df3c722d451c61aec1e4dfecca6b4ae80eb23579b2208b9eabac3b38daa5c0f6b9f6c46cf40fb05df
7
- data.tar.gz: 99ab68808e096af0d98046f79e461049bc1d7447a8c939deee07af50ceb68d20c247b8aadbd2b48c26aa4fdd27fddd10f3bb29e79c3fb23bedea0e2589ffa83f
6
+ metadata.gz: d2faa7000458238ffc537d0ae75279bcbd1f1e9130987c4ac62eb30c1cacc137ad516ebc61847e21f48e1e8b99ab50ac74edd61a9a85b7d48d2861b4a58d4246
7
+ data.tar.gz: f3f5f5c03b9773353303876dd9357996c23c9dc99a0d4eeca1d9f3b29e5410debf77558e9d0cf000230316e6eca595e33be40c78cca3fae36ea25ed87f7e7e4b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor-services-client (13.4.0)
4
+ dor-services-client (14.0.0)
5
5
  activesupport (>= 4.2, < 8)
6
6
  cocina-models (~> 0.93.0)
7
7
  deprecation
@@ -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
29
  base64 (0.2.0)
30
- bigdecimal (3.1.4)
30
+ bigdecimal (3.1.5)
31
31
  byebug (11.1.3)
32
- cocina-models (0.93.0)
32
+ cocina-models (0.93.1)
33
33
  activesupport
34
34
  deprecation
35
35
  dry-struct (~> 1.0)
@@ -69,7 +69,8 @@ GEM
69
69
  dry-types (>= 1.7, < 2)
70
70
  ice_nine (~> 0.11)
71
71
  zeitwerk (~> 2.6)
72
- dry-types (1.7.1)
72
+ dry-types (1.7.2)
73
+ bigdecimal (~> 3.0)
73
74
  concurrent-ruby (~> 1.0)
74
75
  dry-core (~> 1.0)
75
76
  dry-inflector (~> 1.0)
@@ -79,34 +80,34 @@ GEM
79
80
  activesupport (>= 3.0, < 8.0)
80
81
  equivalent-xml (0.6.0)
81
82
  nokogiri (>= 1.4.3)
82
- faraday (2.7.12)
83
+ faraday (2.8.1)
83
84
  base64
84
85
  faraday-net_http (>= 2.0, < 3.1)
85
86
  ruby2_keywords (>= 0.0.4)
86
87
  faraday-net_http (3.0.2)
87
88
  faraday-retry (2.2.0)
88
89
  faraday (~> 2.0)
89
- hashdiff (1.0.1)
90
+ hashdiff (1.1.0)
90
91
  i18n (1.14.1)
91
92
  concurrent-ruby (~> 1.0)
92
93
  ice_nine (0.11.2)
93
- json (2.6.3)
94
+ json (2.7.1)
94
95
  jsonpath (1.1.5)
95
96
  multi_json
96
97
  language_server-protocol (3.17.0.3)
97
98
  minitest (5.20.0)
98
99
  multi_json (1.15.0)
99
100
  mutex_m (0.2.0)
100
- nokogiri (1.15.5-x86_64-darwin)
101
+ nokogiri (1.16.0-x86_64-darwin)
101
102
  racc (~> 1.4)
102
- nokogiri (1.15.5-x86_64-linux)
103
+ nokogiri (1.16.0-x86_64-linux)
103
104
  racc (~> 1.4)
104
105
  openapi3_parser (0.9.2)
105
106
  commonmarker (~> 0.17)
106
107
  openapi_parser (1.0.0)
107
108
  optimist (3.1.0)
108
- parallel (1.23.0)
109
- parser (3.2.2.4)
109
+ parallel (1.24.0)
110
+ parser (3.3.0.2)
110
111
  ast (~> 2.4.1)
111
112
  racc
112
113
  patience_diff (1.2.0)
@@ -115,7 +116,7 @@ GEM
115
116
  racc (1.7.3)
116
117
  rainbow (3.1.1)
117
118
  rake (13.1.0)
118
- regexp_parser (2.8.2)
119
+ regexp_parser (2.8.3)
119
120
  rexml (3.2.6)
120
121
  rspec (3.12.0)
121
122
  rspec-core (~> 3.12.0)
@@ -132,7 +133,7 @@ GEM
132
133
  rspec-support (3.12.1)
133
134
  rss (0.3.0)
134
135
  rexml
135
- rubocop (1.57.2)
136
+ rubocop (1.59.0)
136
137
  json (~> 2.3)
137
138
  language_server-protocol (>= 3.17.0)
138
139
  parallel (~> 1.10)
@@ -140,16 +141,16 @@ GEM
140
141
  rainbow (>= 2.2.2, < 4.0)
141
142
  regexp_parser (>= 1.8, < 3.0)
142
143
  rexml (>= 3.2.5, < 4.0)
143
- rubocop-ast (>= 1.28.1, < 2.0)
144
+ rubocop-ast (>= 1.30.0, < 2.0)
144
145
  ruby-progressbar (~> 1.7)
145
146
  unicode-display_width (>= 2.4.0, < 3.0)
146
147
  rubocop-ast (1.30.0)
147
148
  parser (>= 3.2.1.0)
148
- rubocop-capybara (2.19.0)
149
+ rubocop-capybara (2.20.0)
149
150
  rubocop (~> 1.41)
150
- rubocop-factory_bot (2.24.0)
151
- rubocop (~> 1.33)
152
- rubocop-rspec (2.25.0)
151
+ rubocop-factory_bot (2.25.1)
152
+ rubocop (~> 1.41)
153
+ rubocop-rspec (2.26.1)
153
154
  rubocop (~> 1.40)
154
155
  rubocop-capybara (~> 2.17)
155
156
  rubocop-factory_bot (~> 2.22)
@@ -5,7 +5,7 @@ module Dor
5
5
  class Client
6
6
  # API call that queries the members of a collection.
7
7
  class Members < VersionedService
8
- Member = Struct.new(:externalIdentifier, :type, keyword_init: true)
8
+ Member = Struct.new(:externalIdentifier, :version, keyword_init: true)
9
9
 
10
10
  # @param object_identifier [String] the pid for the object
11
11
  def initialize(connection:, version:, object_identifier:)
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '13.4.0'
6
+ VERSION = '14.0.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: 13.4.0
4
+ version: 14.0.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: 2023-11-29 00:00:00.000000000 Z
12
+ date: 2024-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport