README.rdoc in rolify-0.5.1 vs README.rdoc in rolify-0.6.0

- old
+ new

@@ -9,11 +9,11 @@ This library was intended to be used with CanCan[https://github.com/ryanb/cancan] and devise[https://github.com/plataformatec/devise/] but should be generic enough to be used by any other authentication/authorization solutions. == Requirements -* >= Rails 3.1 (rc1 is currently out) +* >= Rails 3.1 (rc3 is currently out) * ActiveRecord ORM == Installation In <b>Rails 3</b>, add this to your Gemfile and run the +bundle+ command. @@ -89,8 +89,8 @@ If you have any issue or feature request with/for rolify, please add an {issue on GitHub}[https://github.com/EppO/rolify/issues] or fork the project and send a pull request. == TODO -* put syntactic sugar: - * <tt>is_admin?</tt> and <tt>is_admin_of?(resource)</tt> like shortcuts * write a tutorial showing how to use rolify with CanCan and devise +* complete tests coverage +* performance enhancements