Sha256: 134d349ea772647de05c60d5abd245276e6fb6d84703e668b6f79f1d5a0a724e
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fluent-plugin-watch-process" s.version = "0.1.0" s.authors = ["Kentaro Yoshida"] s.email = ["y.ken.studio@gmail.com"] s.homepage = "https://github.com/y-ken/fluent-plugin-watch-process" s.summary = %q{Fluentd Input plugin to collect continual process information via ps command. It is useful for cron/barch process monitoring.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies: s.add_development_dependency "rake" s.add_development_dependency "test-unit", ">= 3.1.0" s.add_development_dependency "appraisal" s.add_runtime_dependency "fluentd", ">= 0.10.58" s.add_runtime_dependency "fluent-mixin-rewrite-tag-name" s.add_runtime_dependency "fluent-mixin-type-converter" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-watch-process-0.1.0 | fluent-plugin-watch-process.gemspec |