public
Description: StatWhore is for the stat addict in all of us. Eventually it will become a ruby wrapper for several web stat services apis. Initially, it will cover Google Analytics and Feedburner.
Homepage: http://rubyforge.org/projects/statwhore/
Clone URL: git://github.com/jnunemaker/statwhore.git
Click here to lend your support to: statwhore and make a donation at www.pledgie.com !
jnunemaker (author)
Wed Jul 30 20:16:23 -0700 2008
commit  b0fb0ab88397831ab49ad0ce70a321de4483efea
tree    4769e6c58798fb87340a47cf6650d7c24358f2f2
parent  be06c44ff61159cf037388ad38940e0055b3791c
statwhore / 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 }