Sha256: 973ed2f4a8e1ec6d06729fd215655c5ab0a43aae87a0a39992be421769ec7f18

Contents?: true

Size: 862 Bytes

Versions: 1

Compression:

Stored size: 862 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.5"
  gem.authors       = ["hiro-su"]
  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.5 fluent-plugin-snmp.gemspec