libis-workflow-mongoid 2.0.21 → 2.0.22

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: 369adbd930676cc3f1f7abed09eaca268b62c850
4
- data.tar.gz: 0e2cc8877e36ec37adc8386474f9172d8a42d88d
3
+ metadata.gz: 3f4c9897a2b6840c784f91fa879b0577fc2ed28f
4
+ data.tar.gz: 8ef39b6957b2d1dd29807f3505e0851f276b2f7c
5
5
  SHA512:
6
- metadata.gz: 54ccafbc16c97b63ddbe1747e1e37fdf305e79d14a16d980b3d4e968e324b7d6d13986e67a8cd26169b106afd35fe402bc4b73478a89f0807f44c492e73ba827
7
- data.tar.gz: 4d758a5f8f305c6db546b8533dad291780bfee4e2eca27ed58c3f186d793707d30c0492c7898377387d4a05c4aab3d6775181264c8a3e80fafac3840f488cc45
6
+ metadata.gz: 62bc606517682d6f2e36737b01fd148882f9a7d942f4ebc5923c8ecef342df367e241b6b91b174475b44c9e635f50c2862e3272ada374913779fa505b329e4ff
7
+ data.tar.gz: fb3d056aae30b771af13056688dd75a1e04066d25cc67d7163319cc4d9982d564ca8dd82241cf6e3dcac6bfd0c79f891ca98bc932fc8138d227481cf5f4110cd
@@ -1,7 +1,7 @@
1
1
  module Libis
2
2
  module Workflow
3
3
  module Mongoid
4
- VERSION = '2.0.21' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
4
+ VERSION = '2.0.22' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
5
5
  end
6
6
  end
7
7
  end
@@ -45,6 +45,10 @@ module Libis
45
45
  self.items.no_timeout
46
46
  end
47
47
 
48
+ def get_item_list
49
+ self.items.to_a
50
+ end
51
+
48
52
  protected
49
53
 
50
54
  def add_status_log(info)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-workflow-mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.21
4
+ version: 2.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser