Package not found. Please check the package name and try again.

dor-services-client 12.7.0 → 12.8.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: ae2cb5ccabed30eec8dab1c13663e8c49ee2a76012b420488c6b417c85b81871
4
- data.tar.gz: '083fba1a2831dc2aaa7b204bc0107aeaf0df668f7c5c95430a4eb6b74f47a64d'
3
+ metadata.gz: b659138ce6e360497861fb909f4be109f2182bbbaadd8c1c53a5aae21aa332a5
4
+ data.tar.gz: 4a6012185aa347446ec4d0e560bc321723590e725d916e22bf1e8d3152054543
5
5
  SHA512:
6
- metadata.gz: 63f0196784aa70f49c9c25a24e5b494477cffb8ccd01790953fae2e750cf3240d1b4e2a2ee22140b8d08f829f0e06e723b73e5748e42814fafd948c0cf969c0d
7
- data.tar.gz: cc62db4785bdefeb76ddfe59db7630a294189e7ed73d6bbae0723ca97fa47b44fdc36d268c75dec42ff0caf806dc0a6c90ead5e729143b7c0fce9024463fdae5
6
+ metadata.gz: 141b3004838971ef2cec680be52a41edc1d83303125aeea2bc1e7f591e52e66495b035374f5455bf87efa6e3aaa5ac973f77069a597060b3fba386e9644a1249
7
+ data.tar.gz: 50ad5b645fad40473f5be4725217a4012562a5bef22c0142d0427d6eac33a94e67d579c2661b6b4e1e22a878f397b126d2b3c1403835e21adb2141eaf6934619
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
  - rubocop-rspec
5
5
 
6
6
  AllCops:
7
- TargetRubyVersion: 2.7 # dor-services-app can't be 3 due to fedora3
7
+ TargetRubyVersion: 3.0
8
8
  SuggestExtensions: false
9
9
 
10
10
  Metrics/BlockLength:
@@ -181,3 +181,10 @@ RSpec/Capybara/SpecificMatcher: # new in 2.12
181
181
  Enabled: false
182
182
  RSpec/Rails/HaveHttpStatus: # new in 2.12
183
183
  Enabled: false
184
+
185
+ RSpec/ClassCheck: # new in 2.13
186
+ Enabled: true
187
+ RSpec/NoExpectationExample: # new in 2.13
188
+ Enabled: true
189
+ RSpec/Capybara/SpecificFinders: # new in 2.13
190
+ Enabled: true
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor-services-client (12.6.0)
4
+ dor-services-client (12.8.0)
5
5
  activesupport (>= 4.2, < 8)
6
- cocina-models (~> 0.84.0)
6
+ cocina-models (~> 0.85.0)
7
7
  deprecation
8
8
  faraday (~> 2.0)
9
9
  faraday-retry
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (7.0.3.1)
15
+ activesupport (7.0.4)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -22,7 +22,7 @@ GEM
22
22
  ast (2.4.2)
23
23
  attr_extras (6.2.5)
24
24
  byebug (11.1.3)
25
- cocina-models (0.84.0)
25
+ cocina-models (0.85.0)
26
26
  activesupport
27
27
  deprecation
28
28
  dry-struct (~> 1.0)
@@ -37,7 +37,7 @@ GEM
37
37
  super_diff
38
38
  thor
39
39
  zeitwerk (~> 2.1)
40
- commonmarker (0.23.5)
40
+ commonmarker (0.23.6)
41
41
  concurrent-ruby (1.1.10)
42
42
  crack (0.4.5)
43
43
  rexml
@@ -45,7 +45,7 @@ GEM
45
45
  activesupport
46
46
  diff-lcs (1.5.0)
47
47
  docile (1.4.0)
48
- dry-container (0.10.1)
48
+ dry-container (0.11.0)
49
49
  concurrent-ruby (~> 1.0)
50
50
  dry-core (0.8.1)
51
51
  concurrent-ruby (~> 1.0)
@@ -99,7 +99,7 @@ GEM
99
99
  racc (1.6.0)
100
100
  rainbow (3.1.1)
101
101
  rake (13.0.6)
102
- regexp_parser (2.5.0)
102
+ regexp_parser (2.6.0)
103
103
  rexml (3.2.5)
