preservation-client 7.0.2 → 7.1.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: 7c55fa0bed2687892cfd900f38fab8b3f6c7933e1117ef8feed4787cbc04fb57
4
- data.tar.gz: 18396235dd39f9e0db02c701519b1fccf363fc6876b9da1126cf6a08810ee849
3
+ metadata.gz: 36fb9768da13a43eecf5e4e7bd172f4c3416ee96476350b08f1a97eae98b62a3
4
+ data.tar.gz: 3f2a39bbc970df659ee1b49aa3b7cef13af405d438c47c9e430c7aabfd7fd575
5
5
  SHA512:
6
- metadata.gz: 888b401a7e808c4b63e23150c3285d5ce615dd013597004326dce5c9dddf0eeb434edb015d141332821d9221ba844a0e6e95b3d1297ba789c00f050e49834561
7
- data.tar.gz: f5a11ebd6c893fb9706b311cae7659c14ece2b1cb08d3c94f34c8958522a1dd7a5b53014f398a5ae8e9b736b4dbcdb6aa7ad692a8afbacbbcaf04976847543f5
6
+ metadata.gz: 58491e17ab30f18d0000c860c96490df43663909867d2f072728b98b001b23c8c828e2a7eb02f68efbcbdc85ae83d2ff21df81bbe83f1b1eb7200a263fe54056
7
+ data.tar.gz: a4bd42e808ba8e69e78802281b797ccf1c5b650458a91d6a516fda4cf91d226ca736d5a860570592a5ce30aa756c9a6956f735febf8e7e1c1515e2f200c8d5c4
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.2.3
3
+ ruby-rails: sul-dlss/ruby-rails@4.5.0
4
4
  workflows:
5
5
  build:
6
6
  jobs:
@@ -8,3 +8,5 @@ workflows:
8
8
  name: lint
9
9
  - ruby-rails/test-gem:
10
10
  name: test
11
+ context: dlss
12
+ use-codecov: true
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- preservation-client (7.0.2)
5
- activesupport (>= 4.2, < 8)
4
+ preservation-client (7.1.0)
5
+ activesupport (>= 4.2)
6
6
  faraday (~> 2.0)
7
7
  moab-versioning (>= 5.0.0, < 7)
8
8
  zeitwerk (~> 2.1)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.2.2.1)
13
+ activesupport (8.0.1)
14
14
  base64
15
15
  benchmark (>= 0.3)
16
16
  bigdecimal
@@ -22,6 +22,7 @@ GEM
22
22
  minitest (>= 5.1)
23
23
  securerandom (>= 0.3)
24
24
  tzinfo (~> 2.0, >= 2.0.5)
25
+ uri (>= 0.13.1)
25
26
  addressable (2.8.7)
26
27
  public_suffix (>= 2.0.2, < 7.0)
27
28
  ast (2.4.2)
@@ -49,8 +50,8 @@ GEM
49
50
  i18n (1.14.7)
50
51
  concurrent-ruby (~> 1.0)
51
52
  json (2.9.1)
52
- language_server-protocol (3.17.0.3)
53
- logger (1.6.5)
53
+ language_server-protocol (3.17.0.4)
54
+ logger (1.6.6)
54
55
  method_source (1.1.0)
55
56
  minitest (5.25.4)
56
57
  moab-versioning (6.1.0)
@@ -69,7 +70,7 @@ GEM
69
70
  nokogiri-happymapper (0.10.0)
70
71
  nokogiri (~> 1.5)
71
72
  parallel (1.26.3)
72
- parser (3.3.7.0)
73
+ parser (3.3.7.1)
73
74
  ast (~> 2.4.1)
74
75
  racc
75
76
  pry (0.14.2)
@@ -88,7 +89,7 @@ GEM
88
89
  rspec-core (~> 3.13.0)
89
90
  rspec-expectations (~> 3.13.0)
90
91
  rspec-mocks (~> 3.13.0)
91
- rspec-core (3.13.2)
92
+ rspec-core (3.13.3)
92
93
  rspec-support (~> 3.13.0)
93
94
  rspec-expectations (3.13.3)
