public
Description: a lightweight but powerful documents search engine, written in Rails.
Homepage: http://picolena.devjavu.com/
Clone URL: git://github.com/EricDuminil/picolena.git
EricDuminil (author)
Mon Aug 31 09:45:04 -0700 2009
commit  a5a62a424e2b9a5d38562e5e5a43d115da71b5e8
tree    4cd000febf0ca4dd99d0667b7378d9af02643873
parent  aa3d5f34e1a4a1e8974c6f535818edbd7081f087
picolena / 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 }