rawk_log 2.4.0 → 2.4.1

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.
Files changed (3) hide show
  1. data/README.md +3 -1
  2. data/lib/rawk_log/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -24,10 +24,12 @@ Or install it yourself as:
24
24
 
25
25
  To enable reporting by controller#action add the following to at the end of the environment.rb file:
26
26
 
27
- require 'rawk_log/patch_logger'
27
+ require 'rawk_log/patch_logger'
28
28
 
29
29
  This will patch Logger and/or ActiveSupport::BufferedLogger to append " (pid:#{$$})" to each line of the log file.
30
30
 
31
+ This patch is required where the url is not listed on the completed line (eg rails 3.2).
32
+
31
33
  ## Usage
32
34
 
33
35
  rawk_log usage:
@@ -1,3 +1,3 @@
1
1
  module RawkLog
2
- VERSION = "2.4.0"
2
+ VERSION = "2.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rawk_log
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-12-23 00:00:00.000000000 Z
13
+ date: 2014-01-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler