fluent-plugin-logzio 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e50fbf260482f0fad7f0d19e309bf0e140bbba71
4
- data.tar.gz: 292aa6c418027ec4fe8cfcb7692d13ea210fc04b
3
+ metadata.gz: 6f1ae5ba658bea56b09d544e3a7118ac678b7ea4
4
+ data.tar.gz: 9c25c6e9ccee081cced9501d66f2d5075cac93c4
5
5
  SHA512:
6
- metadata.gz: 0381f564318f9711a77cf98a26302a84b2de9edc0615a9bf552192dd4a618b46577fe818e02cad7f9ea92ef9f1a38ee5db9ebbf174182eab145f19aee6404692
7
- data.tar.gz: 3837a19f9e1e6910bc47b976721369bcb2933b952b6a976765884673838a9a35f8df2d7aaad54d64ca5b56b662b703f0672812e54ac101f7114c24c2dbc81e17
6
+ metadata.gz: 587db07d135a4895a33b81cd92f9b60756cba5663760c82f7bcd19ca9760aae720a71c28c8e9936a41a567843606a7eda9891aa1a7f3ef3f801a7634f1459077
7
+ data.tar.gz: e08ebe84e5eba616f718fb217981b3783dcc96b60a23e293f0e8596d1c6ef77e9e16e73f51d0f3088d13a23b396ff13c1e8010e7d4bd9681f262346d74a04256
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'fluent-plugin-logzio'
7
- s.version = '0.0.4'
7
+ s.version = '0.0.5'
8
8
  s.authors = ['Yury Kotov', 'Roi Rav-Hon']
9
9
  s.email = ['bairkan@gmail.com', 'roi@logz.io']
10
10
  s.homepage = 'https://github.com/logzio/fluent-plugin-logzio'
@@ -89,8 +89,8 @@ module Fluent
89
89
  end
90
90
  end
91
91
  end
92
- rescue StandardError
93
- $log.error "Error connecting to logzio. verify the url #{@endpoint_url}"
92
+ rescue StandardError => error
93
+ $log.error "Error connecting to logzio. Got exception: #{error}"
94
94
  end
95
95
  end
96
96
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-logzio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Kotov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-30 00:00:00.000000000 Z
12
+ date: 2016-08-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net-http-persistent