README.rdoc in rolify-1.1.0 vs README.rdoc in rolify-1.2.0

- old
+ new

@@ -1,6 +1,6 @@ -= rolify {<img src="https://secure.travis-ci.org/EppO/rolify.png">}[http://travis-ci.org/EppO/rolify] += rolify {<img src="https://secure.travis-ci.org/EppO/rolify.png?branch=master">}[http://travis-ci.org/EppO/rolify] Very simple Roles library without any authorization enforcement supporting scope on resource object. Let's see an example: user.has_role?("moderator", Forum.first) @@ -10,9 +10,10 @@ == Requirements * >= Rails 3.1 * ActiveRecord ORM +* ruby 1.9 (JRuby and Rubinius support on going) == Installation In <b>Rails 3</b>, add this to your Gemfile and run the +bundle+ command. \ No newline at end of file