libis-workflow 2.1.11 → 2.1.12

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: b45eec150d2623a1964f817b0978fd284503d66ad65a5ca8788844e2d1f48b07
4
- data.tar.gz: afdd24080859c8eb30fe0f2620b90cc5481964de0eb3b56c994d159da0e21273
3
+ metadata.gz: d7a03cddf7a2afa5cc01a9e44b7c3b0c0e69a41bfcd903707cbe35d10b4dbe33
4
+ data.tar.gz: 7c291e78b2d17e19d5e4d242988c2aeb89018b9859b4d15f23b752e72a3494fb
5
5
  SHA512:
6
- metadata.gz: 0a90748b08037a04265ad202ed6653162909290fe2b19fdd549cd3ab1b4b443f9b6e40927831e9024a6686400761edae6c66e7db0c0cc5dbb651dc7ba2556b6a
7
- data.tar.gz: 7db7628064c75f85f1d897c34f2e7bfe64f1fea470422da341195ac52d1c9c556fdc283c69e0f8197837e4d18641e9c6ec2a3dea460497938b468aae93818eb1
6
+ metadata.gz: 5bcb86db5b30b0ff876254af177cb77849d99a6a3c4dd9aa38e6c6d4bbc12fbfd2e54ab7ffd114f7050812b389a6cc45d2cbcfbbf68f5f167f85f541d190e0aa
7
+ data.tar.gz: 39898e32faef863fc67d9470a9e2f9d6e93073f640fd2607187d0727ac6a36995cef8ef2aa78de324a0caf8e8077e45aeba72ac78ade269f1021903415e6ab15
@@ -54,7 +54,7 @@ module Libis
54
54
  item.status_progress(self.namepath, i+1)
55
55
  item_status = item.status(task.namepath)
56
56
  status_count[item_status] += 1
57
- continue = false if parameter(:abort_on_failure) && item_status != :DONE
57
+ continue = false if !task.parameter(:run_always) && parameter(:abort_on_failure) && item_status != :DONE
58
58
  end
59
59
 
60
60
  substatus_check(status_count, item, 'task')
@@ -1,5 +1,5 @@
1
1
  module Libis
2
2
  module Workflow
3
- VERSION = '2.1.11' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
3
+ VERSION = '2.1.12' 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.11
4
+ version: 2.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser