dor-workflow-client 7.5.0 → 7.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 345824c332c0c9924a29f4189eea47d59a9ad3f65a99a4cf03cd4eca153fb4ba
4
- data.tar.gz: 81d446a74ca5b8e585db805350d0ca278e15bc23606ea51b9223e62ebc81f839
3
+ metadata.gz: f09cfcba6518009d57900ff9c069be55dab613542f38cb948d503c8bd2754ba6
4
+ data.tar.gz: e446798dbeedc9a88784622598ff21b22ae2246a70cb392b2a7842afe08889a3
5
5
  SHA512:
6
- metadata.gz: c6a4ca91c098a131637d5af1c001354d9d749cdf34b47d4f161d91a3085bfc108820eb33d2563eed8082dda74274aa63fd3b80660975a0005477cd6e59d2472c
7
- data.tar.gz: 8d24d0561c7d2f80201c4f1d39dc68efdd694e126fc972e339fd2b87ba16d2f27062c1213c6e9e0eed2ba22df69f1803b8d0bc823dad6cdf9d99e48d693f884d
6
+ metadata.gz: a45a0cea334788ad551560bc29250e3e37ad2dc17eca40305804e181178815632537ba6ff1ea99147fb292c154605fd0a68dc53a8fadcc06240bb73d4526b4cd
7
+ data.tar.gz: 7b4319b9e0bdafc9c08033de8dec348c5bc5204a0798038516415371d819ba6dec4563b07b1497142764f0d6740a28ebb84245947e43391aa0a7b7d98215650b
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.1
3
+ ruby-rails: sul-dlss/ruby-rails@4.2.2
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
- dor-workflow-client (7.5.0)
4
+ dor-workflow-client (7.6.0)
5
5
  activesupport (>= 3.2.1, < 8)
6
6
  deprecation (>= 0.99.0)
7
7
  faraday (~> 2.0)
@@ -12,23 +12,26 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (7.1.3.4)
15
+ activesupport (7.2.2)
16
16
  base64
17
+ benchmark (>= 0.3)
17
18
  bigdecimal
18
- concurrent-ruby (~> 1.0, >= 1.0.2)
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
- mutex_m
24
- tzinfo (~> 2.0)
25
- addressable (2.8.6)
26
- public_suffix (>= 2.0.2, < 6.0)
25
+ securerandom (>= 0.3)
26
+ tzinfo (~> 2.0, >= 2.0.5)
27
+ addressable (2.8.7)
28
+ public_suffix (>= 2.0.2, < 7.0)
27
29
  ast (2.4.2)
28
30
  base64 (0.2.0)
31
+ benchmark (0.3.0)
29
32
  bigdecimal (3.1.8)
30
33
  byebug (11.1.3)
31
- concurrent-ruby (1.3.3)
34
+ concurrent-ruby (1.3.4)
32
35
  connection_pool (2.4.1)
33
36
  crack (1.0.0)
34
37
  bigdecimal
@@ -36,65 +39,65 @@ GEM
36
39
  deprecation (1.1.0)
37
40
  activesupport
38
41
  diff-lcs (1.5.1)
39
- docile (1.4.0)
42
+ docile (1.4.1)
40
43
  drb (2.2.1)
41
- faraday (2.9.1)
42
- faraday-net_http (>= 2.0, < 3.2)
43
- faraday-net_http (3.1.0)
44
+ faraday (2.12.0)
45
+ faraday-net_http (>= 2.0, < 3.4)
46
+ json
47
+ logger
48
+ faraday-net_http (3.3.0)
44
49
  net-http
45
50
  faraday-retry (2.2.1)
46
51
  faraday (~> 2.0)
47
- hashdiff (1.1.0)
48
- i18n (1.14.5)
52
+ hashdiff (1.1.1)
53
+ i18n (1.14.6)
49
54
  concurrent-ruby (~> 1.0)
50
- json (2.7.2)
55
+ json (2.7.5)
51
56
  language_server-protocol (3.17.0.3)
57
+ logger (1.6.1)
52
58
  mini_portile2 (2.8.7)
53
- minitest (5.23.1)
54
- mutex_m (0.2.0)
59
+ minitest (5.25.1)
55
60
  net-http (0.4.1)
56
61
  uri
57
- nokogiri (1.16.6)
62
+ nokogiri (1.16.7)
58
63
  mini_portile2 (~> 2.8.2)
59
64
  racc (~> 1.4)
60
- parallel (1.25.1)
61
- parser (3.3.3.0)
65
+ parallel (1.26.3)
66
+ parser (3.3.5.0)
62
67
  ast (~> 2.4.1)
