Sha256: 8e7a8b108fea47ab7064909dd36c82b340cd9fce9b843549416611595e9c5eb4
Contents?: true
Size: 930 Bytes
Versions: 1
Compression:
Stored size: 930 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "fluent-plugin-ping-message" gem.version = "0.2.1" gem.authors = ["TAGOMORI Satoshi"] gem.email = ["tagomoris@gmail.com"] gem.description = %q{for heartbeat monitoring of Fluentd processes} gem.summary = %q{Fluentd plugin to send/check ping messages} gem.homepage = "https://github.com/tagomoris/fluent-plugin-ping-message" gem.license = "Apache-2.0" 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_runtime_dependency "fluentd", "< 0.14.0" gem.add_runtime_dependency "fluent-mixin-config-placeholders", ">= 0.3.0" gem.add_development_dependency "rake" gem.add_development_dependency "test-unit", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-ping-message-0.2.1 | fluent-plugin-ping-message.gemspec |