<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,20 @@
 HasManyTenses
 ===================
-Every model in Rails should have a created_at field. This plugin allows you to use that field to get association collections like model.collection.recent, future, past and instance booleans like mode.past? model.future? model.recent?
+HasManyTenses allows you to either use the created_at field on a Model or supply your own :compare_to column name.
+This plugin allows you to use that field to get association collections like model.collection.recent, future, past and instance booleans like mode.past? model.future? model.recent?
 
 Prerequisites
 =============
 Rails 1.2.6+
-Model must have created_at
 
 Installing the plugin
 =====================
   -- Get the plugin:
-    git clone git@github.com:peimei/has_many_tenses.git vendor/plugins/has_many_tenses
+    git clone git://github.com/peimei/has_many_tenses.git vendor/plugins/has_many_tenses
   
   -- To get access to the instance methods just add has_many_tenses to your model
      You can also modify the recency comparer via has_many_tenses(:recency =&gt; 30.minutes.ago)
+     You can also modify the compare_to comparer via has_many_tenses(:compare_to =&gt; :calendar_event)
       
   -- To use the association proxies do something like:
       has_many :comments, :order =&gt; 'created_at ASC', :dependent =&gt; :destroy, </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>69b047bc548d2ad2b9c3958a6c3e87e49a94c094</id>
    </parent>
  </parents>
  <author>
    <name>Jake Dempsey</name>
    <email>angelo0000@gmail.com</email>
  </author>
  <url>http://github.com/angelo0000/has_many_tenses/commit/1fa1909a13efdc7c3834acb1dece84cb301c2c4d</url>
  <id>1fa1909a13efdc7c3834acb1dece84cb301c2c4d</id>
  <committed-date>2008-03-07T16:44:53-08:00</committed-date>
  <authored-date>2008-03-07T16:44:53-08:00</authored-date>
  <message>stupid git...i will learn you!</message>
  <tree>b9787a2a5a779585ab892138fe58e8525fc1fe3d</tree>
  <committer>
    <name>Jake Dempsey</name>
    <email>angelo0000@gmail.com</email>
  </committer>
</commit>
