cardmagic / simple-rss

A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.
https://github.com/cardmagic/simple-rss
Other
225 stars 68 forks source link

Fix README name #14

Closed p8952 closed 10 years ago

p8952 commented 10 years ago

0e2ce64 did not update the name of the README file in Rakefile, this causes 'rake doc' to fail.

$ rake doc
rake aborted!
Don't know how to build task 'README'

Tasks: TOP => doc => html/index.html
(See full trace by running task with --trace)