dor-services-client 12.6.0 → 12.7.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: 5186e6f5265ae85239bafdeb4f5f6d9348aeff10e6eae0b4c0e44ad88322d0c9
4
- data.tar.gz: 3a5758b28796a30b14ec2b6edb6fac61af54e89e5f227075842631c9de58964c
3
+ metadata.gz: ae2cb5ccabed30eec8dab1c13663e8c49ee2a76012b420488c6b417c85b81871
4
+ data.tar.gz: '083fba1a2831dc2aaa7b204bc0107aeaf0df668f7c5c95430a4eb6b74f47a64d'
5
5
  SHA512:
6
- metadata.gz: eb8792759f4a90c4ec4ad172755b2dde9df80ac76cdf4c8b29330d0b4bba76ac83ae9d60f7c3f283bfa64b64653e1a7e0e5ae1ad7ab29f0e54c69b0345b2789e
7
- data.tar.gz: c271be3fabe84a6438867295773126ac55e362aa48d5443303759cb08563330012f3fb742d81c743a8ef0f556c2256ca9250a9de2025d6863ba7546a311b2d16
6
+ metadata.gz: 63f0196784aa70f49c9c25a24e5b494477cffb8ccd01790953fae2e750cf3240d1b4e2a2ee22140b8d08f829f0e06e723b73e5748e42814fafd948c0cf969c0d
7
+ data.tar.gz: cc62db4785bdefeb76ddfe59db7630a294189e7ed73d6bbae0723ca97fa47b44fdc36d268c75dec42ff0caf806dc0a6c90ead5e729143b7c0fce9024463fdae5
data/.circleci/config.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  version: 2.1
2
2
  orbs:
3
- ruby-rails: sul-dlss/ruby-rails@2.0.0
3
+ ruby-rails: sul-dlss/ruby-rails@3.1.2
4
4
  workflows:
5
5
  build:
6
6
  jobs:
data/.rubocop.yml CHANGED
@@ -156,3 +156,28 @@ RSpec/BeNil: # new in 2.9.0
156
156
  Enabled: true
157
157
  RSpec/VerifiedDoubleReference: # new in 2.10.0
158
158
  Enabled: true
159
+
160
+ Layout/LineContinuationLeadingSpace: # new in 1.31
161
+ Enabled: true
162
+ Layout/LineContinuationSpacing: # new in 1.31
163
+ Enabled: true
164
+ Lint/ConstantOverwrittenInRescue: # new in 1.31
165
+ Enabled: true
166
+ Lint/NonAtomicFileOperation: # new in 1.31
167
+ Enabled: true
168
+ Lint/RequireRangeParentheses: # new in 1.32
169
+ Enabled: true
170
+ Style/EmptyHeredoc: # new in 1.32
171
+ Enabled: true
172
+ Style/EnvHome: # new in 1.29
173
+ Enabled: true
174
+ Style/MagicCommentFormat: # new in 1.35
175
+ Enabled: true
176
+ Style/MapCompactWithConditionalBlock: # new in 1.30
177
+ Enabled: true
178
+ RSpec/ChangeByZero: # new in 2.11.0
179
+ Enabled: true
180
+ RSpec/Capybara/SpecificMatcher: # new in 2.12
181
+ Enabled: false
182
+ RSpec/Rails/HaveHttpStatus: # new in 2.12
183
+ Enabled: false
data/Gemfile.lock CHANGED
@@ -3,7 +3,7 @@ PATH
3
3
  specs:
4
4
  dor-services-client (12.6.0)
5
5
  activesupport (>= 4.2, < 8)
6
- cocina-models (~> 0.83.0)
6
+ cocina-models (~> 0.84.0)
7
7
  deprecation
8
8
  faraday (~> 2.0)
9
9
  faraday-retry
@@ -12,17 +12,17 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (7.0.3)
15
+ activesupport (7.0.3.1)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
19
19
  tzinfo (~> 2.0)
20
- addressable (2.8.0)
21
- public_suffix (>= 2.0.2, < 5.0)
20
+ addressable (2.8.1)
21
+ public_suffix (>= 2.0.2, < 6.0)
22
22
  ast (2.4.2)
23
23
  attr_extras (6.2.5)
24
24
  byebug (11.1.3)
25
- cocina-models (0.83.0)
25
+ cocina-models (0.84.0)
26
26
  activesupport
27
27
  deprecation
28
28
  dry-struct (~> 1.0)
@@ -45,15 +45,11 @@ GEM
45
45
  activesupport
46
46
  diff-lcs (1.5.0)
47
47
  docile (1.4.0)
48
- dry-configurable (0.15.0)
48
+ dry-container (0.10.1)
49
49
  concurrent-ruby (~> 1.0)
50
- dry-core (~> 0.6)
51
- dry-container (0.9.0)
50
+ dry-core (0.8.1)
52
51
  concurrent-ruby (~> 1.0)
53
- dry-configurable (~> 0.13, >= 0.13.0)
54
- dry-core (0.7.1)
55
- concurrent-ruby (~> 1.0)
56
- dry-inflector (0.2.1)
52
+ dry-inflector (0.3.0)
57
53
  dry-logic (1.2.0)
58
54
  concurrent-ruby (~> 1.0)
59
55
  dry-core (~> 0.5, >= 0.5)
@@ -67,37 +63,39 @@ GEM
67
63
  dry-core (~> 0.5, >= 0.5)
