<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>title_case.rb</filename>
    </added>
    <added>
      <filename>title_tester.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,19 @@
+This filter changes all words to Title Caps, and attempts to be clever
+about *un*capitalising small words like a/an/the in the input.
+
+The list of &quot;small words&quot; which are not capped comes from
+the New York Times Manual of Style, plus 'vs' and 'v'. 
+
+Sam Aaron
+http://sam.aaron.name
+21st of May, 2008
+
+This is a Ruby port of the original Perl script written by John Gruber
+http://daringfireball.net/2008/05/title_case
+
+License: http://www.opensource.org/licenses/mit-license.php
+
+TODO
+----
+
+Gemify it and extend String with some title_case goodness
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>02fc81b7310d4a194850711c7c2a5e50f3fd3ef2</id>
    </parent>
  </parents>
  <author>
    <name>Sam Aaron</name>
    <email>samaaron@gmail.com</email>
  </author>
  <url>http://github.com/samaaron/titlecase-rb/commit/7606f8e24ac0a074c6c8ece4c4f7e543dd9be554</url>
  <id>7606f8e24ac0a074c6c8ece4c4f7e543dd9be554</id>
  <committed-date>2008-05-21T15:59:08-07:00</committed-date>
  <authored-date>2008-05-21T15:59:08-07:00</authored-date>
  <message>initial commit of actual code :-)</message>
  <tree>6ecd528954eaab2ba08cb17a1f2a3ffc4937926e</tree>
  <committer>
    <name>Sam Aaron</name>
    <email>samaaron@gmail.com</email>
  </committer>
</commit>
