libis-workflow 2.0.beta.17 → 2.0.beta.18

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
  SHA1:
3
- metadata.gz: a17d33bfc58aea0a799803b47af24f7184d40492
4
- data.tar.gz: 4a01d72fa1279cc30af09e3b21eff5fd76b301c8
3
+ metadata.gz: ab1fb2a05e34660de16b7d6f5e5a63ab6e82010e
4
+ data.tar.gz: 9cb25d10d768ae11a0c819706c86a3bb2b5563f8
5
5
  SHA512:
6
- metadata.gz: 7fd51490e45feb47b8bca5a42154f8c963fb625400a7abfba385a5a4f30e7f49d74a763af4f068359215a6fda4a3076a8b507d77443ff37219843a4749a8dc2d
7
- data.tar.gz: 4c6a3e88a2d7546093c23e085528377df3b84b4668f9291aa5d861a3eb40ac9f4ec4a3ad2b76a64eb35bdc6d54b43af4e1816cbb408886fcd7069d1c6e4e69bc
6
+ metadata.gz: 296a6a7ee5c10280d419a444b1fe09fa80d843c293f0ed68fc27ac40b9d6a5e23bc5167b64f46a687e33a28c9b42edbba5ed2a40ce18b17558b8a90cdbfc3582
7
+ data.tar.gz: d1caeafd347a546ea67f1e25017aea1077d8b8b9b9f52400624e29c584ebed6143c813f7930f095794c87434badb540c80fe6e3f7dd9531dc58f0bbbb62f2eab
@@ -161,7 +161,7 @@ module Libis
161
161
  return unless parent_item.count > 0
162
162
 
163
163
  status = Hash.new(0)
164
- self.subitems(parent_item).each_with_index do |item, i|
164
+ subitems(parent_item).each_with_index do |item, i|
165
165
  debug 'Processing subitem (%d/%d): %s', parent_item, i+1, parent_item.count, item.to_s
166
166
  run_item item
167
167
  status[item.status(self.namepath)] += 1
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Libis
4
4
  module Workflow
5
- VERSION = '2.0.beta.17' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
5
+ VERSION = '2.0.beta.18' 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.17
4
+ version: 2.0.beta.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser