blob: 37223dee36350112dc34e9e49db57d38ac410d3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Gem::Specification.new do |s|
s.name = "htp"
s.version = "0.1"
s.authors = ["Chrustopher Alfeld"]
s.description = "Ruby Bindings for libHTP."
s.email = "calfeld@qualys.com"
s.files = ["htp_ruby.rb", "HTP.c", "extconf.rb", "example.rb"]
s.extensions = ["extconf.rb"]
s.summary = "libHTP Ruby bindings."
s.require_path = '.'
end
|