ruote 2.3.0.2 → 2.3.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,9 @@
2
2
  = ruote - CHANGELOG.txt
3
3
 
4
4
 
5
- == ruote - 2.3.1 not yet released
5
+ == ruote - 2.3.0.3 not yet released
6
+
7
+ - peg rufus-scheduler at 2.0.24 in gemspec
6
8
 
7
9
 
8
10
  == ruote - 2.3.0.2 not yet released
@@ -24,6 +24,6 @@
24
24
 
25
25
  module Ruote
26
26
 
27
- VERSION = '2.3.0.2'
27
+ VERSION = '2.3.0.3'
28
28
  end
29
29
 
@@ -37,7 +37,7 @@ ruote is an open source Ruby workflow engine
37
37
  s.add_runtime_dependency 'rufus-cloche', '>= 1.0.2'
38
38
  s.add_runtime_dependency 'rufus-dollar', '>= 1.0.4'
39
39
  s.add_runtime_dependency 'rufus-mnemo', '>= 1.2.2'
40
- s.add_runtime_dependency 'rufus-scheduler', '>= 2.0.16'
40
+ s.add_runtime_dependency 'rufus-scheduler', '2.0.24'
41
41
  s.add_runtime_dependency 'rufus-treechecker', '>= 1.0.8'
42
42
 
43
43
  s.add_development_dependency 'rake'
@@ -288,7 +288,7 @@ class FtTimersTest < Test::Unit::TestCase
288
288
 
289
289
  err = @dashboard.ps(wfid).errors.first
290
290
 
291
- assert_equal "#<ArgumentError: unknown time char 'x'>", err.message
291
+ assert_equal "#<ArgumentError: cannot parse '1x'>", err.message
292
292
  end
293
293
 
294
294
  def test_process_status_and_timers
@@ -60,7 +60,7 @@ class FtRetriesTest < Test::Unit::TestCase
60
60
  @dashboard.wait_for('error_intercepted')
61
61
 
62
62
  assert_equal(
63
- "#<Ruote::MetaError: schedule_retries: unknown time char 'x'>",
63
+ "#<Ruote::MetaError: schedule_retries: cannot parse '4x'>",
64
64
  @dashboard.ps(wfid).errors.first.message)
65
65
  end
66
66
 
metadata CHANGED
@@ -1,574 +1,559 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: ruote
3
- version: !ruby/object:Gem::Version
4
- hash: 115
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.3.0.3
5
5
  prerelease:
6
- segments:
7
- - 2
8
- - 3
9
- - 0
10
- - 2
11
- version: 2.3.0.2
12
6
  platform: ruby
13
- authors:
7
+ authors:
14
8
  - John Mettraux
15
9
  - Kenneth Kalmer
16
10
  - Torsten Schoenebaum
17
11
  autorequire:
18
12
  bindir: bin
19
13
  cert_chain: []
20
-
21
- date: 2013-01-10 00:00:00 Z
22
- dependencies:
23
- - !ruby/object:Gem::Dependency
14
+ date: 2013-11-20 00:00:00.000000000 Z
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
24
17
  name: ruby_parser
25
- prerelease: false
26
- requirement: &id001 !ruby/object:Gem::Requirement
18
+ requirement: !ruby/object:Gem::Requirement
27
19
  none: false
28
- requirements:
20
+ requirements:
29
21
  - - ~>
30
- - !ruby/object:Gem::Version
31
- hash: 5
32
- segments:
33
- - 2
34
- - 3
35
- version: "2.3"
22
+ - !ruby/object:Gem::Version
23
+ version: '2.3'
36
24
  type: :runtime
37
- version_requirements: *id001
38
- - !ruby/object:Gem::Dependency
39
- name: blankslate
40
25
  prerelease: false
41
- requirement: &id002 !ruby/object:Gem::Requirement
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ none: false
28
+ requirements:
29
+ - - ~>
30
+ - !ruby/object:Gem::Version
31
+ version: '2.3'
32
+ - !ruby/object:Gem::Dependency
33
+ name: blankslate
34
+ requirement: !ruby/object:Gem::Requirement
42
35
  none: false
43
- requirements:
44
- - - "="
45
- - !ruby/object:Gem::Version
46
- hash: 103
47
- segments:
48
- - 2
49
- - 1
50
- - 2
51
- - 4
36
+ requirements:
37
+ - - '='
38
+ - !ruby/object:Gem::Version
52
39
  version: 2.1.2.4
53
40
  type: :runtime
54
- version_requirements: *id002
55
- - !ruby/object:Gem::Dependency
56
- name: parslet
57
41
  prerelease: false
58
- requirement: &id003 !ruby/object:Gem::Requirement
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - '='
46
+ - !ruby/object:Gem::Version
47
+ version: 2.1.2.4
48
+ - !ruby/object:Gem::Dependency
49
+ name: parslet
50
+ requirement: !ruby/object:Gem::Requirement
59
51
  none: false
60
- requirements:
61
- - - "="
62
- - !ruby/object:Gem::Version
63
- hash: 7
64
- segments:
65
- - 1
66
- - 4
67
- - 0
52
+ requirements:
53
+ - - '='
54
+ - !ruby/object:Gem::Version
68
55
  version: 1.4.0
69
56
  type: :runtime
70
- version_requirements: *id003
71
- - !ruby/object:Gem::Dependency
72
- name: sourcify
73
57
  prerelease: false
74
- requirement: &id004 !ruby/object:Gem::Requirement
58
+ version_requirements: !ruby/object:Gem::Requirement
59
+ none: false
60
+ requirements:
61
+ - - '='
62
+ - !ruby/object:Gem::Version
63
+ version: 1.4.0
64
+ - !ruby/object:Gem::Dependency
65
+ name: sourcify
66
+ requirement: !ruby/object:Gem::Requirement
75
67
  none: false
76
- requirements:
77
- - - "="
78
- - !ruby/object:Gem::Version
79
- hash: 11
80
- segments:
81
- - 0
82
- - 5
83
- - 0
68
+ requirements:
69
+ - - '='
70
+ - !ruby/object:Gem::Version
84
71
  version: 0.5.0
85
72
  type: :runtime
86
- version_requirements: *id004
87
- - !ruby/object:Gem::Dependency
88
- name: rufus-json
89
73
  prerelease: false
90
- requirement: &id005 !ruby/object:Gem::Requirement
74
+ version_requirements: !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - '='
78
+ - !ruby/object:Gem::Version
79
+ version: 0.5.0
80
+ - !ruby/object:Gem::Dependency
81
+ name: rufus-json
82
+ requirement: !ruby/object:Gem::Requirement
91
83
  none: false
92
- requirements:
93
- - - ">="
94
- - !ruby/object:Gem::Version
95
- hash: 21
96
- segments:
97
- - 1
98
- - 0
99
- - 1
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
100
87
  version: 1.0.1
101
88
  type: :runtime
102
- version_requirements: *id005
103
- - !ruby/object:Gem::Dependency
104
- name: rufus-cloche
105
89
  prerelease: false
106
- requirement: &id006 !ruby/object:Gem::Requirement
90
+ version_requirements: !ruby/object:Gem::Requirement
91
+ none: false
92
+ requirements:
93
+ - - ! '>='
94
+ - !ruby/object:Gem::Version
95
+ version: 1.0.1
96
+ - !ruby/object:Gem::Dependency
97
+ name: rufus-cloche
98
+ requirement: !ruby/object:Gem::Requirement
107
99
  none: false
108
- requirements:
109
- - - ">="
110
- - !ruby/object:Gem::Version
111
- hash: 19
112
- segments:
113
- - 1
114
- - 0
115
- - 2
100
+ requirements:
101
+ - - ! '>='
102
+ - !ruby/object:Gem::Version
116
103
  version: 1.0.2
117
104
  type: :runtime
118
- version_requirements: *id006
119
- - !ruby/object:Gem::Dependency
120
- name: rufus-dollar
121
105
  prerelease: false
122
- requirement: &id007 !ruby/object:Gem::Requirement
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ none: false
108
+ requirements:
109
+ - - ! '>='
110
+ - !ruby/object:Gem::Version
111
+ version: 1.0.2
112
+ - !ruby/object:Gem::Dependency
113
+ name: rufus-dollar
114
+ requirement: !ruby/object:Gem::Requirement
123
115
  none: false
124
- requirements:
125
- - - ">="
126
- - !ruby/object:Gem::Version
127
- hash: 31
128
- segments:
129
- - 1
130
- - 0
131
- - 4
116
+ requirements:
117
+ - - ! '>='
118
+ - !ruby/object:Gem::Version
132
119
  version: 1.0.4
133
120
  type: :runtime
134
- version_requirements: *id007
135
- - !ruby/object:Gem::Dependency
136
- name: rufus-mnemo
137
121
  prerelease: false
138
- requirement: &id008 !ruby/object:Gem::Requirement
122
+ version_requirements: !ruby/object:Gem::Requirement
123
+ none: false
124
+ requirements:
125
+ - - ! '>='
126
+ - !ruby/object:Gem::Version
127
+ version: 1.0.4
128
+ - !ruby/object:Gem::Dependency
129
+ name: rufus-mnemo
130
+ requirement: !ruby/object:Gem::Requirement
139
131
  none: false
140
- requirements:
141
- - - ">="
142
- - !ruby/object:Gem::Version
143
- hash: 27
144
- segments:
145
- - 1
146
- - 2
147
- - 2
132
+ requirements:
133
+ - - ! '>='
134
+ - !ruby/object:Gem::Version
148
135
  version: 1.2.2
149
136
  type: :runtime
150
- version_requirements: *id008
151
- - !ruby/object:Gem::Dependency
152
- name: rufus-scheduler
153
137
  prerelease: false
154
- requirement: &id009 !ruby/object:Gem::Requirement
138
+ version_requirements: !ruby/object:Gem::Requirement
139
+ none: false
140
+ requirements:
141
+ - - ! '>='
142
+ - !ruby/object:Gem::Version
143
+ version: 1.2.2
144
+ - !ruby/object:Gem::Dependency
145
+ name: rufus-scheduler
146
+ requirement: !ruby/object:Gem::Requirement
155
147
  none: false
156
- requirements:
157
- - - ">="
158
- - !ruby/object:Gem::Version
159
- hash: 47
160
- segments:
161
- - 2
162
- - 0
163
- - 16
164
- version: 2.0.16
148
+ requirements:
149
+ - - '='
150
+ - !ruby/object:Gem::Version
151
+ version: 2.0.24
165
152
  type: :runtime
166
- version_requirements: *id009
167
- - !ruby/object:Gem::Dependency
168
- name: rufus-treechecker
169
153
  prerelease: false
170
- requirement: &id010 !ruby/object:Gem::Requirement
154
+ version_requirements: !ruby/object:Gem::Requirement
155
+ none: false
156
+ requirements:
157
+ - - '='
158
+ - !ruby/object:Gem::Version
159
+ version: 2.0.24
160
+ - !ruby/object:Gem::Dependency
161
+ name: rufus-treechecker
162
+ requirement: !ruby/object:Gem::Requirement
171
163
  none: false
172
- requirements:
173
- - - ">="
174
- - !ruby/object:Gem::Version
175
- hash: 7
176
- segments:
177
- - 1
178
- - 0
179
- - 8
164
+ requirements:
165
+ - - ! '>='
166
+ - !ruby/object:Gem::Version
180
167
  version: 1.0.8
181
168
  type: :runtime
182
- version_requirements: *id010
183
- - !ruby/object:Gem::Dependency
184
- name: rake
185
169
  prerelease: false
186
- requirement: &id011 !ruby/object:Gem::Requirement
170
+ version_requirements: !ruby/object:Gem::Requirement
171
+ none: false
172
+ requirements:
173
+ - - ! '>='
174
+ - !ruby/object:Gem::Version
175
+ version: 1.0.8
176
+ - !ruby/object:Gem::Dependency
177
+ name: rake
178
+ requirement: !ruby/object:Gem::Requirement
187
179
  none: false
188
- requirements:
189
- - - ">="
190
- - !ruby/object:Gem::Version
191
- hash: 3
192
- segments:
193
- - 0
194
- version: "0"
180
+ requirements:
181
+ - - ! '>='
182
+ - !ruby/object:Gem::Version
183
+ version: '0'
195
184
  type: :development
196
- version_requirements: *id011
197
- - !ruby/object:Gem::Dependency
198
- name: json
199
185
  prerelease: false
200
- requirement: &id012 !ruby/object:Gem::Requirement
186
+ version_requirements: !ruby/object:Gem::Requirement
187
+ none: false
188
+ requirements:
189
+ - - ! '>='
190
+ - !ruby/object:Gem::Version
191
+ version: '0'
192
+ - !ruby/object:Gem::Dependency
193
+ name: json
194
+ requirement: !ruby/object:Gem::Requirement
201
195
  none: false
202
- requirements:
203
- - - ">="
204
- - !ruby/object:Gem::Version
205
- hash: 3
206
- segments:
207
- - 0
208
- version: "0"
196
+ requirements:
197
+ - - ! '>='
198
+ - !ruby/object:Gem::Version
199
+ version: '0'
209
200
  type: :development
210
- version_requirements: *id012
211
- - !ruby/object:Gem::Dependency
212
- name: mailtrap
213
201
  prerelease: false
214
- requirement: &id013 !ruby/object:Gem::Requirement
202
+ version_requirements: !ruby/object:Gem::Requirement
215
203
  none: false
216
- requirements:
217
- - - ">="
218
- - !ruby/object:Gem::Version
219
- hash: 3
220
- segments:
221
- - 0
222
- version: "0"
204
+ requirements:
205
+ - - ! '>='
206
+ - !ruby/object:Gem::Version
207
+ version: '0'
208
+ - !ruby/object:Gem::Dependency
209
+ name: mailtrap
210
+ requirement: !ruby/object:Gem::Requirement
211
+ none: false
212
+ requirements:
213
+ - - ! '>='
214
+ - !ruby/object:Gem::Version
215
+ version: '0'
223
216
  type: :development
224
- version_requirements: *id013
225
- description: "\n\
226
- ruote is an open source Ruby workflow engine\n "
227
- email:
217
+ prerelease: false
218
+ version_requirements: !ruby/object:Gem::Requirement
219
+ none: false
220
+ requirements:
221
+ - - ! '>='
222
+ - !ruby/object:Gem::Version
223
+ version: '0'
224
+ description: ! "\nruote is an open source Ruby workflow engine\n "
225
+ email:
228
226
  - jmettraux@gmail.com
229
227
  executables: []
230
-
231
228
  extensions: []
232
-
233
229
  extra_rdoc_files: []
234
-
235
- files:
230
+ files:
236
231
  - Rakefile
237
- - lib/ruote/context.rb
232
+ - lib/ruote/worker.rb
233
+ - lib/ruote/workitem.rb
234
+ - lib/ruote/reader/json.rb
235
+ - lib/ruote/reader/ruby_dsl.rb
236
+ - lib/ruote/reader/radial.rb
237
+ - lib/ruote/reader/xml.rb
238
+ - lib/ruote/reader.rb
239
+ - lib/ruote/merge.rb
238
240
  - lib/ruote/dashboard.rb
239
- - lib/ruote/dboard/mutation.rb
240
- - lib/ruote/dboard/process_error.rb
241
- - lib/ruote/dboard/process_status.rb
242
- - lib/ruote/engine.rb
243
- - lib/ruote/exp/command.rb
244
- - lib/ruote/exp/commanded.rb
245
- - lib/ruote/exp/condition.rb
246
- - lib/ruote/exp/fe_add_branches.rb
247
- - lib/ruote/exp/fe_apply.rb
241
+ - lib/ruote/receiver/base.rb
242
+ - lib/ruote/fs.rb
243
+ - lib/ruote/svc/participant_list.rb
244
+ - lib/ruote/svc/dollar_sub.rb
245
+ - lib/ruote/svc/tracker.rb
246
+ - lib/ruote/svc/error_handler.rb
247
+ - lib/ruote/svc/treechecker.rb
248
+ - lib/ruote/svc/dispatch_pool.rb
249
+ - lib/ruote/svc/expression_map.rb
250
+ - lib/ruote/context.rb
251
+ - lib/ruote/part/block_participant.rb
252
+ - lib/ruote/part/local_participant.rb
253
+ - lib/ruote/part/code_participant.rb
254
+ - lib/ruote/part/no_op_participant.rb
255
+ - lib/ruote/part/storage_participant.rb
256
+ - lib/ruote/part/rev_participant.rb
257
+ - lib/ruote/part/participant.rb
258
+ - lib/ruote/part/engine_participant.rb
259
+ - lib/ruote/part/smtp_participant.rb
260
+ - lib/ruote/part/null_participant.rb
261
+ - lib/ruote/part/template.rb
262
+ - lib/ruote/exp/fe_wait.rb
263
+ - lib/ruote/exp/fe_that.rb
264
+ - lib/ruote/exp/fe_once.rb
265
+ - lib/ruote/exp/ro_on_x.rb
266
+ - lib/ruote/exp/fe_restore.rb
267
+ - lib/ruote/exp/fe_concurrence.rb
268
+ - lib/ruote/exp/fe_undo.rb
269
+ - lib/ruote/exp/flow_expression.rb
248
270
  - lib/ruote/exp/fe_await.rb
249
- - lib/ruote/exp/fe_cancel_process.rb
271
+ - lib/ruote/exp/ro_timers.rb
272
+ - lib/ruote/exp/fe_subprocess.rb
273
+ - lib/ruote/exp/fe_read.rb
274
+ - lib/ruote/exp/fe_given.rb
275
+ - lib/ruote/exp/ro_variables.rb
276
+ - lib/ruote/exp/fe_echo.rb
277
+ - lib/ruote/exp/fe_if.rb
278
+ - lib/ruote/exp/fe_registerp.rb
279
+ - lib/ruote/exp/fe_reserve.rb
280
+ - lib/ruote/exp/ro_attributes.rb
281
+ - lib/ruote/exp/fe_redo.rb
282
+ - lib/ruote/exp/fe_forget.rb
283
+ - lib/ruote/exp/ro_persist.rb
250
284
  - lib/ruote/exp/fe_command.rb
251
- - lib/ruote/exp/fe_concurrence.rb
285
+ - lib/ruote/exp/fe_lose.rb
252
286
  - lib/ruote/exp/fe_concurrent_iterator.rb
253
- - lib/ruote/exp/fe_cron.rb
254
- - lib/ruote/exp/fe_cursor.rb
255
- - lib/ruote/exp/fe_define.rb
256
- - lib/ruote/exp/fe_echo.rb
257
- - lib/ruote/exp/fe_equals.rb
258
287
  - lib/ruote/exp/fe_error.rb
259
- - lib/ruote/exp/fe_filter.rb
260
- - lib/ruote/exp/fe_forget.rb
261
- - lib/ruote/exp/fe_given.rb
262
- - lib/ruote/exp/fe_if.rb
263
- - lib/ruote/exp/fe_inc.rb
288
+ - lib/ruote/exp/fe_cron.rb
264
289
  - lib/ruote/exp/fe_iterator.rb
265
- - lib/ruote/exp/fe_listen.rb
266
- - lib/ruote/exp/fe_lose.rb
267
290
  - lib/ruote/exp/fe_noop.rb
291
+ - lib/ruote/exp/fe_set.rb
292
+ - lib/ruote/exp/fe_sequence.rb
293
+ - lib/ruote/exp/fe_listen.rb
294
+ - lib/ruote/exp/fe_add_branches.rb
295
+ - lib/ruote/exp/fe_cancel_process.rb
296
+ - lib/ruote/exp/fe_cursor.rb
297
+ - lib/ruote/exp/fe_equals.rb
298
+ - lib/ruote/exp/commanded.rb
268
299
  - lib/ruote/exp/fe_on_error.rb
269
- - lib/ruote/exp/fe_once.rb
270
- - lib/ruote/exp/fe_participant.rb
271
- - lib/ruote/exp/fe_read.rb
272
- - lib/ruote/exp/fe_redo.rb
273
300
  - lib/ruote/exp/fe_ref.rb
274
- - lib/ruote/exp/fe_registerp.rb
275
- - lib/ruote/exp/fe_reserve.rb
276
- - lib/ruote/exp/fe_restore.rb
277
- - lib/ruote/exp/fe_save.rb
278
- - lib/ruote/exp/fe_sequence.rb
279
- - lib/ruote/exp/fe_set.rb
280
- - lib/ruote/exp/fe_stall.rb
281
- - lib/ruote/exp/fe_subprocess.rb
282
- - lib/ruote/exp/fe_that.rb
283
- - lib/ruote/exp/fe_undo.rb
284
- - lib/ruote/exp/fe_unregisterp.rb
285
- - lib/ruote/exp/fe_wait.rb
286
- - lib/ruote/exp/flow_expression.rb
287
301
  - lib/ruote/exp/iterator.rb
288
- - lib/ruote/exp/ro_attributes.rb
302
+ - lib/ruote/exp/command.rb
303
+ - lib/ruote/exp/fe_stall.rb
289
304
  - lib/ruote/exp/ro_filters.rb
290
- - lib/ruote/exp/ro_on_x.rb
291
- - lib/ruote/exp/ro_persist.rb
292
- - lib/ruote/exp/ro_timers.rb
293
- - lib/ruote/exp/ro_variables.rb
305
+ - lib/ruote/exp/fe_filter.rb
306
+ - lib/ruote/exp/fe_apply.rb
307
+ - lib/ruote/exp/fe_save.rb
308
+ - lib/ruote/exp/fe_unregisterp.rb
309
+ - lib/ruote/exp/fe_inc.rb
310
+ - lib/ruote/exp/fe_participant.rb
311
+ - lib/ruote/exp/fe_define.rb
312
+ - lib/ruote/exp/condition.rb
294
313
  - lib/ruote/extract.rb
295
314
  - lib/ruote/fei.rb
296
- - lib/ruote/fs.rb
297
- - lib/ruote/id/mnemo_wfid_generator.rb
315
+ - lib/ruote/version.rb
316
+ - lib/ruote/util/filter.rb
317
+ - lib/ruote/util/ometa.rb
318
+ - lib/ruote/util/mpatch.rb
319
+ - lib/ruote/util/tree.rb
320
+ - lib/ruote/util/look.rb
321
+ - lib/ruote/util/hashdot.rb
322
+ - lib/ruote/util/misc.rb
323
+ - lib/ruote/util/time.rb
324
+ - lib/ruote/util/lookup.rb
325
+ - lib/ruote/util/process_observer.rb
326
+ - lib/ruote/util/subprocess.rb
327
+ - lib/ruote/util/deep.rb
328
+ - lib/ruote/tree_dot.rb
329
+ - lib/ruote/engine.rb
330
+ - lib/ruote/participant.rb
298
331
  - lib/ruote/id/wfid_generator.rb
332
+ - lib/ruote/id/mnemo_wfid_generator.rb
333
+ - lib/ruote/observer.rb
299
334
  - lib/ruote/log/default_history.rb
300
335
  - lib/ruote/log/fancy_printing.rb
301
336
  - lib/ruote/log/storage_history.rb
302
337
  - lib/ruote/log/wait_logger.rb
303
- - lib/ruote/merge.rb
304
- - lib/ruote/observer.rb
305
- - lib/ruote/part/block_participant.rb
306
- - lib/ruote/part/code_participant.rb
307
- - lib/ruote/part/engine_participant.rb
308
- - lib/ruote/part/local_participant.rb
309
- - lib/ruote/part/no_op_participant.rb
310
- - lib/ruote/part/null_participant.rb
311
- - lib/ruote/part/participant.rb
312
- - lib/ruote/part/rev_participant.rb
313
- - lib/ruote/part/smtp_participant.rb
314
- - lib/ruote/part/storage_participant.rb
315
- - lib/ruote/part/template.rb
316
- - lib/ruote/participant.rb
317
- - lib/ruote/reader/json.rb
318
- - lib/ruote/reader/radial.rb
319
- - lib/ruote/reader/ruby_dsl.rb
320
- - lib/ruote/reader/xml.rb
321
- - lib/ruote/reader.rb
322
- - lib/ruote/receiver/base.rb
323
- - lib/ruote/storage/base.rb
338
+ - lib/ruote/dboard/process_status.rb
339
+ - lib/ruote/dboard/mutation.rb
340
+ - lib/ruote/dboard/process_error.rb
324
341
  - lib/ruote/storage/composite_storage.rb
325
342
  - lib/ruote/storage/fs_storage.rb
326
343
  - lib/ruote/storage/hash_storage.rb
327
- - lib/ruote/svc/dispatch_pool.rb
328
- - lib/ruote/svc/dollar_sub.rb
329
- - lib/ruote/svc/error_handler.rb
330
- - lib/ruote/svc/expression_map.rb
331
- - lib/ruote/svc/participant_list.rb
332
- - lib/ruote/svc/tracker.rb
333
- - lib/ruote/svc/treechecker.rb
334
- - lib/ruote/tree_dot.rb
335
- - lib/ruote/util/deep.rb
336
- - lib/ruote/util/filter.rb
337
- - lib/ruote/util/hashdot.rb
338
- - lib/ruote/util/look.rb
339
- - lib/ruote/util/lookup.rb
340
- - lib/ruote/util/misc.rb
341
- - lib/ruote/util/mpatch.rb
342
- - lib/ruote/util/ometa.rb
343
- - lib/ruote/util/process_observer.rb
344
- - lib/ruote/util/subprocess.rb
345
- - lib/ruote/util/time.rb
346
- - lib/ruote/util/tree.rb
347
- - lib/ruote/version.rb
348
- - lib/ruote/worker.rb
349
- - lib/ruote/workitem.rb
350
- - lib/ruote-fs.rb
344
+ - lib/ruote/storage/base.rb
351
345
  - lib/ruote.rb
352
- - test/bm/ci.rb
353
- - test/bm/ici.rb
346
+ - lib/ruote-fs.rb
347
+ - test/test.rb
348
+ - test/path_helper.rb
354
349
  - test/bm/juuman.rb
355
- - test/bm/launch_bench.rb
356
- - test/bm/load_26c.rb
357
350
  - test/bm/mega.rb
358
- - test/bm/seq_thousand.rb
351
+ - test/bm/ici.rb
352
+ - test/bm/launch_bench.rb
353
+ - test/bm/ci.rb
359
354
  - test/bm/t.rb
360
- - test/functional/base.rb
361
- - test/functional/concurrent_base.rb
362
- - test/functional/crunner.rb
363
- - test/functional/ct_0_concurrence.rb
364
- - test/functional/ct_1_iterator.rb
365
- - test/functional/ct_2_cancel.rb
366
- - test/functional/eft_0_flow_expression.rb
355
+ - test/bm/seq_thousand.rb
356
+ - test/bm/load_26c.rb
357
+ - test/misc/light.rb
358
+ - test/misc/idle.rb
359
+ - test/functional/vertical.rb
367
360
  - test/functional/eft_10_cancel_process.rb
368
- - test/functional/eft_11_wait.rb
369
- - test/functional/eft_12_listen.rb
370
- - test/functional/eft_13_iterator.rb
371
- - test/functional/eft_14_cursor.rb
372
- - test/functional/eft_15_loop.rb
361
+ - test/functional/test.rb
362
+ - test/functional/ft_49_engine_on_error.rb
363
+ - test/functional/ft_73_raise_msg.rb
364
+ - test/functional/ft_75_context.rb
365
+ - test/functional/ft_44_var_participant.rb
366
+ - test/functional/eft_3_participant.rb
373
367
  - test/functional/eft_16_if.rb
374
- - test/functional/eft_17_equals.rb
375
- - test/functional/eft_18_concurrent_iterator.rb
376
- - test/functional/eft_19_reserve.rb
377
- - test/functional/eft_1_echo.rb
378
- - test/functional/eft_20_save.rb
379
- - test/functional/eft_21_restore.rb
380
- - test/functional/eft_22_noop.rb
381
- - test/functional/eft_23_apply.rb
382
- - test/functional/eft_24_add_branches.rb
383
- - test/functional/eft_25_command.rb
384
- - test/functional/eft_26_error.rb
385
- - test/functional/eft_27_inc.rb
386
- - test/functional/eft_28_once.rb
387
- - test/functional/eft_29_cron.rb
388
- - test/functional/eft_2_sequence.rb
368
+ - test/functional/rt_3_once.rb
369
+ - test/functional/storage_helper.rb
370
+ - test/functional/ft_0_worker.rb
371
+ - test/functional/restart_base.rb
372
+ - test/functional/ft_32_scope.rb
389
373
  - test/functional/eft_30_ref.rb
390
- - test/functional/eft_31_registerp.rb
374
+ - test/functional/ft_51_misc.rb
375
+ - test/functional/ft_76_observer.rb
376
+ - test/functional/ft_26_participant_rtimeout.rb
377
+ - test/functional/ft_24_block_participant.rb
378
+ - test/functional/eft_5_subprocess.rb
379
+ - test/functional/ft_59_pause.rb
380
+ - test/functional/ft_48_lose.rb
391
381
  - test/functional/eft_32_lose.rb
392
- - test/functional/eft_34_given.rb
393
- - test/functional/eft_35_filter.rb
382
+ - test/functional/eft_28_once.rb
383
+ - test/functional/concurrent_base.rb
384
+ - test/functional/ft_22_process_definitions.rb
385
+ - test/functional/ft_61_trailing_fields.rb
386
+ - test/functional/eft_19_reserve.rb
387
+ - test/functional/ft_47_wfids.rb
388
+ - test/functional/ft_31_part_blocking.rb
389
+ - test/functional/eft_0_flow_expression.rb
390
+ - test/functional/ft_9_subprocesses.rb
391
+ - test/functional/ft_34_cursor_rewind.rb
392
+ - test/functional/eft_27_inc.rb
393
+ - test/functional/ft_15_timeout.rb
394
+ - test/functional/rtest.rb
395
+ - test/functional/ft_12_launchitem.rb
396
+ - test/functional/eft_22_noop.rb
394
397
  - test/functional/eft_36_read.rb
395
- - test/functional/eft_37_process_definition.rb
396
- - test/functional/eft_38_on_error.rb
397
- - test/functional/eft_39_stall.rb
398
- - test/functional/eft_3_participant.rb
399
- - test/functional/eft_40_await.rb
400
- - test/functional/eft_4_set.rb
401
- - test/functional/eft_5_subprocess.rb
402
- - test/functional/eft_6_concurrence.rb
403
- - test/functional/eft_7_forget.rb
404
- - test/functional/eft_8_undo.rb
398
+ - test/functional/eft_15_loop.rb
399
+ - test/functional/ft_58_workitem.rb
400
+ - test/functional/ft_77_process_observer.rb
401
+ - test/functional/ft_27_var_indirection.rb
402
+ - test/functional/ft_71_retries.rb
403
+ - test/functional/ft_52_case.rb
405
404
  - test/functional/eft_9_redo.rb
406
- - test/functional/ft_0_worker.rb
407
- - test/functional/ft_10_dollar.rb
408
- - test/functional/ft_11_recursion.rb
409
- - test/functional/ft_12_launchitem.rb
410
- - test/functional/ft_13_variables.rb
411
- - test/functional/ft_14_re_apply.rb
412
- - test/functional/ft_15_timeout.rb
413
- - test/functional/ft_16_participant_params.rb
414
- - test/functional/ft_17_conditional.rb
405
+ - test/functional/ft_83_trackers.rb
406
+ - test/functional/ft_28_null_noop_participants.rb
407
+ - test/functional/eft_18_concurrent_iterator.rb
408
+ - test/functional/ct_2_cancel.rb
415
409
  - test/functional/ft_18_kill.rb
416
- - test/functional/ft_19_participant_code.rb
417
- - test/functional/ft_1_process_status.rb
410
+ - test/functional/ft_39_wait_for.rb
411
+ - test/functional/rt_1_listen.rb
418
412
  - test/functional/ft_20_storage_participant.rb
419
- - test/functional/ft_21_forget.rb
420
- - test/functional/ft_22_process_definitions.rb
413
+ - test/functional/ft_67_radial_misc.rb
414
+ - test/functional/eft_35_filter.rb
415
+ - test/functional/eft_37_process_definition.rb
416
+ - test/functional/ft_11_recursion.rb
421
417
  - test/functional/ft_23_load_defs.rb
422
- - test/functional/ft_24_block_participant.rb
423
- - test/functional/ft_25_receiver.rb
424
- - test/functional/ft_26_participant_rtimeout.rb
425
- - test/functional/ft_27_var_indirection.rb
426
- - test/functional/ft_28_null_noop_participants.rb
427
- - test/functional/ft_29_part_template.rb
428
- - test/functional/ft_2_errors.rb
429
- - test/functional/ft_30_smtp_participant.rb
430
- - test/functional/ft_31_part_blocking.rb
431
- - test/functional/ft_32_scope.rb
432
- - test/functional/ft_33_participant_subprocess_priority.rb
433
- - test/functional/ft_34_cursor_rewind.rb
434
- - test/functional/ft_35_add_service.rb
435
- - test/functional/ft_36_storage_history.rb
418
+ - test/functional/ft_17_conditional.rb
419
+ - test/functional/ct_1_iterator.rb
420
+ - test/functional/storage.rb
421
+ - test/functional/eft_34_given.rb
422
+ - test/functional/ft_56_filter_attribute.rb
423
+ - test/functional/ft_82_await_attribute.rb
436
424
  - test/functional/ft_37_default_history.rb
437
- - test/functional/ft_38_participant_more.rb
438
- - test/functional/ft_39_wait_for.rb
439
- - test/functional/ft_3_participant_registration.rb
440
- - test/functional/ft_40_wait_logger.rb
441
- - test/functional/ft_41_participants.rb
425
+ - test/functional/ft_13_variables.rb
426
+ - test/functional/eft_1_echo.rb
427
+ - test/functional/eft_17_equals.rb
428
+ - test/functional/ft_69_worker_info.rb
429
+ - test/functional/eft_29_cron.rb
430
+ - test/functional/ft_68_reput.rb
431
+ - test/functional/ft_72_on_terminate.rb
442
432
  - test/functional/ft_42_storage_copy.rb
443
- - test/functional/ft_43_participant_on_reply.rb
444
- - test/functional/ft_44_var_participant.rb
445
- - test/functional/ft_45_participant_accept.rb
446
- - test/functional/ft_46_launch_single.rb
447
- - test/functional/ft_47_wfids.rb
448
- - test/functional/ft_48_lose.rb
449
- - test/functional/ft_49_engine_on_error.rb
450
- - test/functional/ft_4_cancel.rb
451
- - test/functional/ft_50_engine_config.rb
452
- - test/functional/ft_51_misc.rb
453
- - test/functional/ft_52_case.rb
433
+ - test/functional/ft_7_tags.rb
434
+ - test/functional/ft_81_mutation.rb
435
+ - test/functional/ft_62_exp_name_and_dollar_substitution.rb
436
+ - test/functional/eft_21_restore.rb
454
437
  - test/functional/ft_53_engine_on_terminate.rb
438
+ - test/functional/ft_4_cancel.rb
439
+ - test/functional/eft_20_save.rb
440
+ - test/functional/ft_14_re_apply.rb
441
+ - test/functional/ft_36_storage_history.rb
442
+ - test/functional/ft_60_code_participant.rb
443
+ - test/functional/base.rb
444
+ - test/functional/ft_41_participants.rb
445
+ - test/functional/eft_23_apply.rb
446
+ - test/functional/ft_30_smtp_participant.rb
447
+ - test/functional/eft_2_sequence.rb
448
+ - test/functional/ft_70_take_and_discard_attributes.rb
449
+ - test/functional/eft_31_registerp.rb
450
+ - test/functional/ft_8_participant_consumption.rb
451
+ - test/functional/ft_25_receiver.rb
452
+ - test/functional/eft_13_iterator.rb
453
+ - test/functional/ct_0_concurrence.rb
454
+ - test/functional/ft_29_part_template.rb
455
+ - test/functional/ft_21_forget.rb
455
456
  - test/functional/ft_54_patterns.rb
456
- - test/functional/ft_55_engine_participant.rb
457
- - test/functional/ft_56_filter_attribute.rb
458
- - test/functional/ft_57_rev_participant.rb
459
- - test/functional/ft_58_workitem.rb
460
- - test/functional/ft_59_pause.rb
461
457
  - test/functional/ft_5_on_error.rb
462
- - test/functional/ft_60_code_participant.rb
463
- - test/functional/ft_61_trailing_fields.rb
464
- - test/functional/ft_62_exp_name_and_dollar_substitution.rb
458
+ - test/functional/signals.rb
459
+ - test/functional/eft_4_set.rb
460
+ - test/functional/eft_6_concurrence.rb
461
+ - test/functional/eft_38_on_error.rb
462
+ - test/functional/rt_2_errors.rb
463
+ - test/functional/ft_43_participant_on_reply.rb
464
+ - test/functional/ft_10_dollar.rb
465
+ - test/functional/rt_5_timeout.rb
466
+ - test/functional/ft_38_participant_more.rb
467
+ - test/functional/ft_57_rev_participant.rb
468
+ - test/functional/eft_40_await.rb
469
+ - test/functional/ft_80_pause_on_apply.rb
470
+ - test/functional/ft_79_attach.rb
471
+ - test/functional/eft_11_wait.rb
472
+ - test/functional/ft_2_errors.rb
473
+ - test/functional/eft_12_listen.rb
474
+ - test/functional/ft_19_participant_code.rb
475
+ - test/functional/ft_1_process_status.rb
476
+ - test/functional/eft_39_stall.rb
477
+ - test/functional/ft_33_participant_subprocess_priority.rb
478
+ - test/functional/eft_26_error.rb
479
+ - test/functional/crunner.rb
480
+ - test/functional/ft_78_part_participant.rb
465
481
  - test/functional/ft_63_participants_221.rb
466
- - test/functional/ft_64_stash.rb
467
- - test/functional/ft_65_timers.rb
468
- - test/functional/ft_66_flank.rb
469
- - test/functional/ft_67_radial_misc.rb
470
- - test/functional/ft_68_reput.rb
471
- - test/functional/ft_69_worker_info.rb
472
482
  - test/functional/ft_6_on_cancel.rb
473
- - test/functional/ft_70_take_and_discard_attributes.rb
474
- - test/functional/ft_71_retries.rb
475
- - test/functional/ft_72_on_terminate.rb
476
- - test/functional/ft_73_raise_msg.rb
483
+ - test/functional/ft_45_participant_accept.rb
484
+ - test/functional/ft_3_participant_registration.rb
485
+ - test/functional/eft_7_forget.rb
486
+ - test/functional/ft_64_stash.rb
487
+ - test/functional/eft_25_command.rb
488
+ - test/functional/ft_35_add_service.rb
477
489
  - test/functional/ft_74_respark.rb
478
- - test/functional/ft_75_context.rb
479
- - test/functional/ft_76_observer.rb
480
- - test/functional/ft_77_process_observer.rb
481
- - test/functional/ft_78_part_participant.rb
482
- - test/functional/ft_79_attach.rb
483
- - test/functional/ft_7_tags.rb
484
- - test/functional/ft_80_pause_on_apply.rb
485
- - test/functional/ft_81_mutation.rb
486
- - test/functional/ft_82_await_attribute.rb
487
- - test/functional/ft_83_trackers.rb
488
- - test/functional/ft_8_participant_consumption.rb
489
- - test/functional/ft_9_subprocesses.rb
490
- - test/functional/restart_base.rb
491
490
  - test/functional/rt_0_wait.rb
492
- - test/functional/rt_1_listen.rb
493
- - test/functional/rt_2_errors.rb
494
- - test/functional/rt_3_once.rb
491
+ - test/functional/ft_40_wait_logger.rb
492
+ - test/functional/ft_50_engine_config.rb
495
493
  - test/functional/rt_4_cron.rb
496
- - test/functional/rt_5_timeout.rb
497
- - test/functional/rtest.rb
498
- - test/functional/signals.rb
499
- - test/functional/storage.rb
500
- - test/functional/storage_helper.rb
501
- - test/functional/test.rb
502
- - test/functional/vertical.rb
503
- - test/misc/idle.rb
504
- - test/misc/light.rb
505
- - test/path_helper.rb
506
- - test/test.rb
494
+ - test/functional/ft_65_timers.rb
495
+ - test/functional/eft_14_cursor.rb
496
+ - test/functional/ft_16_participant_params.rb
497
+ - test/functional/eft_8_undo.rb
498
+ - test/functional/ft_55_engine_participant.rb
499
+ - test/functional/eft_24_add_branches.rb
500
+ - test/functional/ft_66_flank.rb
501
+ - test/functional/ft_46_launch_single.rb
507
502
  - test/test_helper.rb
503
+ - test/unit/ut_23_svc_tracker.rb
508
504
  - test/unit/test.rb
509
- - test/unit/ut_0_ruby_reader.rb
510
- - test/unit/ut_10_participants.rb
511
- - test/unit/ut_11_lookup.rb
512
- - test/unit/ut_12_wait_logger.rb
513
- - test/unit/ut_14_is_uri.rb
514
- - test/unit/ut_15_util.rb
515
505
  - test/unit/ut_16_reader.rb
506
+ - test/unit/ut_6_condition.rb
507
+ - test/unit/ut_3_worker.rb
508
+ - test/unit/ut_8_tree_to_dot.rb
509
+ - test/unit/ut_25_process_status.rb
516
510
  - test/unit/ut_17_merge.rb
517
- - test/unit/ut_19_part_template.rb
511
+ - test/unit/ut_12_wait_logger.rb
518
512
  - test/unit/ut_1_fei.rb
519
- - test/unit/ut_20_composite_storage.rb
520
- - test/unit/ut_21_svc_participant_list.rb
513
+ - test/unit/ut_0_ruby_reader.rb
514
+ - test/unit/ut_7_workitem.rb
515
+ - test/unit/ut_2_dashboard.rb
516
+ - test/unit/ut_19_part_template.rb
521
517
  - test/unit/ut_22_filter.rb
522
- - test/unit/ut_23_svc_tracker.rb
518
+ - test/unit/ut_11_lookup.rb
519
+ - test/unit/ut_14_is_uri.rb
520
+ - test/unit/ut_10_participants.rb
523
521
  - test/unit/ut_24_radial_reader.rb
524
- - test/unit/ut_25_process_status.rb
525
522
  - test/unit/ut_26_deep.rb
526
- - test/unit/ut_2_dashboard.rb
527
- - test/unit/ut_3_worker.rb
528
- - test/unit/ut_4_expmap.rb
529
523
  - test/unit/ut_5_tree.rb
530
- - test/unit/ut_6_condition.rb
531
- - test/unit/ut_7_workitem.rb
532
- - test/unit/ut_8_tree_to_dot.rb
524
+ - test/unit/ut_21_svc_participant_list.rb
525
+ - test/unit/ut_4_expmap.rb
533
526
  - test/unit/ut_9_xml_reader.rb
527
+ - test/unit/ut_15_util.rb
528
+ - test/unit/ut_20_composite_storage.rb
534
529
  - ruote.gemspec
535
530
  - CHANGELOG.txt
536
- - CREDITS.txt
537
- - LICENSE.txt
538
531
  - TODO.txt
532
+ - LICENSE.txt
533
+ - CREDITS.txt
539
534
  - README.rdoc
540
535
  homepage: http://ruote.rubyforge.org
541
536
  licenses: []
542
-
543
537
  post_install_message:
544
538
  rdoc_options: []
545
-
546
- require_paths:
539
+ require_paths:
547
540
  - lib
548
- required_ruby_version: !ruby/object:Gem::Requirement
541
+ required_ruby_version: !ruby/object:Gem::Requirement
549
542
  none: false
550
- requirements:
551
- - - ">="
552
- - !ruby/object:Gem::Version
553
- hash: 3
554
- segments:
555
- - 0
556
- version: "0"
557
- required_rubygems_version: !ruby/object:Gem::Requirement
543
+ requirements:
544
+ - - ! '>='
545
+ - !ruby/object:Gem::Version
546
+ version: '0'
547
+ required_rubygems_version: !ruby/object:Gem::Requirement
558
548
  none: false
559
- requirements:
560
- - - ">="
561
- - !ruby/object:Gem::Version
562
- hash: 3
563
- segments:
564
- - 0
565
- version: "0"
549
+ requirements:
550
+ - - ! '>='
551
+ - !ruby/object:Gem::Version
552
+ version: '0'
566
553
  requirements: []
567
-
568
554
  rubyforge_project: ruote
569
- rubygems_version: 1.8.15
555
+ rubygems_version: 1.8.23
570
556
  signing_key:
571
557
  specification_version: 3
572
558
  summary: an open source Ruby workflow engine
573
559
  test_files: []
574
-