onering-client 0.0.89 → 0.0.90

Sign up to get free protection for your applications and to get access to all the features.
data/lib/onering.rb CHANGED
@@ -2,7 +2,7 @@ $: << File.expand_path(File.dirname(__FILE__))
2
2
 
3
3
  module Onering
4
4
  module Client
5
- VERSION = "0.0.89"
5
+ VERSION = "0.0.90"
6
6
 
7
7
  class Error < Exception; end
8
8
  class FatalError < Error; end
@@ -87,6 +87,8 @@ module Onering
87
87
  end
88
88
  end
89
89
  rescue Exception => e
90
+ raise e if e.class === Timeout::Error
91
+
90
92
  Onering::Logger.warn(e.message, "Onering::Reporter/#{e.class.name}")
91
93
 
92
94
  e.backtrace.each do |eb|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onering-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.89
4
+ version: 0.0.90
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: