distilled 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Distilled
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/distilled.rb CHANGED
@@ -19,6 +19,9 @@ module Distilled
19
19
  ActionController::Base.logger = logfile
20
20
  Rails.logger = logfile
21
21
 
22
+ # Needs to remain since the logger is cache by ActiveSupport::LogSubscriber class
23
+ @logger = logfile
24
+
22
25
  super
23
26
  end
24
27
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Christopher Yeoh