preservation-client 7.2.0 → 7.3.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: a0ddf2ef6f8e254553fa58ad4365dbe832187e22c1e45953923d492177a45fb8
4
- data.tar.gz: db159e384f0ad33da9789cba5bb8fb60dda3336e8a123115e444d5f2d2c498fc
3
+ metadata.gz: 164a8df77b290866471041f9da4a8cd1950e54e3caf5df094e4201c997b6c1c7
4
+ data.tar.gz: 93d3fd16f175e7ecdee4538b917698c1be483c9d8233b6d8b1a79306b4be3567
5
5
  SHA512:
6
- metadata.gz: a33370379e09b916f7a79603308871d4f362fd7f2ceb88f39609a2048d4980a776324d82989d636c7ed3bf265bf83e5ca83824435266bc4ba82bde18087535fa
7
- data.tar.gz: f2222e97c86fc2f6a23c5a3baad9ab65a379e1c65bcf3a0f9326d2953a802f3f9adc8d6f53d44cfe017f4987585602ff2bae3f36d565148d25ae3111f33ddc26
6
+ metadata.gz: ad80fe3e37727f57c9e28ab83cac8f058013a9764cce950ab46a535eac845cffd7a5e9b6fcb8149849d87810d319aed4305a1661f9ad29760c5d2d47f4b7d56f
7
+ data.tar.gz: c7e0a0cef3816863d13b3019ccd21f9465e07236a14f058cf748ddfaa19a51f08b3d0f39fb7a3024025495d961b16bd85400e2566ad03b09efc4b52b3ebaee11
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.6.0
3
+ ruby-rails: sul-dlss/ruby-rails@4.8.0
4
4
  workflows:
5
5
  build:
6
6
  jobs:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- preservation-client (7.2.0)
4
+ preservation-client (7.3.0)
5
5
  activesupport (>= 4.2)
6
6
  faraday (~> 2.0)
7
7
  moab-versioning (>= 5.0.0, < 7)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (8.1.2)
13
+ activesupport (8.1.3)
14
14
  base64
15
15
  bigdecimal
16
16
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -23,12 +23,13 @@ GEM
23
23
  securerandom (>= 0.3)
24
24
  tzinfo (~> 2.0, >= 2.0.5)
25
25
  uri (>= 0.13.1)
26
- addressable (2.8.8)
26
+ addressable (2.9.0)
27
27
  public_suffix (>= 2.0.2, < 8.0)
28
28
  ast (2.4.3)
29
29
  base64 (0.3.0)
30
- bigdecimal (4.0.1)
31
- byebug (12.0.0)
30
+ bigdecimal (4.1.2)
31
+ byebug (13.0.0)
32
+ reline (>= 0.6.0)
32
33
  coderay (1.1.3)
33
34
  concurrent-ruby (1.3.6)
34
35
  connection_pool (3.0.2)
@@ -39,7 +40,7 @@ GEM
39
40
  docile (1.4.1)
40
41
  drb (2.2.3)
41
42
  druid-tools (3.0.0)
42
- faraday (2.14.0)
43
+ faraday (2.14.2)
43
44
  faraday-net_http (>= 2.0, < 3.5)
44
45
  json
45
46
  logger
@@ -48,12 +49,14 @@ GEM
48
49
  hashdiff (1.2.1)
49
50
  i18n (1.14.8)
50
51
  concurrent-ruby (~> 1.0)
51
- json (2.18.0)
52
+ io-console (0.8.2)
53
+ json (2.19.5)
52
54
  language_server-protocol (3.17.0.5)
53
55
  lint_roller (1.1.0)
54
56
  logger (1.7.0)
55
57
  method_source (1.1.0)
56
- minitest (6.0.1)
58
+ minitest (6.0.6)
59
+ drb (~> 2.0)
57
60
  prism (~> 1.5)
58
61
  moab-versioning (6.1.2)
59
62
  druid-tools (>= 1.0.0)
@@ -62,30 +65,33 @@ GEM
62
65
  nokogiri-happymapper
63
66
  net-http (0.9.1)
64
67
  uri (>= 0.11.1)
65
- nokogiri (1.19.0-arm64-darwin)
68
+ nokogiri (1.19.3-arm64-darwin)
66
69
  racc (~> 1.4)
67
- nokogiri (1.19.0-x86_64-darwin)
70
+ nokogiri (1.19.3-x86_64-darwin)
68
71
  racc (~> 1.4)
69
- nokogiri (1.19.0-x86_64-linux-gnu)
72
+ nokogiri (1.19.3-x86_64-linux-gnu)
70
73
  racc (~> 1.4)
71
74
  nokogiri-happymapper (0.10.1)
72
75
  nokogiri (~> 1.5)
73
- parallel (1.27.0)
74
- parser (3.3.10.0)
76
+ parallel (2.1.0)
77
+ parser (3.3.11.1)
75
78
  ast (~> 2.4.1)
76
79
  racc
77
- prism (1.7.0)
78
- pry (0.15.2)
80
+ prism (1.9.0)
81
+ pry (0.16.0)
79
82
  coderay (~> 1.1)
80
83
  method_source (~> 1.0)
81
- pry-byebug (3.11.0)
82
- byebug (~> 12.0)
83
- pry (>= 0.13, < 0.16)
84
- public_suffix (7.0.2)
84
+ reline (>= 0.6.0)
85
+ pry-byebug (3.12.0)
86
+ byebug (~> 13.0)
87
+ pry (>= 0.13, < 0.17)
88
+ public_suffix (7.0.5)
85
89
  racc (1.8.1)
86
90
  rainbow (3.1.1)
87
- rake (13.3.1)
88
- regexp_parser (2.11.3)
91
+ rake (13.4.2)
92
+ regexp_parser (2.12.0)
93
+ reline (0.6.3)
94
+ io-console (~> 0.5)
89
95
  rexml (3.4.4)
90
96
  rspec (3.13.2)
91
97
  rspec-core (~> 3.13.0)
@@ -96,22 +102,22 @@ GEM
96
102
  rspec-expectations (3.13.5)
97
103
  diff-lcs (>= 1.2.0, < 2.0)
98
104
  rspec-support (~> 3.13.0)
99
- rspec-mocks (3.13.7)
105
+ rspec-mocks (3.13.8)
100
106
  diff-lcs (>= 1.2.0, < 2.0)
101
107
  rspec-support (~> 3.13.0)
102
- rspec-support (3.13.6)
103
- rubocop (1.82.1)
108
+ rspec-support (3.13.7)
109
+ rubocop (1.86.2)
104
110
  json (~> 2.3)
105
111
  language_server-protocol (~> 3.17.0.2)
106
112
  lint_roller (~> 1.1.0)
107
- parallel (~> 1.10)
113
+ parallel (>= 1.10)
108
114
  parser (>= 3.3.0.2)
109
115
  rainbow (>= 2.2.2, < 4.0)
110
116
  regexp_parser (>= 2.9.3, < 3.0)
111
- rubocop-ast (>= 1.48.0, < 2.0)
117
+ rubocop-ast (>= 1.49.0, < 2.0)
112
118
  ruby-progressbar (~> 1.7)
113
119
  unicode-display_width (>= 2.4.0, < 4.0)
114
- rubocop-ast (1.49.0)
120
+ rubocop-ast (1.49.1)
115
121
  parser (>= 3.3.7.2)
116
122
  prism (~> 1.7)
117
123
  rubocop-rake (0.7.1)
@@ -134,11 +140,11 @@ GEM
134
140
  unicode-emoji (~> 4.1)
135
141
  unicode-emoji (4.2.0)
136
142
  uri (1.1.1)
137
- webmock (3.26.1)
143
+ webmock (3.26.2)
138
144
  addressable (>= 2.8.0)
139
145
  crack (>= 0.3.2)
140
146
  hashdiff (>= 0.4.0, < 2.0.0)
141
- zeitwerk (2.7.4)
147
+ zeitwerk (2.7.5)
142
148
 
143
149
  PLATFORMS
144
150
  arm64-darwin-23
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Preservation
4
4
  class Client
5
- VERSION = '7.2.0'
5
+ VERSION = '7.3.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: preservation-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0
4
+ version: 7.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naomi Dushay
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-01-16 00:00:00.000000000 Z
10
+ date: 2026-05-18 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport