Sha256: 31f7cd2ceaeaf00b32a40274b7cb0bea126f8c0bba1d4e8682168fa1edc09ad4

Contents?: true

Size: 989 Bytes

Versions: 1

Compression:

Stored size: 989 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name        = "fluent-plugin-twitter"
  s.version     = "0.5.1"
  s.authors     = ["Kentaro Yoshida"]
  s.email       = ["y.ken.studio@gmail.com"]
  s.homepage    = "https://github.com/y-ken/fluent-plugin-twitter"
  s.summary     = %q{Fluentd Input/Output plugin to collect/process tweets with Twitter Streaming API.}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency "rake"
  s.add_development_dependency "test-unit", ">= 3.1.0"
  s.add_runtime_dependency "fluentd", ">= 0.10.46"
  s.add_runtime_dependency "twitter", ">= 5.0.0"
  s.add_runtime_dependency "tweetstream", ">= 2.6.1"
  s.add_runtime_dependency "string-scrub", ">= 0.0.3" if RUBY_VERSION.to_f < 2.1
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-twitter-0.5.1 fluent-plugin-twitter.gemspec