-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSNMP4JR.gemspec
31 lines (27 loc) · 1.46 KB
/
SNMP4JR.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{SNMP4JR}
s.version = "0.0.20"
s.platform = %q{java}
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Mark Cotner"]
s.date = %q{2011-12-13}
s.description = %q{High Performance SNMP Library for JRuby which wraps SNMP4J}
s.email = %q{mark.cotner@gmail.com}
s.extra_rdoc_files = ["CHANGELOG", "README.rdoc", "TODO.rdoc", "lib/SNMP4J.jar", "lib/SNMP4JR.rb", "lib/log4j-1.2.9.jar"]
s.files = ["CHANGELOG", "README.rdoc", "Rakefile", "TODO.rdoc", "examples/snmpmulti_async.rb", "examples/snmptarget_get_bulk.rb", "examples/snmptarget_set.rb", "examples/snmptarget_v1get.rb", "examples/snmptarget_v1walk.rb", "examples/snmptarget_walk.rb", "examples/synchronous_get.rb", "init.rb", "lib/SNMP4J.jar", "lib/SNMP4JR.rb", "lib/log4j-1.2.9.jar", "SNMP4JR.gemspec"]
s.homepage = %q{http://github.com/awksedgreep/SNMP4JR}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "SNMP4JR", "--main", "README.rdoc"]
s.require_paths = ["lib"]
# s.rubyforge_project = %q{snmp4jr}
s.rubygems_version = %q{1.7.2}
s.summary = %q{High Performance SNMP Library for JRuby which wraps SNMP4J Library}
s.licenses = ['BSD-Source-Code', 'Apache-2.0']
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end