Sha256: 87747ddf0eb52cbd1d535ed3a1a1571ce8d2313286469b14ed9da1a9e27bc20b
Contents?: true
Size: 963 Bytes
Versions: 1
Compression:
Stored size: 963 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-sendgrid-event" spec.version = "0.0.6" spec.authors = ["Hiroaki Sano"] spec.email = ["hiroaki.sano.9stories@gmail.com"] spec.summary = %q{Fluent input plugin to receive sendgrid event.} spec.homepage = "https://github.com/hiroakis/fluent-plugin-sendgrid-event" spec.license = "MIT" spec.files = `git ls-files`.split("\n") spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "test-unit" spec.add_runtime_dependency "fluentd" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-sendgrid-event-0.0.6 | fluent-plugin-sendgrid-event.gemspec |