libis-workflow-mongoid 2.1.0 → 2.1.1

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
  SHA256:
3
- metadata.gz: 84c98094e074f81335230217d2f7e2be04db46d4923184b677aa7609aa2774c4
4
- data.tar.gz: 7507f107aed1b5737c0d71e253f079536d4243715f2fec2f0746fdba8b81505e
3
+ metadata.gz: 89753faeb66f9f2f4fb3f8322dbdf57598fe15e7ac5ab5e6d7b30e498d80ca25
4
+ data.tar.gz: 3998b6d3b820a95f3b3135de1cb77528d8bc364a180ade98dff55681c6676840
5
5
  SHA512:
6
- metadata.gz: 42de09d6300ee24099f3eb1c7e16e50d329db278fb272f490c4468469162ba01406463ea630fe2d223ae91663ad8b9f80463b66c7e015fd7b1d8567a8148e29b
7
- data.tar.gz: 2c285fa0f871f5d328a2b13bc28ab05e0dfac38eda524df5abf8d86fc751ce6c33f987328b5a2bf22c5cb06a05e1bf0e09c037212e12d3155d83bfe4f2d5a917
6
+ metadata.gz: 8e59b1e9266318e8bd6a75bcfd1cd6806c3e5bf7acc04c9aafbb337c431154958a8c0c60bba6356339e54643b7da70b2f5c8a76007f3da0c5fe5d805b447ea8f
7
+ data.tar.gz: afd20e5a883a2db552d73a6c3782f44a5ac2a48a833a2d2cc708988e12068403f622c9e0926d61248403e5445b18f80768e90c3366614344ba9a7ae2b45d454e
@@ -23,9 +23,6 @@ module Libis
23
23
 
24
24
  index({job_id: 1, job_type: 1, start_date: 1}, {sparse: 1, name: 'by_job'})
25
25
 
26
- has_many :items, as: :parent, class_name: Libis::Workflow::Mongoid::WorkItem.to_s,
27
- dependent: :destroy, autosave: true, order: :c_at.asc
28
-
29
26
  set_callback(:destroy, :before) do |document|
30
27
  document.rm_workdir
31
28
  document.rm_log
@@ -1,7 +1,7 @@
1
1
  module Libis
2
2
  module Workflow
3
3
  module Mongoid
4
- VERSION = '2.1.0' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
4
+ VERSION = '2.1.1' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
5
5
  end
6
6
  end
7
7
  end
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.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser