jnewland / gsa-feeds

A Ruby wrapper for the Google Search Appliance Feeds Protocol

This URL has Read+Write access

jnewland (author)
Tue Feb 12 05:48:44 -0800 2008
commit  b88ce18fc0621e34d355aa17f8649ba84f40555a
tree    af041440e632913e0e75a248fe322a4b400d7df9
parent  eba1f17b2aed1696a2109b1c1a2a592fcbca4835
gsa-feeds / Rakefile
100644 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }