Sha256: ed125a7dd69098209d292a05d1ade7a162b32ded68aacafe838e990caea6b3fa

Contents?: true

Size: 956 Bytes

Versions: 3

Compression:

Stored size: 956 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name        = "fluent-plugin-netflow"
  gem.description = "Netflow plugin for Fluentd"
  gem.homepage    = "https://github.com/repeatedly/fluent-plugin-netflow"
  gem.summary     = gem.description
  gem.version     = File.read("VERSION").strip
  gem.authors     = ["Masahiro Nakagawa"]
  gem.email       = "repeatedly@gmail.com"
  #gem.platform    = Gem::Platform::RUBY
  gem.license     = 'Apache License (2.0)'
  gem.files       = `git ls-files`.split("\n")
  gem.test_files  = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.require_paths = ['lib']

  gem.add_dependency "fluentd", [">= 0.14.10", "< 2"]
  gem.add_dependency "bindata", "~> 2.1"
  gem.add_development_dependency "rake", ">= 0.9.2"
  gem.add_development_dependency "test-unit", "~> 3.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-netflow-1.1.0 fluent-plugin-netflow.gemspec
fluent-plugin-netflow-1.0.2 fluent-plugin-netflow.gemspec
fluent-plugin-netflow-1.0.1 fluent-plugin-netflow.gemspec