<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,24 +1,20 @@
 = ValidatesWithBlock
 
-A plugin that allows for dynamic, more readable block-driven validation for
-ActiveRecord models.
+A plugin that allows for dynamic, more readable block-driven validation for ActiveRecord models.
 
 == Installing as a plugin
 
-EDGE Rails has support for plugin installation from Git, so if you're using
-EDGE Rails you can install with:
+EDGE Rails has support for plugin installation from Git, so if you're using EDGE Rails you can install with:
 
   ./script/plugin install git://github.com/fhwang/validates_with_block.git
 
-We're maintaining an SVN clone of the plugin for those of you who aren't on
-EDGE Rails yet:
+We're maintaining an SVN clone of the plugin for those of you who aren't on EDGE Rails yet:
 
   ./script/plugin install svn://rubyforge.org/var/svn/nycrb/validates_with_block
 
 == Using ValidatesWithBlock
 
-Basically this plugin is meant to help you make your models a little cleaner if 
-you've got a lot of validations. Instead of:
+Basically this plugin is meant to help you make your models a little cleaner if you've got a lot of validations. Instead of:
 
   validates_presence_of   :login, :message =&gt; 'Please enter a login.'
   validates_uniqueness_of :login, :case_sensitive =&gt; false
@@ -45,11 +41,7 @@ The methods map to validation methods as follows:
 
 == formatted_as_email
 
-You may have noticed the inclusion of validates_email_format_of; that's not a 
-standard ActiveRecord validation. It comes from the very useful 
-validates_email_format_of plugin, which is available at 
-http://code.dunae.ca/validates_email_format_of.html . Obviously 
-formatted_as_email won't work if you haven't installed this plugin.
+You may have noticed the inclusion of validates_email_format_of; that's not a standard ActiveRecord validation. It comes from the very useful validates_email_format_of plugin, which is available at http://code.dunae.ca/validates_email_format_of.html . Obviously formatted_as_email won't work if you haven't installed this plugin.
 
 == Contact
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a3f806fa2b12869e14a320a357d49c18b70ee131</id>
    </parent>
  </parents>
  <author>
    <name>Francis Hwang</name>
    <email>francis@diversionmedia.com</email>
  </author>
  <url>http://github.com/fhwang/validates_with_block/commit/d0f70cf62f52d3770bfe09e1f3236288445a914f</url>
  <id>d0f70cf62f52d3770bfe09e1f3236288445a914f</id>
  <committed-date>2008-05-14T10:04:43-07:00</committed-date>
  <authored-date>2008-05-14T10:04:43-07:00</authored-date>
  <message>cleanup doco</message>
  <tree>210acb4ab729b89b20820e051c965becd7d1a55c</tree>
  <committer>
    <name>Francis Hwang</name>
    <email>francis@diversionmedia.com</email>
  </committer>
</commit>
