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

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: 257d09f473547c6a373ff1040d3ab93bd2a3c7f0
4
- data.tar.gz: 57a636a4ecb6dd41c817b95ecc8b9d41df58d437
3
+ metadata.gz: d427c4ff09694030b0dad280d5d749237102ea9f
4
+ data.tar.gz: 6d8bdf12627c59cd6b298bd17d95126536a88156
5
5
  SHA512:
6
- metadata.gz: 68011bc0fe042fff0434fabbae544e3a0b0f8177e0f67c6230458fc46847d9d2c8b99acaaeecdafa279d2981c87a83a000eadbcdf04f1b0db3a3126ca3ee74ea
7
- data.tar.gz: fb282a3b8f7cc371b6e338664541acc19353b575b753479ef3df05b019081841660fb6c7971612a7d55c92543cce180f16e5a51f872eb8145799e56d43db14d9
6
+ metadata.gz: ea3a504f494f3baea4c80d7b72e4e5f65a2dbd91c12b95ff3201aba9c930e29a146e9c2be67ca1367ae01125f7675d6157c5d85ad5246abdbd2c74a76a2da74e
7
+ data.tar.gz: 2ffa67e364a26482bf5c6a35aac6d18aa1c851161153577edd17c40a142d52c7fbe35c49000837359c457c37e4b427ccc052e7bd90134e69a0e239eabdb7ff16
@@ -3,7 +3,7 @@
3
3
  module Libis
4
4
  module Workflow
5
5
  module Mongoid
6
- VERSION = '2.0.beta.15' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
6
+ VERSION = '2.0.beta.16' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
7
7
  end
8
8
  end
9
9
  end
@@ -74,6 +74,10 @@ module Libis
74
74
  self.logs.status_log.all || []
75
75
  end
76
76
 
77
+ def get_items
78
+ self.items.to_a
79
+ end
80
+
77
81
  protected
78
82
 
79
83
  def add_log_entry(msg)
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.beta.15
4
+ version: 2.0.beta.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser