<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,6 +31,10 @@ module ValidatesAsEmailAddress
   # * &lt;tt&gt;:wrong_length&lt;/tt&gt; - The error message if using the &lt;tt&gt;:is&lt;/tt&gt;
   #   method and the attribute is the wrong size (default is:
   #   &quot;is the wrong length (should be %d characters)&quot;)
+  # * &lt;tt&gt;:tokenizer&lt;/tt&gt; - Specifies how to split up the attribute string.
+  #   (e.g. &lt;tt&gt;:tokenizer =&gt; lambda {|str| str.scan(/\w+/)}&lt;/tt&gt; to count
+  #   words.) Defaults to &lt;tt&gt;lambda {|value| value.split(//)}&lt;/tt&gt; which
+  #   counts individual characters. 
   # 
   # Configuration options for format:
   # * &lt;tt&gt;:wrong_format&lt;/tt&gt; - A custom error message (default is:
@@ -38,6 +42,7 @@ module ValidatesAsEmailAddress
   # 
   # Miscellaneous configuration options:
   # * &lt;tt&gt;:allow_nil&lt;/tt&gt; - Attribute may be nil; skip validation.
+  # * &lt;tt&gt;:allow_blank&lt;/tt&gt; - Attribute may be blank; skip validation.
   # * &lt;tt&gt;:on&lt;/tt&gt; - Specifies when this validation is active (default is
   #   :save, other options :create, :update)
   # * &lt;tt&gt;:if&lt;/tt&gt; - Specifies a method, proc or string to call to determine if</diff>
      <filename>lib/validates_as_email_address.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6de5d5b6116401be6d6761808e58e4d87da02927</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </author>
  <url>http://github.com/pluginaweek/validates_as_email_address/commit/8ae7d5afba6dbd795ef0ec906b5cfdda7826e7a8</url>
  <id>8ae7d5afba6dbd795ef0ec906b5cfdda7826e7a8</id>
  <committed-date>2009-04-12T12:58:47-07:00</committed-date>
  <authored-date>2009-04-12T12:58:47-07:00</authored-date>
  <message>Update docs to reflect :allow_blank and :tokenizer options</message>
  <tree>a7b018557de744b600414d550621663d1a0e7880</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
