Sha256: d1c036d92aeeaee849eaaf7d68ca630daa5fce2e0637655af6686ac8e37171d4

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