<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MIT_LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,44 @@
-initial commit
+= Autochronic
+&lt;b&gt;Version 0.2.0 (7 Feb, 2008)&lt;/b&gt;
+
+Author::    Yossef Mendelssohn (ymendel@pobox.com)
+Copyright:: Copyright (c) 2008, Flawed Logic, OG Consulting, Yossef Mendelssohn
+License::   MIT License.  See MIT-LICENSE file for more details.
+
+Autochronic is a Ruby on Rails that will automatically make any date or datetime attribute in any model automatically handle natural-language strings. There is no effort on your part, no creation of before_save callbacks or writing your own accessors to handle the special input.
+
+== Installation
+
+Unpack the autochronic directory into vendor/rails/ in your rails project.
+A definitive public revision control access point is forthcoming that will make it possible to install the plugin via script/plugin install.
+
+== Using Autochronic
+
+Just use your models normally. They'll do the work for you automatically. Automatic Chronic. Auto Chronic. Autochronic.
+
+== Version history:
+
+  0.2.0 - Initial release
+    Developed under Rails 2.0.2 using chronic 0.2.3. That worked for me, and I'm not making any guarantees for anything else.
+
+== Known issues:
+
+  Chronic's parsing of 'today' is time-dependent in a bad way. See the following irb dump.
+  
+    &gt;&gt; Chronic.parse('today')
+    =&gt; Fri Feb 08 00:00:00 -0600 2008
+    &gt;&gt; Date.today.to_s
+    =&gt; &quot;2008-02-07&quot;
+    &gt;&gt; Time.now
+    =&gt; Thu Feb 07 23:13:28 -0600 2008
+    More info:
+    &gt;&gt; Time.local(2008, 2, 7, 22, 59, 59)
+    =&gt; Thu Feb 07 22:59:59 -0600 2008
+    &gt;&gt; time1 = _
+    =&gt; Thu Feb 07 22:59:59 -0600 2008
+    &gt;&gt; time2 = Time.local(2008, 2, 7, 23, 0, 0)
+    =&gt; Thu Feb 07 23:00:00 -0600 2008
+    &gt;&gt; Chronic.parse('today', :now =&gt; time1)
+    =&gt; Thu Feb 07 23:30:00 -0600 2008
+    &gt;&gt; Chronic.parse('today', :now =&gt; time2)
+    =&gt; Fri Feb 08 00:00:00 -0600 2008</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -28,12 +28,6 @@ describe SpaceCowboy do
     end
     
     # WTF: this is presently giving me the next day
-    # &gt;&gt; Chronic.parse('today')
-    # =&gt; Fri Feb 08 00:00:00 -0600 2008
-    # &gt;&gt; Date.today.to_s
-    # =&gt; &quot;2008-02-07&quot;
-    # &gt;&gt; Time.now
-    # =&gt; Thu Feb 07 23:13:28 -0600 2008
     it 'should accept a natural language date string' do
       date = Date.today
       date_input = 'today'</diff>
      <filename>spec/autochronic_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>52bdad5cd599979d5a0d867f527357aa8aa60870</id>
    </parent>
  </parents>
  <author>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </author>
  <url>http://github.com/flogic/autochronic/commit/c1e111595bc0032831a97f6f3a94eeaffc9e110a</url>
  <id>c1e111595bc0032831a97f6f3a94eeaffc9e110a</id>
  <committed-date>2008-02-07T21:39:41-08:00</committed-date>
  <authored-date>2008-02-07T21:39:41-08:00</authored-date>
  <message>Added license file and filled out readme. This may be premature, but I wanted a good place to record my Chronic.parse('today') adventures.</message>
  <tree>2e24cb5fd678184381a36bc19769e53a47029d44</tree>
  <committer>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </committer>
</commit>
