Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / bundle / jruby / 2.1 / specifications / snmp-1.1.1.gemspec

# -*- encoding: utf-8 -*-
# stub: snmp 1.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "snmp"
  s.version = "1.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Dave Halliday"]
  s.date = "2013-03-13"
  s.description = "A Ruby implementation of SNMP (the Simple Network Management Protocol)."
  s.email = "hallidave@gmail.com"
  s.extra_rdoc_files = ["README.rdoc"]
  s.files = ["README.rdoc"]
  s.homepage = "http://snmplib.rubyforge.org"
  s.rdoc_options = ["--main", "README.rdoc", "--title", "SNMP Library for Ruby"]
  s.rubyforge_project = "snmplib"
  s.rubygems_version = "2.2.2"
  s.summary = "A Ruby implementation of SNMP (the Simple Network Management Protocol)."

  s.installed_by_version = "2.2.2" if s.respond_to? :installed_by_version
end