public
Description: Spam blocking plugin with support for Akismet and Defensio.
Clone URL: git://github.com/technoweenie/viking.git
viking / Rakefile
100644 5 lines (3 sloc) 0.138 kb
1
2
3
4
5
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load(rake) }