<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>lib/validates_as_email_address.rb</filename>
    </added>
    <added>
      <filename>test/test_helper.rb</filename>
    </added>
    <added>
      <filename>test/validates_as_email_address_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,14 @@
-= validates_anyclusion_of_with_partial
+= validates_as_email_address
 
-validates_anyclusion_of_with_partial .
+validates_as_email_address is a monkey match of validates_as_email which adds a
+broader range of options, as well as an additional validation regarding the
+length of the email address.
 
 == Resources
 
 Wiki
 
-* http://wiki.pluginaweek.org/Validates_anyclusion_of_with_partial
+* http://wiki.pluginaweek.org/Validates_as_email_address
 
 Announcement
 
@@ -14,17 +16,24 @@ Announcement
 
 Source
 
-* http://svn.pluginaweek.org/trunk/plugins/active_record/validations/validates_anyclusion_of_with_partial
+* http://svn.pluginaweek.org/trunk/plugins/active_record/validations/validates_as_email_address
 
 Development
 
-* http://dev.pluginaweek.org/browser/trunk/plugins/active_record/validations/validates_anyclusion_of_with_partial
+* http://dev.pluginaweek.org/browser/trunk/plugins/active_record/validations/validates_as_email_address
 
 == Description
 
 
 == References
 
-Ximon Eighteen &lt;ximon.eighteen@int.greenpeace.org&gt;
-Dan Kubb &lt;dan.kubb@autopilotmarketing.com&gt;
-Thijs van der Vossen &lt;thijs@fngtps.com&gt;
\ No newline at end of file
+=== RFC822 Regular Expression
+
+Originally written by Cal Henderson
+c.f. http://iamcal.com/publish/articles/php/parsing_email/
+
+Translated to Ruby by Tim Fletcher, with changes suggested by Dan Kubb &lt;dan.kubb@autopilotmarketing.com&gt;
+
+=== validates_as_email
+
+Original code by Ximon Eighteen &lt;ximon.eightee@int.greenpeace.org&gt; and Thijs van der Vossen &lt;thijs@fngtps.com&gt;
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rake/rdoctask'
 require 'rake/gempackagetask'
 require 'rake/contrib/sshpublisher'
 
-PKG_NAME           = 'validates_as_email'
+PKG_NAME           = 'validates_as_email_address'
 PKG_VERSION        = '0.0.1'
 PKG_FILE_NAME      = &quot;#{PKG_NAME}-#{PKG_VERSION}&quot;
 RUBY_FORGE_PROJECT = 'pluginaweek'
@@ -11,17 +11,17 @@ RUBY_FORGE_PROJECT = 'pluginaweek'
 desc 'Default: run unit tests.'
 task :default =&gt; :test
 
-desc 'Test the validates_as_email plugin.'
+desc 'Test the validates_as_email_address plugin.'
 Rake::TestTask.new(:test) do |t|
   t.libs &lt;&lt; 'lib'
   t.pattern = 'test/**/*_test.rb'
   t.verbose = true
 end
 
-desc 'Generate documentation for the validates_as_email plugin.'
+desc 'Generate documentation for the validates_as_email_address plugin.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
-  rdoc.title    = 'ValidatesAsEmail'
+  rdoc.title    = 'ValidatesAsEmailAddress'
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README')
   rdoc.rdoc_files.include('lib/**/*.rb')
@@ -35,7 +35,7 @@ spec = Gem::Specification.new do |s|
   
   s.files           = FileList['{lib,tasks,test}/**/*'].to_a + %w(init.rb MIT-LICENSE Rakefile README)
   s.require_path    = 'lib'
-  s.autorequire     = 'validates_as_email'
+  s.autorequire     = 'validates_as_email_address'
   s.has_rdoc        = true
   s.test_files      = Dir['test/**/*_test.rb']
   </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-require 'validates_as_email'
\ No newline at end of file
+require 'validates_as_email_address'
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>MIT-LICENSE</filename>
    </removed>
    <removed>
      <filename>lib/validates_as_email.rb</filename>
    </removed>
    <removed>
      <filename>test/validates_as_email_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4026198034a261c453a7cb8272e004e325e4467c</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/9405218ce94a5f5969ebde08986258c33fc1215a</url>
  <id>9405218ce94a5f5969ebde08986258c33fc1215a</id>
  <committed-date>2007-07-30T09:39:16-07:00</committed-date>
  <authored-date>2007-07-30T09:39:16-07:00</authored-date>
  <message>Finish renaming to validates_as_email_address.</message>
  <tree>f68a89c9bb6fd24a76a59de17224d34bd17aa7fc</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
