fluent-plugin-geoblipper 0.0.4.2 → 0.0.4.3

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.
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |gem|
3
3
  gem.name = "fluent-plugin-geoblipper"
4
- gem.version = "0.0.4.2"
4
+ gem.version = "0.0.4.3"
5
5
  gem.authors = ["Sean Dick", "Change.org"]
6
6
  gem.email = ["sean@change.org"]
7
7
  gem.homepage = "https://github.com/seanmdick/fluent-plugin-geoblipper"
@@ -28,6 +28,7 @@ class Fluent::GeoBlipperOutput < Fluent::BufferedOutput
28
28
  {latitude: loc.latitude, longitude: loc.longitude}.to_json + "\n"
29
29
  else
30
30
  Fluent::Engine.emit('debug.livemap', Time.now, {message: "geodata not found for #{address}"})
31
+ ''
31
32
  end
32
33
  end
33
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-geoblipper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.2
4
+ version: 0.0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: