Sha256: cb9ab6ce0bf953a0ce29166c6c444a06956474942741fe26ee7dc6bfc82f472c

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.6"
  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.6 fluent-plugin-snmp.gemspec