Sha256: 3ba44b26effb34cc548bea0a07bb6b596fafdbd0123e30dd6242c02a8649bd65

Contents?: true

Size: 886 Bytes

Versions: 1

Compression:

Stored size: 886 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Yuichi UEMURA", "Naotoshi Seo"]
  gem.email         = ["yuichi.u@gmail.com", "sonots@gmail.com"]
  gem.description   = %q{output plugin for Mail}
  gem.summary       = %q{output plugin for Mail}
  gem.homepage      = "https://github.com/u-ichi/fluent-plugin-mail"
  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.name          = "fluent-plugin-mail"
  gem.require_paths = ["lib"]
  gem.version       = '0.3.0'
  gem.license       = "Apache-2.0"

  gem.add_runtime_dependency "fluentd", '>= 0.12.0'
  gem.add_runtime_dependency "string-scrub" if RUBY_VERSION.to_f < 2.1
  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-mail-0.3.0 fluent-plugin-mail.gemspec