Sha256: 4cfe9f18252df6685939cc257e02d6cb557c509d93c311753f3de9ce6846c733
Contents?: true
Size: 768 Bytes
Versions: 1
Compression:
Stored size: 768 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.rubyforge_project = "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.1.0' gem.add_development_dependency "rake" gem.add_runtime_dependency "fluentd" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-mail-0.1.0 | fluent-plugin-mail.gemspec |