Sha256: bf021bc57a9eb7b9639417673ceb8aabd41d8c4fc3359c07c0f7094e64504f29
Contents?: true
Size: 852 Bytes
Versions: 1
Compression:
Stored size: 852 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |gem| gem.name = "fluent-plugin-snmp" gem.version = "0.0.7" gem.authors = ["hiro-su"] gem.email = ["h-sugimoto@iij.ad.jp"] gem.description = %q{Input plugin to snmp} gem.summary = %q{Input plugin to snmp} 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 "fluentd" gem.add_development_dependency "snmp" gem.add_development_dependency "polling" gem.add_runtime_dependency "fluentd" gem.add_runtime_dependency "snmp" gem.add_runtime_dependency "polling" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-snmp-0.0.7 | fluent-plugin-snmp.gemspec |