Sha256: e37cd0c7345fc940902604bf79d72a885d1ce61b90f1c997aa44a97dd45e6cc4

Contents?: true

Size: 1021 Bytes

Versions: 2

Compression:

Stored size: 1021 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "fluent-plugin-nfct-parser/version"

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-nfct-parser"
  spec.version       = FluentPluginNfctParser::VERSION
  spec.authors       = ["Sorah Fukumori"]
  spec.email         = ["sorah@cookpad.com"]

  spec.summary       = %q{Fluentd parser plugin for libnetfilter_conntrack snprintf format}
  spec.homepage      = "https://github.com/sorah/fluent-plugin-nfct-parser"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "fluentd"
  spec.add_dependency "strptime"

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "test-unit"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-nfct-parser-0.1.1 fluent-plugin-nfct-parser.gemspec
fluent-plugin-nfct-parser-0.1.0 fluent-plugin-nfct-parser.gemspec