Sha256: b6747441403254ae6090d54d6f871cf0ea20b7c4e7a1ff35d8ccc3e04cc1b4e7
Contents?: true
Size: 873 Bytes
Versions: 1
Compression:
Stored size: 873 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.2.5' gem.license = "Apache-2.0" gem.add_runtime_dependency "fluentd" 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.2.5 | fluent-plugin-mail.gemspec |