Sha256: 8bb51d67887780c798603bac2c3582a69f193179590e018dc15658e12fb8d71a

Contents?: true

Size: 1009 Bytes

Versions: 1

Compression:

Stored size: 1009 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-dio"
  spec.version       = "0.0.1"
  spec.authors       = ["koki-higashikawa"]
  spec.email         = ["koki.higashikawa@crowdworks.co.jp"]

  spec.summary       = %q{Output filter plugin. to timestamp from strtime}
  spec.description   = %q{Output filter plugin. to timestamp from strtime}
  spec.homepage      = "https://github.com/hikouki/fluent-plugin-dio"

  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_development_dependency "bundler", "~> 1.13"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "test-unit", "~> 3.1.0"
  spec.add_runtime_dependency "fluentd"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-dio-0.0.1 fluent-plugin-dio.gemspec