File: htp.gemspec

package info (click to toggle)
libhtp 1%3A0.5.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,300 kB
  • sloc: cpp: 23,824; ansic: 14,999; ruby: 236; php: 170; makefile: 109; sh: 31; python: 11
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (8)
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