Sha256: 581ffddf3f055fd46e5d876be9d4cb4373766936c0b9ceb3597286437668647f

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       = "1.0.0"
  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-1.0.0 fluent-plugin-dio.gemspec