jls-lumberjack 0.0.16 → 0.0.17

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/lumberjack/server.rb +1 -1
  2. metadata +13 -14
@@ -220,7 +220,7 @@ module Lumberjack
220
220
  #send(event, *args)
221
221
  end # feed
222
222
  end # while true
223
- rescue EOFError, OpenSSL::SSL::SSLError, IOError
223
+ rescue EOFError, OpenSSL::SSL::SSLError, IOError, Errno::ECONNRESET
224
224
  # EOF or other read errors, only action is to shutdown which we'll do in
225
225
  # 'ensure'
226
226
  ensure
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jls-lumberjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
5
- prerelease:
4
+ version: 0.0.17
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jordan Sissel
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-02-06 00:00:00.000000000 Z
@@ -22,28 +22,27 @@ files:
22
22
  - lib/lumberjack/client.rb
23
23
  homepage: https://github.com/jordansissel/lumberjack
24
24
  licenses: []
25
- post_install_message:
25
+ post_install_message:
26
26
  rdoc_options: []
27
27
  require_paths:
28
28
  - lib
29
29
  required_ruby_version: !ruby/object:Gem::Requirement
30
+ none: false
30
31
  requirements:
31
- - - ">="
32
+ - - ! '>='
32
33
  - !ruby/object:Gem::Version
33
- version: !binary |-
34
- MA==
35
- none: false
34
+ version: '0'
36
35
  required_rubygems_version: !ruby/object:Gem::Requirement
36
+ none: false
37
37
  requirements:
38
- - - ">="
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
- version: !binary |-
41
- MA==
42
- none: false
40
+ version: '0'
43
41
  requirements: []
44
- rubyforge_project:
42
+ rubyforge_project:
45
43
  rubygems_version: 1.8.24
46
- signing_key:
44
+ signing_key:
47
45
  specification_version: 3
48
46
  summary: lumberjack log transport library
49
47
  test_files: []
48
+ has_rdoc: