libis-workflow-mongoid 2.0.10 → 2.0.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b9ce05aa85425ab230f64068d03b09b84931799
4
- data.tar.gz: 84d1589f3e3be9663a9e285a33547672df4f0262
3
+ metadata.gz: 0869b0e5259976b3ee8221f7351900f46857d61a
4
+ data.tar.gz: a76332c123f31abab2f76dda7d99f090f790cca7
5
5
  SHA512:
6
- metadata.gz: 3b810f384e1a32b78806f195ec3863a10ca30ffc37187ca48b073985f92756ae2e570261ae967bce2c89f0ab3ded369d4c61cde000c9e4b2b27c6a1fc2d48a16
7
- data.tar.gz: 366677a4fc2104fb91e4555db7266900478370005e07b8bedb4595f8d96f672ba303d97a8d535f1662ef86ec3e6b23024efcceee67b97b8d6f982d7053a47b33
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: false
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.10' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
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
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.10
4
+ version: 2.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser