Sha256: 5986411b13a6f05098c24f9c1f7d0bb856e811e36376f573f3c416fb150f19c4
Contents?: true
Size: 943 Bytes
Versions: 1
Compression:
Stored size: 943 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-geoblipper" gem.version = "0.0.4.6" gem.authors = ["Sean Dick", "Change.org"] gem.email = ["sean@change.org"] gem.homepage = "https://github.com/seanmdick/fluent-plugin-geoblipper" gem.summary = %q{Fluentd plugin to send a buffered list of lat/long pairs to pubnub} gem.description = %q{Fluentd plugin to convert ips to latitude/longitude pairs for publication on a specified pubnub channel} gem.license = "MIT" gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.require_paths = ["lib"] gem.add_runtime_dependency "fluentd" gem.add_runtime_dependency "pubnub" gem.add_runtime_dependency "geoip" gem.add_development_dependency "bundler" gem.add_development_dependency "rake" gem.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-geoblipper-0.0.4.6 | fluent-plugin-geoblipper.gemspec |