bterlson / reddit

An interface to the Reddit API

bterlson (author)
Wed Sep 17 13:15:11 -0700 2008
commit  a71e0d166423cca423a8257b007b965b746b2a05
tree    801b9b7a9016edaad10400a273e9592b9d2548bd
parent  567ab53eea1192521c59cb0f017114ca439e0784
reddit / Rakefile
100644 3 lines (2 sloc) 0.081 kb
1
2
3
require 'rake/gempackagetask'
 
Dir['tasks/**/*.rake'].each { |rake| load rake }