libis-workflow-mongoid 2.0.6 → 2.0.7

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: a97ed4107bf80afa5dc836eda58f8476c3d863b5
4
- data.tar.gz: 3ba0b9532f2a929e626fe6e2a8cbd4d90e5abb7e
3
+ metadata.gz: 91c8528db9e9f763f02b9f246e7a49378889729a
4
+ data.tar.gz: b67569d5719ce03f0c27a944d59cd7999d0cc32c
5
5
  SHA512:
6
- metadata.gz: e9763f51354b51451354dd54849c8e4b7a44cc96f91ee6c0a7c7286e22e02f933c4653e553fb149692c375f5d518c00914e23f0b3da905bdab3537d304b62304
7
- data.tar.gz: 9513f8c35aaf0a7c3d28b5534c18c385cee0b767fdb787871b79e6278cb45ab65231978921aaf6b5289759b69ed2f3500b227a702a64bd2d3764ae78a580f57f
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: false
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.6' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
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.6
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-13 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: libis-workflow