Sha256: 160a9ad85f6bb1434a19ec62647ddc6abac88e692ab1bcc64aeb7da66a9f1295

Contents?: true

Size: 970 Bytes

Versions: 1

Compression:

Stored size: 970 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-growthforecast"
  gem.version       = "1.0.0"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.summary       = %q{Fluentd output plugin to post numbers to GrowthForecast (by kazeburo)}
  gem.description   = %q{For GrowthForecast, see http://kazeburo.github.com/GrowthForecast/}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-growthforecast"
  gem.license       = "Apache-2.0"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_development_dependency "rake"
  gem.add_development_dependency "test-unit", ">= 3.0.0"
  gem.add_runtime_dependency "fluentd", ">= 0.14.0"
  gem.add_runtime_dependency "resolve-hostname", ">= 0.0.4"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-growthforecast-1.0.0 fluent-plugin-growthforecast.gemspec