log-courier 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a3e10b3c73a7cbd81fabd9f1612454986e83c7aa
4
- data.tar.gz: 7758b1c088db76e8fc2646a8c45e8784ce61e545
2
+ SHA256:
3
+ metadata.gz: bad117377d569e9f0e4c7e62f4dd17e5183c5eac20b791188d6593260b1ce266
4
+ data.tar.gz: 781d3cd33666580c7aa6ad58805a3df6d411fe6ea534a303d1ca3f8929a64c49
5
5
  SHA512:
6
- metadata.gz: 0f794c4963b883e806775abad5cc22134c8a8fa39c1755fb173404e587a5bfe5e6a829b3fa22fa71bbc9ea93ac76dba7a066807d34c372c8ea2c4ead727fc13a
7
- data.tar.gz: 87d81f345df217fed56666c4b883e9eca494d1c0a74f645b70f1b44ab0bf34396f9ac3cb058188d8ea4d9fb42259a6d4ad56cea58933284004d20cfca68895f5
6
+ metadata.gz: adee6579b001b924b6845b53a0e00b8e53cefa689437e260c76cf25964e0486b94ae17bafc04a2cbe7f4dec24a84e05fef5c6d240594960a587dad1cfd43b7a7
7
+ data.tar.gz: 9947976db27c5a35c42fdfaf656dba352f3a3c2dbc528f270280c9520fef7afd0c1e1503bad1e5582e03a99701a3a95fb94fb4de28e4c4bd3bef5e5ffdb7e15e
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- # Copyright 2014 Jason Woods.
3
+ # Copyright 2014-2019 Jason Woods and Contributors.
4
4
  #
5
5
  # This file is a modification of code from Logstash Forwarder.
6
6
  # Copyright 2012-2013 Jordan Sissel and contributors.
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- # Copyright 2014 Jason Woods.
3
+ # Copyright 2014-2019 Jason Woods and Contributors.
4
4
  #
5
5
  # This file is a modification of code from Logstash Forwarder.
6
6
  # Copyright 2012-2013 Jordan Sissel and contributors.
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- # Copyright 2014 Jason Woods.
3
+ # Copyright 2014-2019 Jason Woods and Contributors.
4
4
  #
5
5
  # This file is a modification of code from Ruby.
6
6
  # Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- # Copyright 2014 Jason Woods.
3
+ # Copyright 2014-2019 Jason Woods and Contributors.
4
4
  #
5
5
  # This file is a modification of code from Logstash Forwarder.
6
6
  # Copyright 2012-2013 Jordan Sissel and contributors.
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- # Copyright 2014 Jason Woods.
3
+ # Copyright 2014-2019 Jason Woods and Contributors.
4
4
  #
5
5
  # This file is a modification of code from Logstash Forwarder.
6
6
  # Copyright 2012-2013 Jordan Sissel and contributors.
@@ -172,7 +172,7 @@ module LogCourier
172
172
  return
173
173
  rescue StandardError, NativeException => e
174
174
  # Some other unknown problem
175
- @logger.warn e, :hint => 'Unknown error, shutting down' unless @logger.nil?
175
+ @logger.warn e.message, :hint => 'Unknown error, shutting down' unless @logger.nil?
176
176
  return
177
177
  ensure
178
178
  # Raise shutdown in all client threads and join then
@@ -242,7 +242,7 @@ module LogCourier
242
242
  return
243
243
  rescue StandardError, NativeException => e
244
244
  # Some other unknown problem
245
- @logger.warn e, :hint => 'Unknown error, connection aborted', :peer => @peer unless @logger.nil?
245
+ @logger.warn e.message, :hint => 'Unknown error, connection aborted', :peer => @peer unless @logger.nil?
246
246
  return
247
247
  end
248
248
 
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- # Copyright 2014 Jason Woods.
3
+ # Copyright 2014-2019 Jason Woods and Contributors.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- # Copyright 2014 Jason Woods.
3
+ # Copyright 2014-2019 Jason Woods and Contributors.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log-courier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Woods
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-10 00:00:00.000000000 Z
11
+ date: 2019-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cabin
15
- version_requirements: !ruby/object:Gem::Requirement
15
+ requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.6'
20
- requirement: !ruby/object:Gem::Requirement
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
21
23
  requirements:
22
24
  - - "~>"
23
25
  - !ruby/object:Gem::Version
24
26
  version: '0.6'
25
- prerelease: false
26
- type: :runtime
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: ffi-rzmq
29
- version_requirements: !ruby/object:Gem::Requirement
29
+ requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.0'
34
- requirement: !ruby/object:Gem::Requirement
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
35
37
  requirements:
36
38
  - - "~>"
37
39
  - !ruby/object:Gem::Version
38
40
  version: '2.0'
39
- prerelease: false
40
- type: :runtime
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: multi_json
43
- version_requirements: !ruby/object:Gem::Requirement
43
+ requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '1.10'
48
- requirement: !ruby/object:Gem::Requirement
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
49
51
  requirements:
50
52
  - - "~>"
51
53
  - !ruby/object:Gem::Version
52
54
  version: '1.10'
53
- prerelease: false
54
- type: :runtime
55
55
  description: Log Courier library
56
56
  email:
57
57
  - devel@jasonwoods.me.uk
@@ -70,7 +70,7 @@ homepage: https://github.com/driskell/ruby-log-courier
70
70
  licenses:
71
71
  - Apache
72
72
  metadata: {}
73
- post_install_message:
73
+ post_install_message:
74
74
  rdoc_options: []
75
75
  require_paths:
76
76
  - lib
@@ -86,8 +86,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  requirements: []
88
88
  rubyforge_project: nowarning
89
- rubygems_version: 2.4.8
90
- signing_key:
89
+ rubygems_version: 2.7.7
90
+ signing_key:
91
91
  specification_version: 4
92
92
  summary: Ruby implementation of the Courier protocol
93
93
  test_files: []