dor-services-client 12.13.0 → 12.13.1

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: 22e842b08c8256b5759b6e9074831eb00665cca337049f17e4765807af6567f3
4
- data.tar.gz: b17954f26df680698d3a320a40690952d6877d4571010b4bf76b3b8437dec0b3
3
+ metadata.gz: 3b8de200f6193d8e744f8cab4930cad5159b4281fbc3fd4429633b9c948c5d5d
4
+ data.tar.gz: 73358f87f3c44e26c139af90707c1f85717eafcb5dd67701f1895d7c4e6682ba
5
5
  SHA512:
6
- metadata.gz: a179f70a005461425441858cf2e5cb6d65f5638d45446fa01387c4c302e851be49907b65a447e53dc164849240661b240ecb5c5e6b6ef8e2f5c6d9646864de48
7
- data.tar.gz: 8052171595c0c2d28280f6527e9ac73afff131488f8e87d3a9d22b1e6fe295a207e4a923d99fc47357b518f26169f2458f40f9f5a5f860375faff50c3f7f80bd
6
+ metadata.gz: 66d744fe7122da02402ae97240fb4cfdba9a1622537c8266f558040ff01eefe78db76394ee7556787f5ca8e6e20a6719d2fed37b68edcd745fe0970c0514b3fa
7
+ data.tar.gz: 46de253f11dcb355a66d25e0d1bcda06ecc66d7f10870da3e4e8b123ddb57cd03c74af76ea46f381088d009aec1e864771816a249a7fcde14acfe3186ac23a89
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor-services-client (12.13.0)
4
+ dor-services-client (12.13.1)
5
5
  activesupport (>= 4.2, < 8)
6
6
  cocina-models (~> 0.89.0)
7
7
  deprecation
@@ -22,7 +22,7 @@ GEM
22
22
  ast (2.4.2)
23
23
  attr_extras (7.1.0)
24
24
  byebug (11.1.3)
25
- cocina-models (0.89.0)
25
+ cocina-models (0.89.1)
26
26
  activesupport
27
27
  deprecation
28
28
  dry-struct (~> 1.0)
@@ -72,7 +72,7 @@ GEM
72
72
  faraday-net_http (>= 2.0, < 3.1)
73
73
  ruby2_keywords (>= 0.0.4)
74
74
  faraday-net_http (3.0.2)
75
- faraday-retry (2.0.0)
75
+ faraday-retry (2.1.0)
76
76
  faraday (~> 2.0)
77
77
  hashdiff (1.0.1)
78
78
  i18n (1.12.0)
@@ -81,7 +81,7 @@ GEM
81
81
  json (2.6.3)
82
82
  jsonpath (1.1.2)
83
83
  multi_json
84
- minitest (5.17.0)
84
+ minitest (5.18.0)
85
85
  multi_json (1.15.0)
86
86
  nokogiri (1.14.2-x86_64-darwin)
87
87
  racc (~> 1.4)
@@ -117,7 +117,7 @@ GEM
117
117
  rspec-support (3.12.0)
118
118
  rss (0.2.9)
119
119
  rexml
120
- rubocop (1.46.0)
120
+ rubocop (1.48.0)
121
121
  json (~> 2.3)
122
122
  parallel (~> 1.10)
123
123
  parser (>= 3.2.0.0)
@@ -127,14 +127,14 @@ GEM
127
127
  rubocop-ast (>= 1.26.0, < 2.0)
128
128
  ruby-progressbar (~> 1.7)
129
129
  unicode-display_width (>= 2.4.0, < 3.0)
130
- rubocop-ast (1.26.0)
130
+ rubocop-ast (1.27.0)
131
131
  parser (>= 3.2.1.0)
132
132
  rubocop-capybara (2.17.1)
133
133
  rubocop (~> 1.41)
134
134
  rubocop-rspec (2.18.1)
135
135
  rubocop (~> 1.33)
136
136
  rubocop-capybara (~> 2.17)
137
- ruby-progressbar (1.11.0)
137
+ ruby-progressbar (1.13.0)
138
138
  ruby2_keywords (0.0.5)
139
139
  simplecov (0.22.0)
140
140
  docile (~> 1.1)
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Services
5
5
  class Client
6
- VERSION = '12.13.0'
6
+ VERSION = '12.13.1'
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.13.0
4
+ version: 12.13.1
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-02-28 00:00:00.000000000 Z
12
+ date: 2023-03-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport