public
Description: Wrapper for Google Reader's undocumented and possibly "unstable" API. By unstable, I mean if they haven't documented it, then they could change it at anytime without notice.
Homepage: http://googlereader.rubyforge.org/
Clone URL: git://github.com/jnunemaker/googlereader.git
jnunemaker (author)
Wed Dec 26 12:34:00 -0800 2007
commit  eb46de1092740ee19265f47d209c20ace4bd19e5
tree    baa98160aaa9b4f2c2d6e4887bb8db703e398b21
parent  9aefb0f2dcc6527f61f682058cacd815ee5f26ac
googlereader / 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 }