trollo 0.1.3 → 0.1.4

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.
@@ -42,7 +42,7 @@ module Trollo
42
42
  end
43
43
 
44
44
  def check_due_at
45
- self.due_at = tasks.minimum(:due_at)
45
+ self.due_at = tasks.where(workflow_state: 'incomplete').minimum(:due_at)
46
46
  self.save!
47
47
  end
48
48
 
@@ -1,3 +1,3 @@
1
1
  module Trollo
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trollo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: