Sha256: 4d8528af44712bb29718eae0edc9cea7522f60fb4a421686dbe5df5c37650341

Contents?: true

Size: 775 Bytes

Versions: 1

Compression:

Stored size: 775 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name        = "fluent-plugin-split"
  gem.version     = "0.0.1"
  gem.authors     = ["Hiroshi Toyama"]
  gem.email       = "toyama0919@gmail.com"
  gem.homepage    = "https://github.com/toyama0919/fluent-plugin-split"
  gem.description = "Output Split String Plugin for fluentd"
  gem.summary     = "Output Split String Plugin for fluentd"
  gem.licenses    = ["MIT"]
  gem.has_rdoc    = false

  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_runtime_dependency "fluentd"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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