libis-workflow-mongoid 2.0.6 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/libis/workflow/mongoid/job.rb +1 -1
- data/lib/libis/workflow/mongoid/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91c8528db9e9f763f02b9f246e7a49378889729a
|
4
|
+
data.tar.gz: b67569d5719ce03f0c27a944d59cd7999d0cc32c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8278935845d10521aa8ac5e169be733512f8614988e6e43849b7fa88975dc9c41fb3100a176558abf7b0c5d649e9cd49e942e2ea9c1dd271a60dd171b44752bd
|
7
|
+
data.tar.gz: 0fd3384e24e2c57f19a74f8b6934964a3397e3e149f90f12379b5cc2d8c04b3e66ecfede95a7f55a62f469e81312cdd4eafc41088c558f3a2dbaceb2eaf48973
|
@@ -16,7 +16,7 @@ module Libis
|
|
16
16
|
field :description, type: String
|
17
17
|
field :input, type: Hash, default: -> { Hash.new }
|
18
18
|
field :run_object, type: String
|
19
|
-
field :log_to_file, type: Boolean, default:
|
19
|
+
field :log_to_file, type: Boolean, default: true
|
20
20
|
field :log_each_run, type: Boolean, default: false
|
21
21
|
field :log_level, type: String, default: 'DEBUG'
|
22
22
|
field :log_age, type: String, default: 'daily'
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module Libis
|
2
2
|
module Workflow
|
3
3
|
module Mongoid
|
4
|
-
VERSION = '2.0.
|
4
|
+
VERSION = '2.0.7' 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,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libis-workflow-mongoid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kris Dekeyser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: libis-workflow
|