<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -43,16 +43,16 @@ end
 This gives you:
 
 &lt;pre&gt;
-# All reported abuses
+# All abuse reports about this photo 
 penthouse_sweetie_photo.reported_abuses
 
 # Positive abuses
 penthouse_sweetie_photo.reported_abuses.confirmed
 
-# Still not evaluated abuses
+# Still not evaluated abuse reports
 penthouse_sweetie_photo.reported_abuses.pending
 
-# Confirmed. This is inter....erhm... and abuse.
+# Check if this photo has been positively marked as an abuse.
 penthouse_sweetie_photo.is_an_abuse?
 &lt;/pre&gt;
 
@@ -62,10 +62,10 @@ And a new &#180;Abuse&#180; model:
 abuse.confirmed?
 abuse.confirm!
 
-# URL used as base for 
+# URL used as base for the abuse report
 abuse.referer
 
-# Resource that supposely is an abuse
+# Resource that is linked to the abuse report
 abuse.resource
 &lt;/pre&gt;
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,13 @@
 Gem::Specification.new do |s|
   s.name = %q{acts_as_abusable}
-  s.version = &quot;0.0.1&quot;
+  s.version = &quot;0.0.2&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Linking Paths&quot;]
   s.date = %q{2008-10-04}
   s.description = %q{Tiny plugin to mark any rails model instance as an abuse or site's community guideline violation.}
   s.email = [&quot;aitor@linkingpaths.com&quot;]
-  s.files = [&quot;MIT-LICENSE&quot;, &quot;README.markdown&quot;, &quot;Rakefile&quot;, &quot;acts_as_abusable.gemspec&quot;, &quot;generators&quot;, &quot;generators/acts_as_abusable_migration&quot;, &quot;generators/acts_as_abusable_migration/acts_as_abusable_migration_generator.rb&quot;, &quot;generators/acts_as_abusable_migration/templates&quot;, &quot;generators/acts_as_abusable_migration/templates/migration.rb&quot;, &quot;init.rb&quot;, &quot;install.rb&quot;, &quot;lib&quot;, &quot;lib/abuse.rb&quot;, &quot;lib/acts_as_abusable.rb&quot;, &quot;rails&quot;, &quot;rails/init.rb&quot;, &quot;tasks&quot;, &quot;tasks/acts_as_abusable_tasks.rake&quot;, &quot;test&quot;, &quot;test/acts_as_abusable_test.rb&quot;, &quot;uninstall.rb&quot;]
+  s.files = [&quot;MIT-LICENSE&quot;, &quot;README.markdown&quot;, &quot;Rakefile&quot;, &quot;acts_as_abusable.gemspec&quot;, &quot;generators&quot;, &quot;generators/acts_as_abusable_migration&quot;, &quot;generators/acts_as_abusable_migration/acts_as_abusable_migration_generator.rb&quot;, &quot;generators/acts_as_abusable_migration/templates&quot;, &quot;generators/acts_as_abusable_migration/templates/migration.rb&quot;, &quot;init.rb&quot;, &quot;lib&quot;, &quot;lib/abuse.rb&quot;, &quot;lib/acts_as_abusable.rb&quot;, &quot;tasks&quot;, &quot;tasks/acts_as_abusable_tasks.rake&quot;, &quot;test&quot;, &quot;test/acts_as_abusable_test.rb&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://github.com/linkingpaths/acts_as_abusable}
   s.post_install_message = %q{</diff>
      <filename>acts_as_abusable.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-require File.dirname(__FILE__) + &quot;/rails/init&quot;
\ No newline at end of file
+require &quot;acts_as_abusable&quot;
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
+require 'abuse'
+
 module LinkingPaths
   module Acts #:nodoc:
     module Abusable #:nodoc:
@@ -30,4 +32,8 @@ module LinkingPaths
 
     end
   end
+end
+
+ActiveRecord::Base.class_eval do
+  include LinkingPaths::Acts::Abusable
 end
\ No newline at end of file</diff>
      <filename>lib/acts_as_abusable.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>install.rb</filename>
    </removed>
    <removed>
      <filename>rails/init.rb</filename>
    </removed>
    <removed>
      <filename>uninstall.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b14f0b33a0b7e265a253fc78500d29a9ec4f0383</id>
    </parent>
  </parents>
  <author>
    <name>Aitor Garc&#237;a</name>
    <email>aitor.garcia@gmail.com</email>
  </author>
  <url>http://github.com/linkingpaths/acts_as_abusable/commit/ba6a0d2b0133674da939eaad467d538e06fef429</url>
  <id>ba6a0d2b0133674da939eaad467d538e06fef429</id>
  <committed-date>2008-10-16T08:46:04-07:00</committed-date>
  <authored-date>2008-10-16T08:46:04-07:00</authored-date>
  <message>Cleaning a few files not used.</message>
  <tree>61bff747d2997dd1ecd0dfbd10fd6ff73bef1453</tree>
  <committer>
    <name>Aitor Garc&#237;a</name>
    <email>aitor.garcia@gmail.com</email>
  </committer>
</commit>
