logworm_client 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.5.2
2
+ Fixes minor issues with in Rails logging
3
+
1
4
  v0.5.1
2
5
  Fixes minor issues with logging statements sent to console
3
6
 
data/Rakefile CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'echoe'
2
- Echoe.new('logworm_client', '0.5.1') do |p|
2
+ Echoe.new('logworm_client', '0.5.2') do |p|
3
3
  p.description = "logworm client utilities"
4
4
  p.url = "http://www.logworm.com"
5
5
  p.author = "Pomelo, LLC"
@@ -45,6 +45,7 @@ module Logworm
45
45
  LW_SERVER.batch_log($lr_queue.to_json)
46
46
  rescue Exception => e
47
47
  $stderr.puts "in Logworm::Logger.flush: #{e}"
48
+ $stderr.puts e.backtrace
48
49
  end
49
50
  $lr_queue = []
50
51
  to_send
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{logworm_client}
5
- s.version = "0.5.1"
5
+ s.version = "0.5.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Pomelo, LLC"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 1
9
- version: 0.5.1
8
+ - 2
9
+ version: 0.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pomelo, LLC