94
95
  diff-lcs (>= 1.2.0, < 2.0)
@@ -97,17 +98,17 @@ GEM
97
98
  diff-lcs (>= 1.2.0, < 2.0)
98
99
  rspec-support (~> 3.13.0)
99
100
  rspec-support (3.13.2)
100
- rubocop (1.71.0)
101
+ rubocop (1.71.2)
101
102
  json (~> 2.3)
102
103
  language_server-protocol (>= 3.17.0)
103
104
  parallel (~> 1.10)
104
105
  parser (>= 3.3.0.2)
105
106
  rainbow (>= 2.2.2, < 4.0)
106
107
  regexp_parser (>= 2.9.3, < 3.0)
107
- rubocop-ast (>= 1.36.2, < 2.0)
108
+ rubocop-ast (>= 1.38.0, < 2.0)
108
109
  ruby-progressbar (~> 1.7)
109
110
  unicode-display_width (>= 2.4.0, < 4.0)
110
- rubocop-ast (1.37.0)
111
+ rubocop-ast (1.38.0)
111
112
  parser (>= 3.3.1.0)
112
113
  rubocop-capybara (2.21.0)
113
114
  rubocop (~> 1.41)
@@ -136,7 +137,7 @@ GEM
136
137
  unicode-emoji (~> 4.0, >= 4.0.4)
137
138
  unicode-emoji (4.0.4)
138
139
  uri (1.0.2)
139
- webmock (3.24.0)
140
+ webmock (3.25.0)
140
141
  addressable (>= 2.8.0)
141
142
  crack (>= 0.3.2)
142
143
  hashdiff (>= 0.4.0, < 2.0.0)
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/preservation-client.svg)](https://badge.fury.io/rb/preservation-client)
2
2
  [![CircleCI](https://circleci.com/gh/sul-dlss/preservation-client.svg?style=svg)](https://circleci.com/gh/sul-dlss/preservation-client)
3
- [![Maintainability](https://api.codeclimate.com/v1/badges/00d2d8957226777105b3/maintainability)](https://codeclimate.com/github/sul-dlss/preservation-client/maintainability)
4
- [![Test Coverage](https://api.codeclimate.com/v1/badges/00d2d8957226777105b3/test_coverage)](https://codeclimate.com/github/sul-dlss/preservation-client/test_coverage)
3
+ [![codecov](https://codecov.io/github/sul-dlss/preservation-client/graph/badge.svg?token=1499MH27Z6)](https://codecov.io/github/sul-dlss/preservation-client)
5
4
 
6
5
  # preservation-client
7
6
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Preservation
4
4
  class Client
5
- VERSION = '7.0.2'
5
+ VERSION = '7.1.0'
6
6
  end
7
7
  end
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
  spec.require_paths = ['lib']
30
30
  spec.required_ruby_version = '>= 3.0'
31
31
 
32
- spec.add_dependency 'activesupport', '>= 4.2', '< 8'
32
+ spec.add_dependency 'activesupport', '>= 4.2'
33
33
  spec.add_dependency 'faraday', '~> 2.0'
34
34
  spec.add_dependency 'moab-versioning', '>= 5.0.0', '< 7'
35
35
  spec.add_dependency 'zeitwerk', '~> 2.1'
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.0.2
4
+ version: 7.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naomi Dushay
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-01-28 00:00:00.000000000 Z
10
+ date: 2025-02-18 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport
@@ -16,9 +16,6 @@ dependencies:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: '4.2'
19
- - - "<"
20
- - !ruby/object:Gem::Version
21
- version: '8'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,9 +23,6 @@ dependencies:
26
23
  - - ">="
27
24
  - !ruby/object:Gem::Version
28
25
  version: '4.2'
29
- - - "<"
30
- - !ruby/object:Gem::Version
31
- version: '8'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: faraday
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -253,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
247
  - !ruby/object:Gem::Version
254
248
  version: '0'
255
249
  requirements: []
256
- rubygems_version: 3.6.2
250
+ rubygems_version: 3.6.3
257
251
  specification_version: 4
258
252
  summary: A thin client for getting info from SDR preservation.
259
253
  test_files: []