logstash-lite 0.2.20101123133737 → 0.2.20101123134625

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/logstash/logging.rb +1 -1
  2. metadata +3 -3
@@ -30,7 +30,7 @@ class LogStash::Logger < Logger
30
30
  debug [ "awesome_print not found, falling back to Object#inspect." \
31
31
  "If you want prettier log output, run 'gem install "\
32
32
  "awesome_print'",
33
- { :exception @@notify_awesome_print_load_failed }]
33
+ { :exception => @@notify_awesome_print_load_failed }]
34
34
 
35
35
  # Only show this once.
36
36
  @@notify_awesome_print_load_failed = nil
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-lite
3
3
  version: !ruby/object:Gem::Version
4
- hash: 40202246267461
4
+ hash: 40202246269269
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 20101123133737
10
- version: 0.2.20101123133737
9
+ - 20101123134625
10
+ version: 0.2.20101123134625
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Sissel