sdr-client 0.85.0 → 0.88.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -2
- data/.rubocop.yml +1 -1
- data/Gemfile.lock +178 -0
- data/lib/sdr_client/version.rb +1 -1
- data/sdr-client.gemspec +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 306e1af071e673f1d0c15b8158d49e25b83266ffa46282034774a07a54a7ff1e
|
4
|
+
data.tar.gz: 98bc8d20f6a46e3f89e7f8250c56962944ae74fc19b028a8d7df06323d3d5e48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57312c7aa2947b0233f080030de611344dd6d3fffbca9af480c14eeb93b53f70f0dcce20a31721e1a92ca7f22efa87595bbbdff917b8e21bc8f6ee7142af32cb
|
7
|
+
data.tar.gz: 7ab17c0b16f0c44a35c7cfa1418363fa108c2061b3d78b209c8bcb314761bcbaf83a4541151adb5d92a86af2c6c70285f384a94c0d111a2b163af730c8cc6e9e
|
data/.gitignore
CHANGED
data/.rubocop.yml
CHANGED
data/Gemfile.lock
ADDED
@@ -0,0 +1,178 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
sdr-client (0.88.0)
|
5
|
+
activesupport
|
6
|
+
cocina-models (~> 0.83.0)
|
7
|
+
dry-monads
|
8
|
+
faraday (>= 0.16)
|
9
|
+
|
10
|
+
GEM
|
11
|
+
remote: https://rubygems.org/
|
12
|
+
specs:
|
13
|
+
activesupport (7.0.3)
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
+
i18n (>= 1.6, < 2)
|
16
|
+
minitest (>= 5.1)
|
17
|
+
tzinfo (~> 2.0)
|
18
|
+
addressable (2.8.0)
|
19
|
+
public_suffix (>= 2.0.2, < 5.0)
|
20
|
+
ast (2.4.2)
|
21
|
+
attr_extras (6.2.5)
|
22
|
+
byebug (11.1.3)
|
23
|
+
cocina-models (0.83.0)
|
24
|
+
activesupport
|
25
|
+
deprecation
|
26
|
+
dry-struct (~> 1.0)
|
27
|
+
dry-types (~> 1.1)
|
28
|
+
edtf
|
29
|
+
equivalent-xml
|
30
|
+
jsonpath
|
31
|
+
nokogiri
|
32
|
+
openapi3_parser
|
33
|
+
openapi_parser (>= 0.11.1, < 1.0)
|
34
|
+
rss
|
35
|
+
super_diff
|
36
|
+
thor
|
37
|
+
zeitwerk (~> 2.1)
|
38
|
+
commonmarker (0.23.5)
|
39
|
+
concurrent-ruby (1.1.10)
|
40
|
+
crack (0.4.5)
|
41
|
+
rexml
|
42
|
+
deprecation (1.1.0)
|
43
|
+
activesupport
|
44
|
+
diff-lcs (1.5.0)
|
45
|
+
docile (1.4.0)
|
46
|
+
dry-configurable (0.15.0)
|
47
|
+
concurrent-ruby (~> 1.0)
|
48
|
+
dry-core (~> 0.6)
|
49
|
+
dry-container (0.9.0)
|
50
|
+
concurrent-ruby (~> 1.0)
|
51
|
+
dry-configurable (~> 0.13, >= 0.13.0)
|
52
|
+
dry-core (0.7.1)
|
53
|
+
concurrent-ruby (~> 1.0)
|
54
|
+
dry-inflector (0.2.1)
|
55
|
+
dry-logic (1.2.0)
|
56
|
+
concurrent-ruby (~> 1.0)
|
57
|
+
dry-core (~> 0.5, >= 0.5)
|
58
|
+
dry-monads (1.4.0)
|
59
|
+
concurrent-ruby (~> 1.0)
|
60
|
+
dry-core (~> 0.7)
|
61
|
+
dry-struct (1.4.0)
|
62
|
+
dry-core (~> 0.5, >= 0.5)
|
63
|
+
dry-types (~> 1.5)
|
64
|
+
ice_nine (~> 0.11)
|
65
|
+
dry-types (1.5.1)
|
66
|
+
concurrent-ruby (~> 1.0)
|
67
|
+
dry-container (~> 0.3)
|
68
|
+
dry-core (~> 0.5, >= 0.5)
|
69
|
+
dry-inflector (~> 0.1, >= 0.1.2)
|
70
|
+
dry-logic (~> 1.0, >= 1.0.2)
|
71
|
+
edtf (3.0.8)
|
72
|
+
activesupport (>= 3.0, < 8.0)
|
73
|
+
equivalent-xml (0.6.0)
|
74
|
+
nokogiri (>= 1.4.3)
|
75
|
+
faraday (2.3.0)
|
76
|
+
faraday-net_http (~> 2.0)
|
77
|
+
ruby2_keywords (>= 0.0.4)
|
78
|
+
faraday-net_http (2.0.3)
|
79
|
+
hashdiff (1.0.1)
|
80
|
+
i18n (1.10.0)
|
81
|
+
concurrent-ruby (~> 1.0)
|
82
|
+
ice_nine (0.11.2)
|
83
|
+
json (2.6.2)
|
84
|
+
jsonpath (1.1.2)
|
85
|
+
multi_json
|
86
|
+
minitest (5.16.2)
|
87
|
+
multi_json (1.15.0)
|
88
|
+
nokogiri (1.13.6-x86_64-darwin)
|
89
|
+
racc (~> 1.4)
|
90
|
+
openapi3_parser (0.9.2)
|
91
|
+
commonmarker (~> 0.17)
|
92
|
+
openapi_parser (0.15.0)
|
93
|
+
optimist (3.0.1)
|
94
|
+
parallel (1.22.1)
|
95
|
+
parser (3.1.2.0)
|
96
|
+
ast (~> 2.4.1)
|
97
|
+
patience_diff (1.2.0)
|
98
|
+
optimist (~> 3.0)
|
99
|
+
public_suffix (4.0.7)
|
100
|
+
racc (1.6.0)
|
101
|
+
rainbow (3.1.1)
|
102
|
+
rake (13.0.6)
|
103
|
+
regexp_parser (2.5.0)
|
104
|
+
rexml (3.2.5)
|
105
|
+
rspec (3.11.0)
|
106
|
+
rspec-core (~> 3.11.0)
|
107
|
+
rspec-expectations (~> 3.11.0)
|
108
|
+
rspec-mocks (~> 3.11.0)
|
109
|
+
rspec-core (3.11.0)
|
110
|
+
rspec-support (~> 3.11.0)
|
111
|
+
rspec-expectations (3.11.0)
|
112
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
113
|
+
rspec-support (~> 3.11.0)
|
114
|
+
rspec-mocks (3.11.1)
|
115
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
116
|
+
rspec-support (~> 3.11.0)
|
117
|
+
rspec-support (3.11.0)
|
118
|
+
rspec_junit_formatter (0.5.1)
|
119
|
+
rspec-core (>= 2, < 4, != 2.12.0)
|
120
|
+
rss (0.2.9)
|
121
|
+
rexml
|
122
|
+
rubocop (1.31.1)
|
123
|
+
json (~> 2.3)
|
124
|
+
parallel (~> 1.10)
|
125
|
+
parser (>= 3.1.0.0)
|
126
|
+
rainbow (>= 2.2.2, < 4.0)
|
127
|
+
regexp_parser (>= 1.8, < 3.0)
|
128
|
+
rexml (>= 3.2.5, < 4.0)
|
129
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
130
|
+
ruby-progressbar (~> 1.7)
|
131
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
132
|
+
rubocop-ast (1.18.0)
|
133
|
+
parser (>= 3.1.1.0)
|
134
|
+
rubocop-rake (0.6.0)
|
135
|
+
rubocop (~> 1.0)
|
136
|
+
rubocop-rspec (2.12.1)
|
137
|
+
rubocop (~> 1.31)
|
138
|
+
ruby-progressbar (1.11.0)
|
139
|
+
ruby2_keywords (0.0.5)
|
140
|
+
simplecov (0.21.2)
|
141
|
+
docile (~> 1.1)
|
142
|
+
simplecov-html (~> 0.11)
|
143
|
+
simplecov_json_formatter (~> 0.1)
|
144
|
+
simplecov-html (0.12.3)
|
145
|
+
simplecov_json_formatter (0.1.4)
|
146
|
+
super_diff (0.9.0)
|
147
|
+
attr_extras (>= 6.2.4)
|
148
|
+
diff-lcs
|
149
|
+
patience_diff
|
150
|
+
thor (1.2.1)
|
151
|
+
tzinfo (2.0.4)
|
152
|
+
concurrent-ruby (~> 1.0)
|
153
|
+
unicode-display_width (2.2.0)
|
154
|
+
webmock (3.14.0)
|
155
|
+
addressable (>= 2.8.0)
|
156
|
+
crack (>= 0.3.2)
|
157
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
158
|
+
zeitwerk (2.6.0)
|
159
|
+
|
160
|
+
PLATFORMS
|
161
|
+
x86_64-darwin-21
|
162
|
+
|
163
|
+
DEPENDENCIES
|
164
|
+
bundler (~> 2.0)
|
165
|
+
byebug
|
166
|
+
rake (~> 13.0)
|
167
|
+
rspec (~> 3.0)
|
168
|
+
rspec_junit_formatter
|
169
|
+
rubocop (~> 1.24)
|
170
|
+
rubocop-rake
|
171
|
+
rubocop-rspec (~> 2.1)
|
172
|
+
sdr-client!
|
173
|
+
simplecov
|
174
|
+
thor
|
175
|
+
webmock (~> 3.7)
|
176
|
+
|
177
|
+
BUNDLED WITH
|
178
|
+
2.3.17
|
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.83.0'
|
32
32
|
spec.add_dependency 'dry-monads'
|
33
33
|
spec.add_dependency 'faraday', '>= 0.16'
|
34
34
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sdr-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.88.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05
|
11
|
+
date: 2022-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.83.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.83.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: dry-monads
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -208,6 +208,7 @@ files:
|
|
208
208
|
- ".rubocop.yml"
|
209
209
|
- ".rubocop_todo.yml"
|
210
210
|
- Gemfile
|
211
|
+
- Gemfile.lock
|
211
212
|
- LICENSE
|
212
213
|
- README.md
|
213
214
|
- Rakefile
|
@@ -271,7 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
271
272
|
- !ruby/object:Gem::Version
|
272
273
|
version: '0'
|
273
274
|
requirements: []
|
274
|
-
rubygems_version: 3.3.
|
275
|
+
rubygems_version: 3.3.7
|
275
276
|
signing_key:
|
276
277
|
specification_version: 4
|
277
278
|
summary: The CLI for https://github.com/sul-dlss/sdr-api
|