104
104
  rspec (3.11.0)
105
105
  rspec-core (~> 3.11.0)
@@ -107,16 +107,16 @@ GEM
107
107
  rspec-mocks (~> 3.11.0)
108
108
  rspec-core (3.11.0)
109
109
  rspec-support (~> 3.11.0)
110
- rspec-expectations (3.11.0)
110
+ rspec-expectations (3.11.1)
111
111
  diff-lcs (>= 1.2.0, < 2.0)
112
112
  rspec-support (~> 3.11.0)
113
113
  rspec-mocks (3.11.1)
114
114
  diff-lcs (>= 1.2.0, < 2.0)
115
115
  rspec-support (~> 3.11.0)
116
- rspec-support (3.11.0)
116
+ rspec-support (3.11.1)
117
117
  rss (0.2.9)
118
118
  rexml
119
- rubocop (1.35.1)
119
+ rubocop (1.36.0)
120
120
  json (~> 2.3)
121
121
  parallel (~> 1.10)
122
122
  parser (>= 3.1.2.1)
@@ -128,8 +128,8 @@ GEM
128
128
  unicode-display_width (>= 1.4.0, < 3.0)
129
129
  rubocop-ast (1.21.0)
130
130
  parser (>= 3.1.1.0)
131
- rubocop-rspec (2.12.1)
132
- rubocop (~> 1.31)
131
+ rubocop-rspec (2.13.2)
132
+ rubocop (~> 1.33)
133
133
  ruby-progressbar (1.11.0)
134
134
  ruby2_keywords (0.0.5)
135
135
  simplecov (0.21.2)
@@ -145,7 +145,7 @@ GEM
145
145
  thor (1.2.1)
146
146
  tzinfo (2.0.5)
147
147
  concurrent-ruby (~> 1.0)
148
- unicode-display_width (2.2.0)
148
+ unicode-display_width (2.3.0)
149
149
  webmock (3.18.1)
150
150
  addressable (>= 2.8.0)
151
151
  crack (>= 0.3.2)
@@ -169,4 +169,4 @@ DEPENDENCIES
169
169
  webmock
170
170
 
171
171
  BUNDLED WITH
172
- 2.3.17
172
+ 2.3.22
@@ -22,10 +22,10 @@ Gem::Specification.new do |spec|
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ['lib']
24
24
 
25
- spec.required_ruby_version = '>= 2.7', '< 4' # dor-services-app needs 2.7 due to fedora3
25
+ spec.required_ruby_version = '>= 3.0', '< 4'
26
26
 
27
27
  spec.add_dependency 'activesupport', '>= 4.2', '< 8'
28
- spec.add_dependency 'cocina-models', '~> 0.84.0'
28
+ spec.add_dependency 'cocina-models', '~> 0.85.0'
29
29
  spec.add_dependency 'deprecation', '>= 0'
30
30
  spec.add_dependency 'faraday', '~> 2.0'
31
31
  spec.add_dependency 'faraday-retry'
@@ -13,7 +13,7 @@ module Dor
13
13
  @object_identifier = object_identifier
14
14
  end
15
15
 
16
- # Get the current version for a DOR object. This comes from Dor::VersionMetadataDS
16
+ # Get the current version for a DOR object. This comes from ObjectVersion table in the DSA
17
17
  # @raise [NotFoundResponse] when the response is a 404 (object not found)
18
18
  # @raise [UnexpectedResponse] when the response is not successful.
19
19
  # @return [String] the version identifier
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '12.7.0'
6
+ VERSION = '12.8.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: 12.7.0
4
+ version: 12.8.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: 2022-08-23 00:00:00.000000000 Z
12
+ date: 2022-09-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -37,14 +37,14 @@ dependencies:
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.84.0
40
+ version: 0.85.0
41
41
  type: :runtime
42
42
  prerelease: false
43
43
  version_requirements: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.84.0
47
+ version: 0.85.0
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: deprecation
50
50
  requirement: !ruby/object:Gem::Requirement
@@ -270,7 +270,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
270
270
  requirements:
271
271
  - - ">="
272
272
  - !ruby/object:Gem::Version
273
- version: '2.7'
273
+ version: '3.0'
274
274
  - - "<"
275
275
  - !ruby/object:Gem::Version
276
276
  version: '4'