libis-workflow 2.0.beta.15 → 2.0.beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 169655a6df7be7a925cf8216fda0df4eb9ae8cd8
4
- data.tar.gz: 2b53b3a69a727e4636a0494c35855a49ca06bd0e
3
+ metadata.gz: 1c7f9825b84a021bec427c2590340176d1bd32b1
4
+ data.tar.gz: 9ab8fa711d3061a7b837fc093cf64e4868193b46
5
5
  SHA512:
6
- metadata.gz: af52fa4773fea1413c3a302569ef9caffb2daf36b800e30b4a41284c8c39b5314b2a1747ea3fbade9666830192cb197fb24a988aba754b15f28c39932f1e06fb
7
- data.tar.gz: 98400569c210df9ddf0d674adca5c1e8df7287cebc0e2ddcf6a2295ffc203aa756ea6b7769b14b0bfdc99512787b6d2f92874e78ed9f08008f8184ef3a43c329
6
+ metadata.gz: 53569d8e13c02c1a059f6753c2f5da514b93f8ca05280bbd8959a1bfad47ee43d42ab4e8b7d6755f2e29c06a5f19acb91adcb2707aac40095a8a7611a4ea5b7d
7
+ data.tar.gz: c77740d9c2044d1809b0b7b3d38b5c529dcd37cc6a644d54f27762445eb1bdb4b461e3190a3dd88de6764b76961928745411d9aeb9497a19f09676fc56d7df6f
@@ -163,12 +163,12 @@ module Libis
163
163
 
164
164
  status = Hash.new(0)
165
165
  items.each_with_index do |item, i|
166
- debug 'Processing subitem (%d/%d): %s', parent_item, i+1, items.size, item.to_s
166
+ debug 'Processing subitem (%d/%d): %s', parent_item, i+1, parent_item.item_count, item.to_s
167
167
  run_item item
168
168
  status[item.status(self.namepath)] += 1
169
169
  end
170
170
 
171
- debug '%d of %d subitems passed', parent_item, status[:DONE], items.size
171
+ debug '%d of %d subitems passed', parent_item, status[:DONE], parent_item.item_count
172
172
  substatus_check(status, parent_item, 'item')
173
173
  end
174
174
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Libis
4
4
  module Workflow
5
- VERSION = '2.0.beta.15' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
5
+ VERSION = '2.0.beta.16' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
6
6
  end
7
7
  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.0.beta.15
4
+ version: 2.0.beta.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser