<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,37 +3,20 @@ Was hosted at http://code.google.com/p/audit-mass-assignment/
 
 = audit_mass_assignment plugin for Ruby on Rails
 
-The audit_mass_assignment Ruby on Rails plugin contains a rake task that
-checks the models in your project for the attr_accessible whitelist approach
-for protecting against &quot;mass assignment&quot; exploits.  It does not check for
-use of attr_protected!
-
-If a Rails model does not use attr_accessible, it fails this audit.  The
-audit does not check which parameters are accessible or protected, only
-that at least one is marked as accessible.
-
-Run the audit whenever you feel like it!  Other audit plugins for Rails
-could be created to automatically check for bad patterns or insecure
-code.  This one was easy to implement.
+  The audit_mass_assignment Ruby on Rails plugin contains a rake task that
+  checks the models in your project for the attr_accessible whitelist approach
+  for protecting against &quot;mass assignment&quot; exploits.  It does not check for
+  use of attr_protected.
 
 == Installation
 
-It looks like Rails 2.1 will support &quot;script/plugin install&quot; with Git
-repositories.  Until then you can put this plugin in vendor/plugins with:
-
-git clone git://github.com/ryanlowe/audit_mass_assignment.git
-
-and delete the .git directory inside it before committing it to source control.
-
-When Rails 2.1 supports Git you should be able to do:
-
-script/plugin install git://github.com/ryanlowe/audit_mass_assignment.git
+  gem install ryanlowe-audit_mass_assignment --source http://gems.github.com/
 
 == Usage
 
   $ rake audit:mass_assignment
 
-== NOTES
+== Notes
 
   If you want to protect ALL attributes in your model use:
   </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4d3c7665d4772ec18d61c20512e7cb2f8ea1ecb8</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Lowe</name>
    <email>ryanlowe@gmail.com</email>
  </author>
  <url>http://github.com/ryanlowe/audit_mass_assignment/commit/4ddfc88d8f124a82a31ce5be6d26b21383d77a14</url>
  <id>4ddfc88d8f124a82a31ce5be6d26b21383d77a14</id>
  <committed-date>2008-05-26T10:33:12-07:00</committed-date>
  <authored-date>2008-05-26T10:33:12-07:00</authored-date>
  <message>update installation instructions for GitHub gem</message>
  <tree>162a8f7364ccb66e88f25bf48079452b755eb473</tree>
  <committer>
    <name>Ryan Lowe</name>
    <email>ryanlowe@gmail.com</email>
  </committer>
</commit>
