
require 'rubygems'
require 'echoe'

Echoe.new("raspell") do |p|
  p.project = "fauna"
  p.summary = "An interface binding for the Aspell spelling checker."
  p.rdoc_pattern = /CHANGELOG|EXAMPLE|LICENSE|README|lib/
  p.rdoc_options = [] # don't want to include the stubbed out source
  p.require_signed = true
end