68
64
  dry-inflector (~> 0.1, >= 0.1.2)
69
65
  dry-logic (~> 1.0, >= 1.0.2)
70
- edtf (3.0.8)
66
+ edtf (3.1.0)
71
67
  activesupport (>= 3.0, < 8.0)
72
68
  equivalent-xml (0.6.0)
73
69
  nokogiri (>= 1.4.3)
74
- faraday (2.3.0)
75
- faraday-net_http (~> 2.0)
70
+ faraday (2.5.2)
71
+ faraday-net_http (>= 2.0, < 3.1)
76
72
  ruby2_keywords (>= 0.0.4)
77
- faraday-net_http (2.0.3)
73
+ faraday-net_http (3.0.0)
78
74
  faraday-retry (2.0.0)
79
75
  faraday (~> 2.0)
80
76
  hashdiff (1.0.1)
81
- i18n (1.10.0)
77
+ i18n (1.12.0)
82
78
  concurrent-ruby (~> 1.0)
83
79
  ice_nine (0.11.2)
84
80
  json (2.6.2)
85
81
  jsonpath (1.1.2)
86
82
  multi_json
87
- minitest (5.16.2)
83
+ minitest (5.16.3)
88
84
  multi_json (1.15.0)
89
- nokogiri (1.13.6-x86_64-darwin)
85
+ nokogiri (1.13.8-x86_64-darwin)
86
+ racc (~> 1.4)
87
+ nokogiri (1.13.8-x86_64-linux)
90
88
  racc (~> 1.4)
91
89
  openapi3_parser (0.9.2)
92
90
  commonmarker (~> 0.17)
93
91
  openapi_parser (0.15.0)
94
92
  optimist (3.0.1)
95
93
  parallel (1.22.1)
96
- parser (3.1.2.0)
94
+ parser (3.1.2.1)
97
95
  ast (~> 2.4.1)
98
96
  patience_diff (1.2.0)
99
97
  optimist (~> 3.0)
100
- public_suffix (4.0.7)
98
+ public_suffix (5.0.0)
101
99
  racc (1.6.0)
102
100
  rainbow (3.1.1)
103
101
  rake (13.0.6)
@@ -118,17 +116,17 @@ GEM
118
116
  rspec-support (3.11.0)
119
117
  rss (0.2.9)
120
118
  rexml
121
- rubocop (1.31.1)
119
+ rubocop (1.35.1)
122
120
  json (~> 2.3)
123
121
  parallel (~> 1.10)
124
- parser (>= 3.1.0.0)
122
+ parser (>= 3.1.2.1)
125
123
  rainbow (>= 2.2.2, < 4.0)
126
124
  regexp_parser (>= 1.8, < 3.0)
127
125
  rexml (>= 3.2.5, < 4.0)
128
- rubocop-ast (>= 1.18.0, < 2.0)
126
+ rubocop-ast (>= 1.20.1, < 2.0)
129
127
  ruby-progressbar (~> 1.7)
130
128
  unicode-display_width (>= 1.4.0, < 3.0)
131
- rubocop-ast (1.18.0)
129
+ rubocop-ast (1.21.0)
132
130
  parser (>= 3.1.1.0)
133
131
  rubocop-rspec (2.12.1)
134
132
  rubocop (~> 1.31)
@@ -145,17 +143,19 @@ GEM
145
143
  diff-lcs
146
144
  patience_diff
147
145
  thor (1.2.1)
148
- tzinfo (2.0.4)
146
+ tzinfo (2.0.5)
149
147
  concurrent-ruby (~> 1.0)
150
148
  unicode-display_width (2.2.0)
151
- webmock (3.14.0)
149
+ webmock (3.18.1)
152
150
  addressable (>= 2.8.0)
153
151
  crack (>= 0.3.2)
154
152
  hashdiff (>= 0.4.0, < 2.0.0)
155
153
  zeitwerk (2.6.0)
156
154
 
157
155
  PLATFORMS
156
+ x86_64-darwin-19
158
157
  x86_64-darwin-21
158
+ x86_64-linux
159
159
 
160
160
  DEPENDENCIES
161
161
  bundler
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.required_ruby_version = '>= 2.7', '< 4' # dor-services-app needs 2.7 due to fedora3
26
26
 
27
27
  spec.add_dependency 'activesupport', '>= 4.2', '< 8'
28
- spec.add_dependency 'cocina-models', '~> 0.83.0' # leave pinned to patch level until cocina-models hits 1.0
28
+ spec.add_dependency 'cocina-models', '~> 0.84.0'
29
29
  spec.add_dependency 'deprecation', '>= 0'
30
30
  spec.add_dependency 'faraday', '~> 2.0'
31
31
  spec.add_dependency 'faraday-retry'
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '12.6.0'
6
+ VERSION = '12.7.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.6.0
4
+ version: 12.7.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-07-05 00:00:00.000000000 Z
12
+ date: 2022-08-23 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.83.0
40
+ version: 0.84.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.83.0
47
+ version: 0.84.0
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: deprecation
50
50
  requirement: !ruby/object:Gem::Requirement
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
280
280
  - !ruby/object:Gem::Version
281
281
  version: '0'
282
282
  requirements: []
283
- rubygems_version: 3.3.7
283
+ rubygems_version: 3.2.32
284
284
  signing_key:
285
285
  specification_version: 4
286
286
  summary: A client for dor-services-app