fluent-plugin-gelf-cg 1.0.5 → 1.0.6

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: 03aca7e6c12dc26b15fe8fae221ee46483b4fc76
4
- data.tar.gz: 350185036be1177d6c7fa4b6431cf3ba5d87735f
3
+ metadata.gz: 2d4977162892475a645e8ce80775df93158464b2
4
+ data.tar.gz: 6f85d3e864790b754a0af71e31c25c7d824a0571
5
5
  SHA512:
6
- metadata.gz: 8267fbaf49713a754dc1302b3f0741e8037136f77ebfa8d121872b9646eca2097e60182b5b845d3ec066089f8267e6e2110ed4a128572998d8599ce1400ad8f6
7
- data.tar.gz: 1f4bb00f1a1b05e5beceeba956c9092645b3faa80f0171fb48c33d4936cae4d84a345bd445096350ed042653543be64e1da16e1881e6456a5b103b050e495963
6
+ metadata.gz: 066cdcd0149d7e210e8b937fc58f46f02a48e2af758f1e23df40ef6aada5a5c87c12b72997a676d6818736918b6aa64fbbfce2153d946475e30b18615f50c204
7
+ data.tar.gz: 13248d45e52788a75c71200afa3f6050ab21394ca1aae935c62d76e8fd05cbef2f11016211a40e6bccc74500f46241319a85501eec91f1247b89f5e41ee43c8d
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fluent-plugin-gelf-cg"
6
- s.version = ENV.key?('RUBYGEM_VERSION') ? ENV['RUBYGEM_VERSION'] : '1.0.5'
6
+ s.version = ENV.key?('RUBYGEM_VERSION') ? ENV['RUBYGEM_VERSION'] : '1.0.6'
7
7
  s.authors = ["Craig Lafferty"]
8
8
  s.email = ["craigplafferty@gmail.com"]
9
9
  s.homepage = "https://github.com/craigplafferty/fluent-plugin-gelf-cg"
@@ -76,7 +76,7 @@ module Fluent
76
76
 
77
77
  def write(chunk)
78
78
  chunk.msgpack_each do |data|
79
- @conn.notify!(data)
79
+ @conn.notify(data)
80
80
  end
81
81
  end
82
82
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-gelf-cg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig Lafferty