Sha256: d35badcb9ecc6b1821da3e2c021973501e732bfb7b5c1905f5b0ececff27c5d9
Contents?: true
Size: 855 Bytes
Versions: 1
Compression:
Stored size: 855 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-delay-inspector" gem.version = "0.0.3" gem.authors = ["TAGOMORI Satoshi"] gem.email = ["tagomoris@gmail.com"] gem.summary = %q{Fluentd plugin to inspect diff of real-time and log-time} gem.description = %q{Inspect delay of log, and emit it, or inject it into message itself with specified attribute name} gem.homepage = "https://github.com/tagomoris/fluent-plugin-delay-inspector" gem.license = "APLv2" 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_development_dependency "rake" gem.add_runtime_dependency "fluentd" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-delay-inspector-0.0.3 | fluent-plugin-delay-inspector.gemspec |