<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,21 +14,21 @@ Notice -- there are two profanity filters, one is destructive.  Beware the excla
 
 Non-Destructive (filters content when called, original text remains in the database)
 
-    profanity_filter :foo, :bar
-      # banned words will be replaced with @#$%
-    profanity_filter :foo, :bar, :method =&gt; 'dictionary'
-      # banned words will have their vowels replaced
+  profanity_filter :foo, :bar
+    # banned words will be replaced with @#$%
+  profanity_filter :foo, :bar, :method =&gt; 'dictionary'
+    # banned words will have their vowels replaced
 
-    The non-destructive profanity_filter provides different versions of the filtered attribute:
-      some_model.foo =&gt; 'filtered version'
-      some_model.foo_original =&gt; 'non-filtered version'
+  The non-destructive profanity_filter provides different versions of the filtered attribute:
+    some_model.foo =&gt; 'filtered version'
+    some_model.foo_original =&gt; 'non-filtered version'
 
 Destructive (saves the filtered content to the database)
 
-    profanity_filter! :foo, :bar
-      # banned words will be replaced with @#$%
-    profanity_filter! :foo, :bar, :method =&gt; 'dictionary'
-      # banned words will have their vowels replaced
+  profanity_filter! :foo, :bar
+    # banned words will be replaced with @#$%
+  profanity_filter! :foo, :bar, :method =&gt; 'dictionary'
+    # banned words will have their vowels replaced
 
 You can also use the filter directly:
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6c67977388f53efd9cc02ce58b3b2f662bd16794</id>
    </parent>
  </parents>
  <author>
    <name>Adam Bair</name>
    <email>adambair@gmail.com</email>
  </author>
  <url>http://github.com/adambair/fu-fu/commit/75411f0eb5c2ab40a71b62489b90c880c97df85c</url>
  <id>75411f0eb5c2ab40a71b62489b90c880c97df85c</id>
  <committed-date>2009-06-13T19:41:22-07:00</committed-date>
  <authored-date>2009-06-13T19:41:22-07:00</authored-date>
  <message>Formatting README</message>
  <tree>2c41da49909d67b3cd19ba2b8ae836a1eae34c2f</tree>
  <committer>
    <name>Adam Bair</name>
    <email>adambair@gmail.com</email>
  </committer>
</commit>
