Sha256: b8924c720c87b1516cfadcd2a6b5e276778a86696e83b24d29cecb75901b29de

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-exec_placeholder"
  gem.version       = "0.0.2"
  gem.summary       = %q{execute external command with placeholder plugin for fluentd}
  gem.description   = %q{execute external command with placeholder plugin for fluentd}
  gem.license       = "MIT"
  gem.authors       = ["toyama0919"]
  gem.email         = "toyama0919@gmail.com"
  gem.homepage      = "https://github.com/toyama0919/fluent-plugin-exec_placeholder"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ['lib']

  gem.add_dependency 'fluentd'

  gem.add_development_dependency 'test-unit'
  gem.add_development_dependency 'bundler'
  gem.add_development_dependency 'pry'
  gem.add_development_dependency 'rake'
  gem.add_development_dependency 'rubocop'
  gem.add_development_dependency 'rubygems-tasks'
  gem.add_development_dependency 'yard'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-exec_placeholder-0.0.2 fluent-plugin-exec_placeholder.gemspec