<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 [name of plugin creator]
+Copyright (c) 2008 Matthew Leventi
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>MIT-LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -18,5 +18,5 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.title    = 'ActsAsAuthorizable'
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README.rdoc')
-  rdoc.rdoc_files.include('lib/**/*.rb')
+  rdoc.rdoc_files.include('lib/active_record/acts/*.rb')
 end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,8 @@ module ActiveRecord
       module SingletonMethods
         #Signals that the model has some authorization information. Sets up the acts_as_authorizable_sources array.
         def acts_as_authorizable(options={})
+          conf = {:role_class_name =&gt; 'Role'}
+          conf.update(options)
           write_inheritable_attribute :acts_as_authorizable_sources, []
           class_inheritable_reader :acts_as_authorizable_sources
           extend ClassMethods</diff>
      <filename>lib/active_record/acts/authorizable.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ea80d3dfca725f2f6cbdd57aa405cf55079134cf</id>
    </parent>
  </parents>
  <author>
    <name>Matthew</name>
    <email>mleventi@gmail.com</email>
  </author>
  <url>http://github.com/mleventi/acts_as_authorizable/commit/869bb39e640096289984d17d16fc16d4edd7e14f</url>
  <id>869bb39e640096289984d17d16fc16d4edd7e14f</id>
  <committed-date>2008-09-01T23:59:48-07:00</committed-date>
  <authored-date>2008-09-01T23:59:48-07:00</authored-date>
  <message>updates to license and test file</message>
  <tree>112e8b62eb2857150a0119c57d95ac76fa6d81c9</tree>
  <committer>
    <name>Matthew</name>
    <email>mleventi@gmail.com</email>
  </committer>
</commit>
