libis-workflow 2.1.15 → 2.1.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/CHANGELOG.md +317 -0
- data/Gemfile +3 -0
- data/Makefile +21 -0
- data/Rakefile +11 -1
- data/lib/libis/workflow/base/file_item.rb +0 -1
- data/lib/libis/workflow/base/run.rb +0 -1
- data/lib/libis/workflow/task.rb +1 -1
- data/lib/libis/workflow/version.rb +1 -1
- data/libis-workflow.gemspec +1 -1
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7fc5d45cf7f3b2e239992dbb91c791fa67b7a73bdf4fafaf1991fca478af977
|
4
|
+
data.tar.gz: ba6e5e9d0bdb6802f2b2014bb17883a03aca5534ebed59462ed256ce16d58b38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5856f99fa6378ab2e93b342e797d64ca1629bd1e4b2e801d8a22a7c99224574b6ee710d0589cbd1e1a9911a223ed464f35523515fed42bcdbf941b990e2ca7bf
|
7
|
+
data.tar.gz: '058903de0b0b113f797f35696b3ed080dff77c746de2db0c74a5513e7ef2f5dae067fc8945486d627589079a089fabb4b96c1a22ff25845a8747bde9d85f9f0a'
|
data/.gitignore
CHANGED
data/CHANGELOG.md
ADDED
@@ -0,0 +1,317 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [v2.1.17](https://github.com/libis/workflow/tree/v2.1.17) (25/10/2024)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.16...v2.1.17)
|
6
|
+
|
7
|
+
## [v2.1.16](https://github.com/libis/workflow/tree/v2.1.16) (24/04/2024)
|
8
|
+
|
9
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.15...v2.1.16)
|
10
|
+
|
11
|
+
## [v2.1.15](https://github.com/libis/workflow/tree/v2.1.15) (27/11/2023)
|
12
|
+
|
13
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.14...v2.1.15)
|
14
|
+
|
15
|
+
## [v2.1.14](https://github.com/libis/workflow/tree/v2.1.14) (23/10/2023)
|
16
|
+
|
17
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.13...v2.1.14)
|
18
|
+
|
19
|
+
## [v2.1.13](https://github.com/libis/workflow/tree/v2.1.13) (10/10/2023)
|
20
|
+
|
21
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.12...v2.1.13)
|
22
|
+
|
23
|
+
## [v2.1.12](https://github.com/libis/workflow/tree/v2.1.12) (06/09/2023)
|
24
|
+
|
25
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.11...v2.1.12)
|
26
|
+
|
27
|
+
## [v2.1.11](https://github.com/libis/workflow/tree/v2.1.11) (06/09/2023)
|
28
|
+
|
29
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.10...v2.1.11)
|
30
|
+
|
31
|
+
## [v2.1.10](https://github.com/libis/workflow/tree/v2.1.10) (23/08/2023)
|
32
|
+
|
33
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.9...v2.1.10)
|
34
|
+
|
35
|
+
## [v2.1.9](https://github.com/libis/workflow/tree/v2.1.9) (11/08/2023)
|
36
|
+
|
37
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.8...v2.1.9)
|
38
|
+
|
39
|
+
## [v2.1.8](https://github.com/libis/workflow/tree/v2.1.8) (09/08/2023)
|
40
|
+
|
41
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.7...v2.1.8)
|
42
|
+
|
43
|
+
## [v2.1.7](https://github.com/libis/workflow/tree/v2.1.7) (09/08/2023)
|
44
|
+
|
45
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.6...v2.1.7)
|
46
|
+
|
47
|
+
## [v2.1.6](https://github.com/libis/workflow/tree/v2.1.6) (19/07/2023)
|
48
|
+
|
49
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.5...v2.1.6)
|
50
|
+
|
51
|
+
## [v2.1.5](https://github.com/libis/workflow/tree/v2.1.5) (05/07/2023)
|
52
|
+
|
53
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.4...v2.1.5)
|
54
|
+
|
55
|
+
## [v2.1.4](https://github.com/libis/workflow/tree/v2.1.4) (24/02/2021)
|
56
|
+
|
57
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.3...v2.1.4)
|
58
|
+
|
59
|
+
## [v2.1.3](https://github.com/libis/workflow/tree/v2.1.3) (25/05/2020)
|
60
|
+
|
61
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.2...v2.1.3)
|
62
|
+
|
63
|
+
## [v2.1.2](https://github.com/libis/workflow/tree/v2.1.2) (13/05/2020)
|
64
|
+
|
65
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.1.0...v2.1.2)
|
66
|
+
|
67
|
+
## [v2.1.0](https://github.com/libis/workflow/tree/v2.1.0) (28/08/2019)
|
68
|
+
|
69
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.38...v2.1.0)
|
70
|
+
|
71
|
+
## [v2.0.38](https://github.com/libis/workflow/tree/v2.0.38) (01/10/2018)
|
72
|
+
|
73
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.37...v2.0.38)
|
74
|
+
|
75
|
+
## [v2.0.37](https://github.com/libis/workflow/tree/v2.0.37) (23/03/2018)
|
76
|
+
|
77
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.36...v2.0.37)
|
78
|
+
|
79
|
+
## [v2.0.36](https://github.com/libis/workflow/tree/v2.0.36) (09/03/2018)
|
80
|
+
|
81
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.35...v2.0.36)
|
82
|
+
|
83
|
+
## [v2.0.35](https://github.com/libis/workflow/tree/v2.0.35) (08/03/2018)
|
84
|
+
|
85
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.34...v2.0.35)
|
86
|
+
|
87
|
+
## [v2.0.34](https://github.com/libis/workflow/tree/v2.0.34) (28/02/2018)
|
88
|
+
|
89
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.33...v2.0.34)
|
90
|
+
|
91
|
+
## [v2.0.33](https://github.com/libis/workflow/tree/v2.0.33) (30/08/2017)
|
92
|
+
|
93
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.32...v2.0.33)
|
94
|
+
|
95
|
+
## [v2.0.32](https://github.com/libis/workflow/tree/v2.0.32) (19/12/2016)
|
96
|
+
|
97
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.31...v2.0.32)
|
98
|
+
|
99
|
+
## [v2.0.31](https://github.com/libis/workflow/tree/v2.0.31) (07/12/2016)
|
100
|
+
|
101
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.30...v2.0.31)
|
102
|
+
|
103
|
+
## [v2.0.30](https://github.com/libis/workflow/tree/v2.0.30) (27/07/2016)
|
104
|
+
|
105
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.29...v2.0.30)
|
106
|
+
|
107
|
+
## [v2.0.29](https://github.com/libis/workflow/tree/v2.0.29) (19/07/2016)
|
108
|
+
|
109
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.28...v2.0.29)
|
110
|
+
|
111
|
+
## [v2.0.28](https://github.com/libis/workflow/tree/v2.0.28) (20/06/2016)
|
112
|
+
|
113
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.25...v2.0.28)
|
114
|
+
|
115
|
+
## [v2.0.25](https://github.com/libis/workflow/tree/v2.0.25) (04/06/2016)
|
116
|
+
|
117
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.24...v2.0.25)
|
118
|
+
|
119
|
+
## [v2.0.24](https://github.com/libis/workflow/tree/v2.0.24) (02/06/2016)
|
120
|
+
|
121
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.23...v2.0.24)
|
122
|
+
|
123
|
+
## [v2.0.23](https://github.com/libis/workflow/tree/v2.0.23) (02/06/2016)
|
124
|
+
|
125
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.22...v2.0.23)
|
126
|
+
|
127
|
+
## [v2.0.22](https://github.com/libis/workflow/tree/v2.0.22) (02/06/2016)
|
128
|
+
|
129
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.21...v2.0.22)
|
130
|
+
|
131
|
+
## [v2.0.21](https://github.com/libis/workflow/tree/v2.0.21) (01/06/2016)
|
132
|
+
|
133
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.19...v2.0.21)
|
134
|
+
|
135
|
+
## [v2.0.19](https://github.com/libis/workflow/tree/v2.0.19) (02/05/2016)
|
136
|
+
|
137
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.18...v2.0.19)
|
138
|
+
|
139
|
+
## [v2.0.18](https://github.com/libis/workflow/tree/v2.0.18) (20/04/2016)
|
140
|
+
|
141
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.17...v2.0.18)
|
142
|
+
|
143
|
+
## [v2.0.17](https://github.com/libis/workflow/tree/v2.0.17) (18/04/2016)
|
144
|
+
|
145
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.16...v2.0.17)
|
146
|
+
|
147
|
+
## [v2.0.16](https://github.com/libis/workflow/tree/v2.0.16) (18/04/2016)
|
148
|
+
|
149
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.14...v2.0.16)
|
150
|
+
|
151
|
+
## [v2.0.14](https://github.com/libis/workflow/tree/v2.0.14) (18/04/2016)
|
152
|
+
|
153
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.13...v2.0.14)
|
154
|
+
|
155
|
+
## [v2.0.13](https://github.com/libis/workflow/tree/v2.0.13) (15/04/2016)
|
156
|
+
|
157
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.12...v2.0.13)
|
158
|
+
|
159
|
+
## [v2.0.12](https://github.com/libis/workflow/tree/v2.0.12) (13/04/2016)
|
160
|
+
|
161
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.11...v2.0.12)
|
162
|
+
|
163
|
+
## [v2.0.11](https://github.com/libis/workflow/tree/v2.0.11) (06/04/2016)
|
164
|
+
|
165
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.10...v2.0.11)
|
166
|
+
|
167
|
+
## [v2.0.10](https://github.com/libis/workflow/tree/v2.0.10) (26/03/2016)
|
168
|
+
|
169
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.9...v2.0.10)
|
170
|
+
|
171
|
+
## [v2.0.9](https://github.com/libis/workflow/tree/v2.0.9) (25/03/2016)
|
172
|
+
|
173
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.8...v2.0.9)
|
174
|
+
|
175
|
+
## [v2.0.8](https://github.com/libis/workflow/tree/v2.0.8) (25/03/2016)
|
176
|
+
|
177
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.7...v2.0.8)
|
178
|
+
|
179
|
+
## [v2.0.7](https://github.com/libis/workflow/tree/v2.0.7) (13/03/2016)
|
180
|
+
|
181
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.6...v2.0.7)
|
182
|
+
|
183
|
+
## [v2.0.6](https://github.com/libis/workflow/tree/v2.0.6) (11/03/2016)
|
184
|
+
|
185
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.5...v2.0.6)
|
186
|
+
|
187
|
+
## [v2.0.5](https://github.com/libis/workflow/tree/v2.0.5) (11/03/2016)
|
188
|
+
|
189
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.3...v2.0.5)
|
190
|
+
|
191
|
+
## [v2.0.3](https://github.com/libis/workflow/tree/v2.0.3) (10/03/2016)
|
192
|
+
|
193
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.2...v2.0.3)
|
194
|
+
|
195
|
+
## [v2.0.2](https://github.com/libis/workflow/tree/v2.0.2) (08/03/2016)
|
196
|
+
|
197
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.1...v2.0.2)
|
198
|
+
|
199
|
+
## [v2.0.1](https://github.com/libis/workflow/tree/v2.0.1) (07/03/2016)
|
200
|
+
|
201
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.0...v2.0.1)
|
202
|
+
|
203
|
+
## [v2.0.0](https://github.com/libis/workflow/tree/v2.0.0) (03/03/2016)
|
204
|
+
|
205
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.26...v2.0.0)
|
206
|
+
|
207
|
+
## [v2.0.beta.26](https://github.com/libis/workflow/tree/v2.0.beta.26) (26/01/2016)
|
208
|
+
|
209
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.25...v2.0.beta.26)
|
210
|
+
|
211
|
+
## [v2.0.beta.25](https://github.com/libis/workflow/tree/v2.0.beta.25) (07/01/2016)
|
212
|
+
|
213
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.24...v2.0.beta.25)
|
214
|
+
|
215
|
+
## [v2.0.beta.24](https://github.com/libis/workflow/tree/v2.0.beta.24) (07/01/2016)
|
216
|
+
|
217
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.23...v2.0.beta.24)
|
218
|
+
|
219
|
+
## [v2.0.beta.23](https://github.com/libis/workflow/tree/v2.0.beta.23) (07/01/2016)
|
220
|
+
|
221
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.22...v2.0.beta.23)
|
222
|
+
|
223
|
+
## [v2.0.beta.22](https://github.com/libis/workflow/tree/v2.0.beta.22) (05/01/2016)
|
224
|
+
|
225
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.21...v2.0.beta.22)
|
226
|
+
|
227
|
+
## [v2.0.beta.21](https://github.com/libis/workflow/tree/v2.0.beta.21) (16/12/2015)
|
228
|
+
|
229
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.20...v2.0.beta.21)
|
230
|
+
|
231
|
+
## [v2.0.beta.20](https://github.com/libis/workflow/tree/v2.0.beta.20) (16/12/2015)
|
232
|
+
|
233
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.19...v2.0.beta.20)
|
234
|
+
|
235
|
+
## [v2.0.beta.19](https://github.com/libis/workflow/tree/v2.0.beta.19) (14/12/2015)
|
236
|
+
|
237
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.18...v2.0.beta.19)
|
238
|
+
|
239
|
+
## [v2.0.beta.18](https://github.com/libis/workflow/tree/v2.0.beta.18) (11/12/2015)
|
240
|
+
|
241
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.17...v2.0.beta.18)
|
242
|
+
|
243
|
+
## [v2.0.beta.17](https://github.com/libis/workflow/tree/v2.0.beta.17) (11/12/2015)
|
244
|
+
|
245
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.16...v2.0.beta.17)
|
246
|
+
|
247
|
+
## [v2.0.beta.16](https://github.com/libis/workflow/tree/v2.0.beta.16) (11/12/2015)
|
248
|
+
|
249
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.15...v2.0.beta.16)
|
250
|
+
|
251
|
+
## [v2.0.beta.15](https://github.com/libis/workflow/tree/v2.0.beta.15) (11/12/2015)
|
252
|
+
|
253
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.14...v2.0.beta.15)
|
254
|
+
|
255
|
+
## [v2.0.beta.14](https://github.com/libis/workflow/tree/v2.0.beta.14) (11/12/2015)
|
256
|
+
|
257
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.13...v2.0.beta.14)
|
258
|
+
|
259
|
+
## [v2.0.beta.13](https://github.com/libis/workflow/tree/v2.0.beta.13) (03/12/2015)
|
260
|
+
|
261
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.12...v2.0.beta.13)
|
262
|
+
|
263
|
+
## [v2.0.beta.12](https://github.com/libis/workflow/tree/v2.0.beta.12) (09/11/2015)
|
264
|
+
|
265
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.11...v2.0.beta.12)
|
266
|
+
|
267
|
+
## [v2.0.beta.11](https://github.com/libis/workflow/tree/v2.0.beta.11) (22/10/2015)
|
268
|
+
|
269
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.10...v2.0.beta.11)
|
270
|
+
|
271
|
+
## [v2.0.beta.10](https://github.com/libis/workflow/tree/v2.0.beta.10) (08/10/2015)
|
272
|
+
|
273
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.9...v2.0.beta.10)
|
274
|
+
|
275
|
+
## [v2.0.beta.9](https://github.com/libis/workflow/tree/v2.0.beta.9) (21/06/2015)
|
276
|
+
|
277
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.8...v2.0.beta.9)
|
278
|
+
|
279
|
+
## [v2.0.beta.8](https://github.com/libis/workflow/tree/v2.0.beta.8) (16/06/2015)
|
280
|
+
|
281
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.7...v2.0.beta.8)
|
282
|
+
|
283
|
+
## [v2.0.beta.7](https://github.com/libis/workflow/tree/v2.0.beta.7) (15/06/2015)
|
284
|
+
|
285
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.6...v2.0.beta.7)
|
286
|
+
|
287
|
+
## [v2.0.beta.6](https://github.com/libis/workflow/tree/v2.0.beta.6) (10/06/2015)
|
288
|
+
|
289
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.5...v2.0.beta.6)
|
290
|
+
|
291
|
+
## [v2.0.beta.5](https://github.com/libis/workflow/tree/v2.0.beta.5) (17/04/2015)
|
292
|
+
|
293
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.4...v2.0.beta.5)
|
294
|
+
|
295
|
+
## [v2.0.beta.4](https://github.com/libis/workflow/tree/v2.0.beta.4) (15/04/2015)
|
296
|
+
|
297
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.3...v2.0.beta.4)
|
298
|
+
|
299
|
+
## [v2.0.beta.3](https://github.com/libis/workflow/tree/v2.0.beta.3) (15/04/2015)
|
300
|
+
|
301
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v2.0.beta.1...v2.0.beta.3)
|
302
|
+
|
303
|
+
## [v2.0.beta.1](https://github.com/libis/workflow/tree/v2.0.beta.1) (22/09/2014)
|
304
|
+
|
305
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v1.0.1...v2.0.beta.1)
|
306
|
+
|
307
|
+
## [v1.0.1](https://github.com/libis/workflow/tree/v1.0.1) (24/07/2014)
|
308
|
+
|
309
|
+
[Full Changelog](https://github.com/libis/workflow/compare/v1.0...v1.0.1)
|
310
|
+
|
311
|
+
## [v1.0](https://github.com/libis/workflow/tree/v1.0) (24/07/2014)
|
312
|
+
|
313
|
+
[Full Changelog](https://github.com/libis/workflow/compare/36687e2a4350b2725710f19ba9a98e0c449c0c15...v1.0)
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
data/Gemfile
CHANGED
data/Makefile
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
-include .env
|
2
|
+
export
|
3
|
+
|
4
|
+
VERSION=$(shell ruby -e "require_relative 'lib/libis/workflow/version'; puts Libis::Workflow::VERSION")
|
5
|
+
|
6
|
+
.SILENT:
|
7
|
+
|
8
|
+
.PHONY: release
|
9
|
+
|
10
|
+
changelog:
|
11
|
+
rake changelog
|
12
|
+
git commit -a -m "Changelog update" || true
|
13
|
+
git push
|
14
|
+
|
15
|
+
version_bump:
|
16
|
+
echo "Gem version: v$(VERSION)"
|
17
|
+
git commit -am "Version bump: v$(VERSION)" || true
|
18
|
+
git tag --force "v$(VERSION)"
|
19
|
+
git push --tags
|
20
|
+
|
21
|
+
release: version_bump changelog
|
data/Rakefile
CHANGED
@@ -4,4 +4,14 @@ require 'rspec/core/rake_task'
|
|
4
4
|
RSpec::Core::RakeTask.new('spec')
|
5
5
|
|
6
6
|
desc 'run tests'
|
7
|
-
task :default => :spec
|
7
|
+
task :default => :spec
|
8
|
+
|
9
|
+
require 'github_changelog_generator/task'
|
10
|
+
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
|
11
|
+
config.user = 'libis'
|
12
|
+
config.project = 'workflow'
|
13
|
+
config.token = ENV['CHANGELOG_GITHUB_TOKEN']
|
14
|
+
config.date_format = '%d/%m/%Y'
|
15
|
+
config.unreleased = true
|
16
|
+
config.verbose = false
|
17
|
+
end
|
data/lib/libis/workflow/task.rb
CHANGED
@@ -253,7 +253,7 @@ module Libis
|
|
253
253
|
results = Hash.new(0)
|
254
254
|
self.tasks.each { |subtask| results[item.status(subtask.namepath)] += 1 }
|
255
255
|
[:FAILED, :ASYNC_WAIT, :ASYNC_HALT].each { |status| return status if results[status] > 0 }
|
256
|
-
return :
|
256
|
+
return :STARTED if results[:STARTED] > 0
|
257
257
|
:DONE
|
258
258
|
end
|
259
259
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Libis
|
2
2
|
module Workflow
|
3
|
-
VERSION = '2.1.
|
3
|
+
VERSION = '2.1.17' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
|
4
4
|
end
|
5
5
|
end
|
data/libis-workflow.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
14
14
|
|
15
15
|
spec.author = 'Kris Dekeyser'
|
16
16
|
spec.email = 'kris.dekeyser@libis.be'
|
17
|
-
spec.homepage = 'https://github.com/
|
17
|
+
spec.homepage = 'https://github.com/libis/workflow'
|
18
18
|
spec.license = 'MIT'
|
19
19
|
|
20
20
|
if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libis-workflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kris Dekeyser
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: libis-tools
|
@@ -104,8 +104,10 @@ files:
|
|
104
104
|
- ".gitignore"
|
105
105
|
- ".travis.yml"
|
106
106
|
- ".vscode/launch.json"
|
107
|
+
- CHANGELOG.md
|
107
108
|
- Gemfile
|
108
109
|
- LICENSE
|
110
|
+
- Makefile
|
109
111
|
- README.md
|
110
112
|
- Rakefile
|
111
113
|
- lib/libis-workflow.rb
|
@@ -145,11 +147,11 @@ files:
|
|
145
147
|
- spec/tasks/final_task.rb
|
146
148
|
- spec/tasks/processing_task.rb
|
147
149
|
- spec/workflow_spec.rb
|
148
|
-
homepage: https://github.com/
|
150
|
+
homepage: https://github.com/libis/workflow
|
149
151
|
licenses:
|
150
152
|
- MIT
|
151
153
|
metadata: {}
|
152
|
-
post_install_message:
|
154
|
+
post_install_message:
|
153
155
|
rdoc_options: []
|
154
156
|
require_paths:
|
155
157
|
- lib
|
@@ -164,8 +166,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
166
|
- !ruby/object:Gem::Version
|
165
167
|
version: '0'
|
166
168
|
requirements: []
|
167
|
-
rubygems_version: 3.
|
168
|
-
signing_key:
|
169
|
+
rubygems_version: 3.5.22
|
170
|
+
signing_key:
|
169
171
|
specification_version: 4
|
170
172
|
summary: LIBIS Workflow framework.
|
171
173
|
test_files:
|