dohlog 0.1.9 → 0.1.10

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 (2) hide show
  1. data/lib/doh/log/event.rb +1 -1
  2. metadata +5 -7
data/lib/doh/log/event.rb CHANGED
@@ -43,7 +43,7 @@ class Event
43
43
  end
44
44
  extra_str = "<#{extra_ary.join(', ')}> "
45
45
  end
46
- "#{datetime_text} [#{severity_text}] (#{location}) #{extra_str}: #{msg}"
46
+ "#{datetime_text} <#{Process.pid}> [#{severity_text}] (#{location}) #{extra_str}: #{msg}"
47
47
  end
48
48
  end
49
49
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dohlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
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: 2012-10-15 00:00:00.000000000 Z
13
+ date: 2013-03-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: dohutil
@@ -28,8 +28,7 @@ dependencies:
28
28
  - - ! '>='
29
29
  - !ruby/object:Gem::Version
30
30
  version: 0.2.3
31
- description: Logging framework built to be fast and flexible by leveraging the power
32
- of zeromq.
31
+ description: Logging framework built to be fast and flexible.
33
32
  email:
34
33
  - devinfo@atpsoft.com
35
34
  executables: []
@@ -71,9 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
70
  version: '0'
72
71
  requirements: []
73
72
  rubyforge_project:
74
- rubygems_version: 1.8.24
73
+ rubygems_version: 1.8.25
75
74
  signing_key:
76
75
  specification_version: 3
77
- summary: zeromq powered logging framework (eventually)
76
+ summary: simple logging framework
78
77
  test_files: []
79
- has_rdoc: