<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,9 @@ Simply converts strings into minutes and minutes into humanized time.
 I've pulled this out of scrumandcola.com, which is an agile (scrum) project management tool
 as such, a day is 6 hours. This can be changed via a class variable in the script
 
+Or you can create an initializer (e.g. stringify_time.rb)
+and in that, add `StringifyTime.hours_per_day = 5`
+
 Accepts days months and minutes in this format
 &quot;1d 2h 30m&quot;
 &quot;1d 30m&quot;</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,9 @@
 module StringifyTime
 
-  @@hours_per_day = 6
-  
+  DEFAULT_HOURS_PER_DAY = 6
+  mattr_accessor :hours_per_day
+  @@hours_per_day = DEFAULT_HOURS_PER_DAY
+    
   String.class_eval do
     def minutes
       Integer mins = 0</diff>
      <filename>lib/stringify_time.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ee00b45a4b67b762bd4dcb60ff1440d492ffb1c</id>
    </parent>
  </parents>
  <author>
    <name>Mark Gandolfo</name>
    <email>mark@aussiev8.com.au</email>
  </author>
  <url>http://github.com/markgandolfo/stringify_time/commit/c0dfb8eb3eb1bcdf322b960a7ede05490789933a</url>
  <id>c0dfb8eb3eb1bcdf322b960a7ede05490789933a</id>
  <committed-date>2009-10-02T21:35:36-07:00</committed-date>
  <authored-date>2009-10-02T21:35:36-07:00</authored-date>
  <message>added intiializer hours per day</message>
  <tree>41e5456535a57cd05fb0024ad7b37639b883d005</tree>
  <committer>
    <name>Mark Gandolfo</name>
    <email>mark@aussiev8.com.au</email>
  </committer>
</commit>
