Sha256: ced0b7c59b5283b7118ee2d9f6eb394e3c43107f5c200ac5054af3fd26684b1d
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 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.3" gem.authors = ["Hiroshi Sugimoto"] gem.email = ["h-sugimoto@iij.ad.jp"] gem.description = %q{Input plugin to walk snmp} gem.summary = %q{Input plugin to walk 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.3 | fluent-plugin-snmp.gemspec |