libis-workflow-mongoid 2.0.8 → 2.0.9

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: c58f0ada42f8b2fff98cdec7c60391e32f3b46cf
4
- data.tar.gz: 995649c957d1b6763d99b92260d00a70aad91754
3
+ metadata.gz: e37f97bda91923e597e0a28bf952cdbb206580ae
4
+ data.tar.gz: 21bc3b9ffb1ab95009873c0ef16772f737e04cb1
5
5
  SHA512:
6
- metadata.gz: 0a39b24e484c371b36f67b60d3dd0e98ac30a2d5d23e8dbe69cb581df99bc71f0b9aee7752328ae50eec6a8e6d59298acd5c46c24d4dd3fc569a92e95de4e651
7
- data.tar.gz: 166f3018b411aa524eaf02b653ebc68e17c08aaac8b4fb76ea0b325e31d5e410ca70b5ab0b6c1a6223a99178615e7c7c74c2fa73f80238d9b8844d1610abf653
6
+ metadata.gz: d9f5a94b679497852508d3fe6b7a242267d28a173f8afc1f205004cab52d4d3d1caf30ee69feaaeda2f89d580e27f33e3464bd73f5c9bdcb90fb63814b66964e
7
+ data.tar.gz: 346750005ef7609876f8466fd4cca9782cef9ca54a85545a0c49d1d675f1767091eac3b91e0cd586196cce7b65634475d4240b578e1e3425c67462f60054bf46
@@ -42,7 +42,7 @@ module Libis
42
42
  unless ::Logging::Appenders[self.name]
43
43
  ::Logging::Appenders::RollingFile.new(
44
44
  self.name,
45
- filename: File.join(::Libis::Workflow::Mongoid::Config[:log_dir], "#{self.name}{.%Y%m%d}.log"),
45
+ filename: File.join(::Libis::Workflow::Mongoid::Config[:log_dir], "#{self.name}.{{%Y%m%d}}.log"),
46
46
  layout: ::Libis::Workflow::Mongoid::Config.get_log_formatter,
47
47
  truncate: true,
48
48
  age: self.log_age,
@@ -1,7 +1,7 @@
1
1
  module Libis
2
2
  module Workflow
3
3
  module Mongoid
4
- VERSION = '2.0.8' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
4
+ VERSION = '2.0.9' 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.8
4
+ version: 2.0.9
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-16 00:00:00.000000000 Z
11
+ date: 2016-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: libis-workflow