<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-h1. Acl9
+h1. Introduction
 
 Acl9 is yet another solution for role-based authorization in Rails. It consists of two
 subsystems which can be used separately.</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -112,9 +112,9 @@ module Acl9
 
         role_checks = args.map do |who|
           case who
-          when nil   then &quot;#{_subject_ref}.nil?&quot;    # anonymous
-          when false then &quot;!#{_subject_ref}.nil?&quot;   # logged_in
-          when true  then &quot;true&quot;                # all
+          when anonymous() then &quot;#{_subject_ref}.nil?&quot;
+          when logged_in() then &quot;!#{_subject_ref}.nil?&quot;
+          when all()       then &quot;true&quot;
           else
             &quot;!#{_subject_ref}.nil? &amp;&amp; #{_subject_ref}.has_role?('#{who.to_s.singularize}', #{object})&quot;
           end</diff>
      <filename>lib/acl9/controller_extensions/dsl_base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -76,7 +76,7 @@ class RolesTest &lt; Test::Unit::TestCase
     @user.has_role?('manager', Foo).should be_false
   end
 
-  context &quot;protect_global_roles=true&quot; do
+  context &quot;protect_global_roles is true&quot; do
     before do
       @saved_option = Acl9.config[:protect_global_roles]
       Acl9.config[:protect_global_roles] = true</diff>
      <filename>test/roles_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0219bcf549808bf7b234e5094ae4bd2b716bf155</id>
    </parent>
  </parents>
  <author>
    <name>oleg dashevskii</name>
    <email>olegdashevskii@gmail.com</email>
  </author>
  <url>http://github.com/be9/acl9/commit/0c1f6032114ba4696362637db19f00dd67149098</url>
  <id>0c1f6032114ba4696362637db19f00dd67149098</id>
  <committed-date>2009-08-19T04:43:24-07:00</committed-date>
  <authored-date>2009-08-19T04:43:24-07:00</authored-date>
  <message>Small fixes</message>
  <tree>5acf6522067b777092c71091a337cf00d9b6eed0</tree>
  <committer>
    <name>oleg dashevskii</name>
    <email>olegdashevskii@gmail.com</email>
  </committer>
</commit>
