<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,25 @@
 ActiveRecord Tableless Models
 -----------------------------
 
+&lt;DEPRECATED_NOTICE&gt;
+
+This library is no longer maintained and not recommended for general use. 
+With Rails 3.0 on the way, and the new ActiveModel::Validations mixin,
+the library becomes worthless.
+
+Until Rails 3.0 is released you might want to consider looking at the excellent
+Validator [1] gem from Jay Fields that provides the same functionality (in
+terms of validations) but doesn't require ActiveRecord at all.
+
+I've updated the gemspec so that this gem will not work with ActiveRecord 3.0
+or later.
+
+1 - http://validatable.rubyforge.org/
+
+This was my first gem ever, so it will be surely missed.
+
+&lt;/DEPRECATED_NOTICE&gt;
+
 A single implementation of the ActiveRecord Tableless Model pattern for any
 Rails project or other Ruby project that uses ActiveRecord.
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -3,18 +3,15 @@ require 'rake'
 
 spec = Gem::Specification.new do |spec|
   spec.name = 'activerecord-tableless'
-  spec.summary = %q{A library for implementing tableless ActiveRecord models}
+  spec.summary = %q{A DEPRECATED library for implementing tableless ActiveRecord models}
   spec.description = %q{ActiveRecord Tableless Models provides a simple mixin for creating models that are not bound to the database. This approach is mostly useful for capitalizing on the features ActiveRecord::Validation}
   spec.author = &quot;Kenneth Kalmer&quot;
   spec.email = &quot;kenneth.kalmer@gmail.com&quot;
-  spec.homepage = &quot;http://www.opensourcery.co.za/activerecordtableless/&quot;
-  #spec.files = [ &quot;Rakefile&quot;, &quot;README&quot;, &quot;CHANGELOG&quot; ]
-  #spec.files &lt;&lt; Dir[&quot;lib/*&quot;]
   spec.files = FileList[ &quot;*.rb&quot;, &quot;lib/*.rb&quot;, &quot;Rakefile&quot;, &quot;README&quot;, &quot;CHANGELOG&quot; ]
-  spec.version = &quot;0.1.0&quot;
-  spec.add_dependency(&quot;activerecord&quot;)
+  spec.version = &quot;1.0.0&quot;
+  spec.add_dependency(&quot;activerecord&quot;, &quot;&gt;0&quot;, &quot;&lt;3.0.0&quot;)
   spec.has_rdoc = true
   spec.extra_rdoc_files = %w( README CHANGELOG )
   spec.rdoc_options.concat ['--main',  'README']
   spec.rubyforge_project = 'tablelessmodels'
-end
\ No newline at end of file
+end</diff>
      <filename>activerecord-tableless-models.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>TODO</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>af6075d9f743e711effb704ae18ba264fec49e28</id>
    </parent>
  </parents>
  <author>
    <name>Kenneth Kalmer</name>
    <email>kenneth.kalmer@gmail.com</email>
  </author>
  <url>http://github.com/kennethkalmer/activerecord-tableless-models/commit/097ad7f5f2d5589beb867790873df04f25c5b842</url>
  <id>097ad7f5f2d5589beb867790873df04f25c5b842</id>
  <committed-date>2009-08-14T07:53:26-07:00</committed-date>
  <authored-date>2009-08-14T07:53:26-07:00</authored-date>
  <message>Goodbye old friend</message>
  <tree>e0a4e0027c6b82decd86f27d6baad4bf60870e95</tree>
  <committer>
    <name>Kenneth Kalmer</name>
    <email>kenneth.kalmer@gmail.com</email>
  </committer>
</commit>
