dor-workflow-client 7.5.0 → 7.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/Gemfile.lock +45 -41
- data/dor-workflow-client.gemspec +1 -1
- data/lib/dor/workflow/client/version.rb +1 -1
- data/lib/dor/workflow/client.rb +1 -1
- metadata +5 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e00d33007a67fe3e607553f3fb0f51744cafc3bcda21d2d7bd07526d1821f199
|
4
|
+
data.tar.gz: eba26125adda3619e00f5e8ec081dc2c861cf45b39993a70c011a79bea53ac48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e1e7964e9432f5aa2d0af7a1729812ef0a5401501a89f9e73ad32a78f7dbc920d3d52ed28a3e583fb61d455f9e0cc21439cb55b2680d174843544d9e0e8441f
|
7
|
+
data.tar.gz: 509627aa57a083d796534df08b9a39761a0615394ff34a6c730da357b9e59e6c55bdd525884d673b2e6b79ca308b7bac9076d8b3f9a07c4b397a9b5e827b6300
|
data/.circleci/config.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
dor-workflow-client (7.
|
5
|
-
activesupport (>=
|
4
|
+
dor-workflow-client (7.6.1)
|
5
|
+
activesupport (>= 7.0.0)
|
6
6
|
deprecation (>= 0.99.0)
|
7
7
|
faraday (~> 2.0)
|
8
8
|
faraday-retry (~> 2.0)
|
@@ -12,23 +12,27 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (
|
15
|
+
activesupport (8.0.0)
|
16
16
|
base64
|
17
|
+
benchmark (>= 0.3)
|
17
18
|
bigdecimal
|
18
|
-
concurrent-ruby (~> 1.0, >= 1.
|
19
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
19
20
|
connection_pool (>= 2.2.5)
|
20
21
|
drb
|
21
22
|
i18n (>= 1.6, < 2)
|
23
|
+
logger (>= 1.4.2)
|
22
24
|
minitest (>= 5.1)
|
23
|
-
|
24
|
-
tzinfo (~> 2.0)
|
25
|
-
|
26
|
-
|
25
|
+
securerandom (>= 0.3)
|
26
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
27
|
+
uri (>= 0.13.1)
|
28
|
+
addressable (2.8.7)
|
29
|
+
public_suffix (>= 2.0.2, < 7.0)
|
27
30
|
ast (2.4.2)
|
28
31
|
base64 (0.2.0)
|
32
|
+
benchmark (0.4.0)
|
29
33
|
bigdecimal (3.1.8)
|
30
34
|
byebug (11.1.3)
|
31
|
-
concurrent-ruby (1.3.
|
35
|
+
concurrent-ruby (1.3.4)
|
32
36
|
connection_pool (2.4.1)
|
33
37
|
crack (1.0.0)
|
34
38
|
bigdecimal
|
@@ -36,65 +40,65 @@ GEM
|
|
36
40
|
deprecation (1.1.0)
|
37
41
|
activesupport
|
38
42
|
diff-lcs (1.5.1)
|
39
|
-
docile (1.4.
|
43
|
+
docile (1.4.1)
|
40
44
|
drb (2.2.1)
|
41
|
-
faraday (2.
|
42
|
-
faraday-net_http (>= 2.0, < 3.
|
43
|
-
|
45
|
+
faraday (2.12.0)
|
46
|
+
faraday-net_http (>= 2.0, < 3.4)
|
47
|
+
json
|
48
|
+
logger
|
49
|
+
faraday-net_http (3.3.0)
|
44
50
|
net-http
|
45
51
|
faraday-retry (2.2.1)
|
46
52
|
faraday (~> 2.0)
|
47
|
-
hashdiff (1.1.
|
48
|
-
i18n (1.14.
|
53
|
+
hashdiff (1.1.1)
|
54
|
+
i18n (1.14.6)
|
49
55
|
concurrent-ruby (~> 1.0)
|
50
|
-
json (2.
|
56
|
+
json (2.8.1)
|
51
57
|
language_server-protocol (3.17.0.3)
|
58
|
+
logger (1.6.1)
|
52
59
|
mini_portile2 (2.8.7)
|
53
|
-
minitest (5.
|
54
|
-
|
55
|
-
net-http (0.4.1)
|
60
|
+
minitest (5.25.1)
|
61
|
+
net-http (0.5.0)
|
56
62
|
uri
|
57
|
-
nokogiri (1.16.
|
63
|
+
nokogiri (1.16.7)
|
58
64
|
mini_portile2 (~> 2.8.2)
|
59
65
|
racc (~> 1.4)
|
60
|
-
parallel (1.
|
61
|
-
parser (3.3.
|
66
|
+
parallel (1.26.3)
|
67
|
+
parser (3.3.6.0)
|
62
68
|
ast (~> 2.4.1)
|
63
69
|
racc
|
64
|
-
public_suffix (
|
65
|
-
racc (1.8.
|
70
|
+
public_suffix (6.0.1)
|
71
|
+
racc (1.8.1)
|
66
72
|
rainbow (3.1.1)
|
67
73
|
rake (13.2.1)
|
68
74
|
regexp_parser (2.9.2)
|
69
|
-
rexml (3.3.
|
70
|
-
strscan
|
75
|
+
rexml (3.3.9)
|
71
76
|
rspec (3.13.0)
|
72
77
|
rspec-core (~> 3.13.0)
|
73
78
|
rspec-expectations (~> 3.13.0)
|
74
79
|
rspec-mocks (~> 3.13.0)
|
75
|
-
rspec-core (3.13.
|
80
|
+
rspec-core (3.13.2)
|
76
81
|
rspec-support (~> 3.13.0)
|
77
|
-
rspec-expectations (3.13.
|
82
|
+
rspec-expectations (3.13.3)
|
78
83
|
diff-lcs (>= 1.2.0, < 2.0)
|
79
84
|
rspec-support (~> 3.13.0)
|
80
|
-
rspec-mocks (3.13.
|
85
|
+
rspec-mocks (3.13.2)
|
81
86
|
diff-lcs (>= 1.2.0, < 2.0)
|
82
87
|
rspec-support (~> 3.13.0)
|
83
88
|
rspec-support (3.13.1)
|
84
89
|
rspec_junit_formatter (0.6.0)
|
85
90
|
rspec-core (>= 2, < 4, != 2.12.0)
|
86
|
-
rubocop (1.
|
91
|
+
rubocop (1.68.0)
|
87
92
|
json (~> 2.3)
|
88
93
|
language_server-protocol (>= 3.17.0)
|
89
94
|
parallel (~> 1.10)
|
90
95
|
parser (>= 3.3.0.2)
|
91
96
|
rainbow (>= 2.2.2, < 4.0)
|
92
|
-
regexp_parser (>=
|
93
|
-
|
94
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
97
|
+
regexp_parser (>= 2.4, < 3.0)
|
98
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
95
99
|
ruby-progressbar (~> 1.7)
|
96
100
|
unicode-display_width (>= 2.4.0, < 3.0)
|
97
|
-
rubocop-ast (1.
|
101
|
+
rubocop-ast (1.34.1)
|
98
102
|
parser (>= 3.3.1.0)
|
99
103
|
rubocop-capybara (2.21.0)
|
100
104
|
rubocop (~> 1.41)
|
@@ -110,23 +114,23 @@ GEM
|
|
110
114
|
rubocop-rspec_rails (2.29.1)
|
111
115
|
rubocop (~> 1.61)
|
112
116
|
ruby-progressbar (1.13.0)
|
117
|
+
securerandom (0.3.2)
|
113
118
|
simplecov (0.22.0)
|
114
119
|
docile (~> 1.1)
|
115
120
|
simplecov-html (~> 0.11)
|
116
121
|
simplecov_json_formatter (~> 0.1)
|
117
|
-
simplecov-html (0.
|
122
|
+
simplecov-html (0.13.1)
|
118
123
|
simplecov_json_formatter (0.1.4)
|
119
|
-
strscan (3.1.0)
|
120
124
|
tzinfo (2.0.6)
|
121
125
|
concurrent-ruby (~> 1.0)
|
122
|
-
unicode-display_width (2.
|
123
|
-
uri (0.
|
124
|
-
webmock (3.
|
126
|
+
unicode-display_width (2.6.0)
|
127
|
+
uri (1.0.1)
|
128
|
+
webmock (3.24.0)
|
125
129
|
addressable (>= 2.8.0)
|
126
130
|
crack (>= 0.3.2)
|
127
131
|
hashdiff (>= 0.4.0, < 2.0.0)
|
128
|
-
yard (0.9.
|
129
|
-
zeitwerk (2.
|
132
|
+
yard (0.9.37)
|
133
|
+
zeitwerk (2.7.1)
|
130
134
|
|
131
135
|
PLATFORMS
|
132
136
|
ruby
|
data/dor-workflow-client.gemspec
CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|
17
17
|
gem.require_paths = ['lib']
|
18
18
|
gem.required_ruby_version = '>= 3.0'
|
19
19
|
|
20
|
-
gem.add_dependency 'activesupport', '>=
|
20
|
+
gem.add_dependency 'activesupport', '>= 7.0.0'
|
21
21
|
gem.add_dependency 'deprecation', '>= 0.99.0'
|
22
22
|
gem.add_dependency 'faraday', '~> 2.0'
|
23
23
|
gem.add_dependency 'faraday-retry', '~> 2.0'
|
data/lib/dor/workflow/client.rb
CHANGED
@@ -25,7 +25,7 @@ module Dor
|
|
25
25
|
# Create and update workflows
|
26
26
|
class Client
|
27
27
|
# From workflow-server-rails' app/models/workflow_step.rb
|
28
|
-
VALID_STATUS = %w[waiting completed error queued skipped started].freeze
|
28
|
+
VALID_STATUS = %w[waiting completed error queued skipped started retrying].freeze
|
29
29
|
|
30
30
|
attr_accessor :requestor
|
31
31
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dor-workflow-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Willy Mene
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-11-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -17,20 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
21
|
-
- - "<"
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: '8'
|
20
|
+
version: 7.0.0
|
24
21
|
type: :runtime
|
25
22
|
prerelease: false
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
27
24
|
requirements:
|
28
25
|
- - ">="
|
29
26
|
- !ruby/object:Gem::Version
|
30
|
-
version:
|
31
|
-
- - "<"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '8'
|
27
|
+
version: 7.0.0
|
34
28
|
- !ruby/object:Gem::Dependency
|
35
29
|
name: deprecation
|
36
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -167,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
161
|
- !ruby/object:Gem::Version
|
168
162
|
version: '0'
|
169
163
|
requirements: []
|
170
|
-
rubygems_version: 3.5.
|
164
|
+
rubygems_version: 3.5.11
|
171
165
|
signing_key:
|
172
166
|
specification_version: 4
|
173
167
|
summary: Provides convenience methods to work with the DOR Workflow Service
|