63
68
  racc
64
- public_suffix (5.1.1)
65
- racc (1.8.0)
69
+ public_suffix (6.0.1)
70
+ racc (1.8.1)
66
71
  rainbow (3.1.1)
67
72
  rake (13.2.1)
68
73
  regexp_parser (2.9.2)
69
- rexml (3.3.0)
70
- strscan
74
+ rexml (3.3.9)
71
75
  rspec (3.13.0)
72
76
  rspec-core (~> 3.13.0)
73
77
  rspec-expectations (~> 3.13.0)
74
78
  rspec-mocks (~> 3.13.0)
75
- rspec-core (3.13.0)
79
+ rspec-core (3.13.2)
76
80
  rspec-support (~> 3.13.0)
77
- rspec-expectations (3.13.1)
81
+ rspec-expectations (3.13.3)
78
82
  diff-lcs (>= 1.2.0, < 2.0)
79
83
  rspec-support (~> 3.13.0)
80
- rspec-mocks (3.13.1)
84
+ rspec-mocks (3.13.2)
81
85
  diff-lcs (>= 1.2.0, < 2.0)
82
86
  rspec-support (~> 3.13.0)
83
87
  rspec-support (3.13.1)
84
88
  rspec_junit_formatter (0.6.0)
85
89
  rspec-core (>= 2, < 4, != 2.12.0)
86
- rubocop (1.64.1)
90
+ rubocop (1.68.0)
87
91
  json (~> 2.3)
88
92
  language_server-protocol (>= 3.17.0)
89
93
  parallel (~> 1.10)
90
94
  parser (>= 3.3.0.2)
91
95
  rainbow (>= 2.2.2, < 4.0)
92
- regexp_parser (>= 1.8, < 3.0)
93
- rexml (>= 3.2.5, < 4.0)
94
- rubocop-ast (>= 1.31.1, < 2.0)
96
+ regexp_parser (>= 2.4, < 3.0)
97
+ rubocop-ast (>= 1.32.2, < 2.0)
95
98
  ruby-progressbar (~> 1.7)
96
99
  unicode-display_width (>= 2.4.0, < 3.0)
97
- rubocop-ast (1.31.3)
100
+ rubocop-ast (1.33.0)
98
101
  parser (>= 3.3.1.0)
99
102
  rubocop-capybara (2.21.0)
100
103
  rubocop (~> 1.41)
@@ -110,23 +113,23 @@ GEM
110
113
  rubocop-rspec_rails (2.29.1)
111
114
  rubocop (~> 1.61)
112
115
  ruby-progressbar (1.13.0)
116
+ securerandom (0.3.1)
113
117
  simplecov (0.22.0)
114
118
  docile (~> 1.1)
115
119
  simplecov-html (~> 0.11)
116
120
  simplecov_json_formatter (~> 0.1)
117
- simplecov-html (0.12.3)
121
+ simplecov-html (0.13.1)
118
122
  simplecov_json_formatter (0.1.4)
119
- strscan (3.1.0)
120
123
  tzinfo (2.0.6)
121
124
  concurrent-ruby (~> 1.0)
122
- unicode-display_width (2.5.0)
123
- uri (0.13.0)
124
- webmock (3.23.1)
125
+ unicode-display_width (2.6.0)
126
+ uri (0.13.1)
127
+ webmock (3.24.0)
125
128
  addressable (>= 2.8.0)
126
129
  crack (>= 0.3.2)
127
130
  hashdiff (>= 0.4.0, < 2.0.0)
128
- yard (0.9.36)
129
- zeitwerk (2.6.16)
131
+ yard (0.9.37)
132
+ zeitwerk (2.7.1)
130
133
 
131
134
  PLATFORMS
132
135
  ruby
@@ -3,7 +3,7 @@
3
3
  module Dor
4
4
  module Workflow
5
5
  class Client
6
- VERSION = '7.5.0'
6
+ VERSION = '7.6.0'
7
7
  end
8
8
  end
9
9
  end
@@ -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.5.0
4
+ version: 7.6.0
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-06-19 00:00:00.000000000 Z
12
+ date: 2024-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  - !ruby/object:Gem::Version
168
168
  version: '0'
169
169
  requirements: []
170
- rubygems_version: 3.5.10
170
+ rubygems_version: 3.5.11
171
171
  signing_key:
172
172
  specification_version: 4
173
173
  summary: Provides convenience methods to work with the DOR Workflow Service