libis-workflow-mongoid 2.0.10 → 2.0.11
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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0869b0e5259976b3ee8221f7351900f46857d61a
|
4
|
+
data.tar.gz: a76332c123f31abab2f76dda7d99f090f790cca7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6faaa5a81eb5db582da131ab71c754d18a63c02db2050926df825cddc9fde95e1ee82bec592a79d1fc93a3a94cb59e2ff15cefa32d618d4a7acc9b0310b6200b
|
7
|
+
data.tar.gz: 4242ffa5512cfddfebd42f411a5156a8c19d2eefa44ed098d3e663dba8aee06ab75b1c1a6e495242abb6feaa805b6f6ce99cc9e43f11aa0616dc15809177ce37
|
@@ -17,7 +17,7 @@ module Libis
|
|
17
17
|
field :input, type: Hash, default: -> { Hash.new }
|
18
18
|
field :run_object, type: String
|
19
19
|
field :log_to_file, type: Boolean, default: true
|
20
|
-
field :log_each_run, type: Boolean, default:
|
20
|
+
field :log_each_run, type: Boolean, default: true
|
21
21
|
field :log_level, type: String, default: 'DEBUG'
|
22
22
|
field :log_age, type: String, default: 'daily'
|
23
23
|
field :log_keep, type: Integer, default: 5
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module Libis
|
2
2
|
module Workflow
|
3
3
|
module Mongoid
|
4
|
-
VERSION = '2.0.
|
4
|
+
VERSION = '2.0.11' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
|
5
5
|
end
|
6
6
|
end
|
7
7
|
end
|