libis-workflow 2.1.7 → 2.1.8

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: b9f56cd10757aa347d9853590fdbb493513c3ca8e5fc626388d4b08f5f95fe26
4
- data.tar.gz: 4b4f623194705edca7496bebba401d89a039386cbd499c3ef22e5ce289b664c1
3
+ metadata.gz: 0ca60cb469baf356cfdbfc24d5b67213b407d1a03d31aac4282fef76e618ee21
4
+ data.tar.gz: 3d63a8d33290b99cd93c96881dc9bff5bc3d8931430ab81563d5f9db80903127
5
5
  SHA512:
6
- metadata.gz: e6faece7fc2cf155034716ab5d393f9b147b3c52bb16b0f3138d5c35ed927b9b6a721d5e0dfde2aea38bd2cf4d748dba83c2b32e3f6690883d2d96dd4d366bf5
7
- data.tar.gz: c8e9c07728e6319a7536156e2d2e2b4c9e6891c53d14c69ba35194a86e5cdc4f118143bc5920b77f95dd2667415f082033e8756905aded19924fcc71d29fb1ae
6
+ metadata.gz: 88de25eccc8af1d2e57d70cd97687c1b7d37ef086d1b3315398836c6e00277645f128d5718d316b1f5445e4320ab14c0c4b30bc482ae69a3a04e57f0c26073c4
7
+ data.tar.gz: c69167119af26dc0fd7d0c526bfdf117c4fec427a296c54576bc5a96eb160b5667600f20c5d97208516296d0c09f00b8454791055bb5e006dcdff52349037e69
@@ -241,8 +241,7 @@ module Libis
241
241
  item_status = :DONE
242
242
 
243
243
  if (not_started = status_count[:NOT_STARTED]) > 0
244
- error "%d sub#{task_or_item}(s) not started", item, not_started
245
- item_status = :FAILED
244
+ error "%d sub#{task_or_item}(s) skipped", item, not_started
246
245
  end
247
246
 
248
247
  if (started = status_count[:STARTED]) > 0
@@ -1,5 +1,5 @@
1
1
  module Libis
2
2
  module Workflow
3
- VERSION = '2.1.7' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
3
+ VERSION = '2.1.8' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser