Sha256: b1d53988976f7f755e94029799bedcb9a2a8881c3628f252bfae3d2500943867

Contents?: true

Size: 936 Bytes

Versions: 1

Compression:

Stored size: 936 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-ikachan"
  gem.version       = "0.3.0"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.summary       = %q{output plugin for IRC-HTTP gateway 'ikachan'}
  gem.description   = %q{output plugin for IRC-HTTP gateway 'ikachan' (see: https://metacpan.org/module/ikachan and (jpn) http://blog.yappo.jp/yappo/archives/000760.html)}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-ikachan"
  gem.license       = "Apache-2.0"

  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_runtime_dependency "fluentd", "< 0.14.0"
  gem.add_development_dependency "rake"
  gem.add_development_dependency "test-unit"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-ikachan-0.3.0 fluent-plugin-ikachan.gemspec