RAA - clamavr/0.2.0

clamavr / 0.2.0

Short description: ClamAV Ruby binding
Category: Library/Mail
Status: usable
Created: 2003-09-23 10:16:44 GMT
Last update: 2007-03-14 15:25:56 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/clamavr-0.2.0.tar.gz
License: GPL
Dependency:
None
Description:

Ruby binding for ClamAV(http://www.clamav.net/)

# SAMPLE
require "clamav"
c = ClamAV.new
ARGV.each {|path|
ret = c.scanfile(path,0)
puts "#{path}:#{ret}"
}

Versions: [0.2.0 (2007-03-14)] [0.1.0 (-)]

Edit this project (for project owner)

back to RAA top