sdr-client 2.43.1 → 2.44.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 +4 -4
- data/Gemfile.lock +8 -8
- data/lib/sdr_client/version.rb +1 -1
- data/sdr-client.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd60cb8c42bdc0a1b547c3153e79d2570052b63ec422974861c6db02036bdbea
|
|
4
|
+
data.tar.gz: d2c378b81fb019e5c943ee03565e9b280f7aaa7ac7a9e7f33917b1d67dc0f639
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be75cf0f62314dbdc3fdb2cfd9a9c56f9438a32c9e5e240d61fd2c4e7fd096ca67e953205a1a32d3715978e965f3f4d5ace547c209e3a2cd7b9cb673275a7d74
|
|
7
|
+
data.tar.gz: 91ad38fbe9c906aa5727d3aba6b088ecf3a735b728961b3399d1f64f14bde7c89d57aed7aa70d461da6bc161d498145c75da7046f92d691fde8d467cb421fb45
|
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sdr-client (2.
|
|
4
|
+
sdr-client (2.44.0)
|
|
5
5
|
activesupport
|
|
6
|
-
cocina-models (~> 0.
|
|
6
|
+
cocina-models (~> 0.127.0)
|
|
7
7
|
config
|
|
8
8
|
dry-monads
|
|
9
9
|
faraday (>= 0.16)
|
|
@@ -36,7 +36,7 @@ GEM
|
|
|
36
36
|
reline (>= 0.6.0)
|
|
37
37
|
childprocess (5.1.0)
|
|
38
38
|
logger (~> 1.5)
|
|
39
|
-
cocina-models (0.
|
|
39
|
+
cocina-models (0.127.0)
|
|
40
40
|
activesupport
|
|
41
41
|
cocina_display
|
|
42
42
|
deprecation
|
|
@@ -117,11 +117,11 @@ GEM
|
|
|
117
117
|
iso8601 (0.13.0)
|
|
118
118
|
janeway-jsonpath (1.0.0)
|
|
119
119
|
json (2.20.0)
|
|
120
|
-
jsonschema_rs (0.46.
|
|
120
|
+
jsonschema_rs (0.46.10-arm64-darwin)
|
|
121
121
|
bigdecimal (>= 3.1, < 5)
|
|
122
|
-
jsonschema_rs (0.46.
|
|
122
|
+
jsonschema_rs (0.46.10-x86_64-linux)
|
|
123
123
|
bigdecimal (>= 3.1, < 5)
|
|
124
|
-
language_server-protocol (3.17.0.
|
|
124
|
+
language_server-protocol (3.17.0.6)
|
|
125
125
|
launchy (3.1.1)
|
|
126
126
|
addressable (~> 2.8)
|
|
127
127
|
childprocess (~> 5.0)
|
|
@@ -169,7 +169,7 @@ GEM
|
|
|
169
169
|
rspec-support (3.13.7)
|
|
170
170
|
rspec_junit_formatter (0.6.0)
|
|
171
171
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
172
|
-
rubocop (1.88.
|
|
172
|
+
rubocop (1.88.1)
|
|
173
173
|
json (~> 2.3)
|
|
174
174
|
language_server-protocol (~> 3.17.0.2)
|
|
175
175
|
lint_roller (~> 1.1.0)
|
|
@@ -180,7 +180,7 @@ GEM
|
|
|
180
180
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
181
181
|
ruby-progressbar (~> 1.7)
|
|
182
182
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
183
|
-
rubocop-ast (1.
|
|
183
|
+
rubocop-ast (1.50.0)
|
|
184
184
|
parser (>= 3.3.7.2)
|
|
185
185
|
prism (~> 1.7)
|
|
186
186
|
rubocop-rake (0.7.1)
|
data/lib/sdr_client/version.rb
CHANGED
data/sdr-client.gemspec
CHANGED
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
|
|
|
28
28
|
spec.require_paths = ['lib']
|
|
29
29
|
|
|
30
30
|
spec.add_dependency 'activesupport'
|
|
31
|
-
spec.add_dependency 'cocina-models', '~> 0.
|
|
31
|
+
spec.add_dependency 'cocina-models', '~> 0.127.0'
|
|
32
32
|
spec.add_dependency 'config'
|
|
33
33
|
spec.add_dependency 'dry-monads'
|
|
34
34
|
spec.add_dependency 'faraday', '>= 0.16'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sdr-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.44.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
@@ -29,14 +29,14 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.
|
|
32
|
+
version: 0.127.0
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 0.
|
|
39
|
+
version: 0.127.0
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: config
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|