<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,36 @@
 HasDurationField
 ================
+!! HasDurationField requires the proxy_field plugin !!
+Install proxy_field
+./script/plugin install git://github.com/angelo0000/proxy_field.git
 
-Introduction goes here.
 
+Install HadDurationField
+./script/plugin install git://github.com/angelo0000/has_duration_field.git
+
+Provideds ability to wrap ActiveRecord column(s) with a DurationField
+object.
 
 Example
 =======
 
-Example goes here.
+class WaitingRoom &lt; ActiveRecord::Base
+  has_duration_field :duration
+  #also valid:
+  # has_duration_field [:col1, :col2]
+end
+
+This will automatically return a DurationField object when you call .duration
+on an instance of WaitingRoom. You get the following methods on the returned
+object:
+
+.to_seconds
+.to_minutes
+.to_hours
+.to_days
+.to_weeks
+.to_years
+
 
+Copyright (c) 2009 StarterStep, released under the MIT license
 
-Copyright (c) 2009 [name of plugin creator], released under the MIT license</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-require 'has_duration_field'
\ No newline at end of file
+require 'has_duration_field'</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ module StarterStep
     end
 
     def to_days
-      self.to_hours / 24
+      to_hours / 24
     end
 
     def to_hours
@@ -39,4 +39,4 @@ module StarterStep
   end
 end
 
-ActiveRecord::Base.send(:include, StarterStep::HasDurationField)
\ No newline at end of file
+ActiveRecord::Base.send(:include, StarterStep::HasDurationField)</diff>
      <filename>lib/has_duration_field.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>119f7dcd532758246c2142b99f9f529550fed1d1</id>
    </parent>
  </parents>
  <author>
    <name>Jake Dempsey</name>
    <email>angelo0000@gmail.com</email>
  </author>
  <url>http://github.com/angelo0000/has_duration_field/commit/35ea8341c0552e3597656cfcb1f1ecabbbfef638</url>
  <id>35ea8341c0552e3597656cfcb1f1ecabbbfef638</id>
  <committed-date>2009-10-31T07:32:51-07:00</committed-date>
  <authored-date>2009-10-31T07:32:51-07:00</authored-date>
  <message>updated readme</message>
  <tree>52fbda9e9ce4ab98f8e46ccbaba26380bf378a21</tree>
  <committer>
    <name>Jake Dempsey</name>
    <email>angelo0000@gmail.com</email>
  </committer>
</commit>
