<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,10 @@
 = LogCabin
 
-&lt;em&gt;Developed by Chris Powers, Killswitch Collective (http://www.killswitchcollective.com) on 11/18/2008&lt;/em&gt;
+&lt;em&gt;Developed by Chris Powers, Killswitch Collective (http://www.killswitchcollective.com)&lt;/em&gt;
 
-The +LogCabin+ plugin is designed to give you the flexibility to write 
+Version 0.1, 11/18/2008
+
+The &lt;tt&gt;LogCabin&lt;/tt&gt; plugin is designed to give you the flexibility to write 
 information about blocks of code and their execution times to 
 specific log files in your Rails project.
 
@@ -19,13 +21,13 @@ of code in a model or controller file. For example:
     end
   end
 
-This would print this out to +/log/users_query.log+:
+This would print this out to &lt;tt&gt;/log/users_query.log&lt;/tt&gt;:
 
   INFO: Finding all users with params = 'last_name: Smith, city: Chicago'
   INFO: Found a total of 32 users
   TIME: Tue Nov 18 12:34:52 -0600 2008: Operation took 3.2876 seconds
 
-It is also possible to pass an +:if+ or +:unless+ option to +LogCabin#log_to+, ex:
+It is also possible to pass an &lt;tt&gt;:if&lt;/tt&gt; or &lt;tt&gt;:unless&lt;/tt&gt; option to &lt;tt&gt;LogCabin#log_to&lt;/tt&gt;, ex:
 
   LogCabin.log_to :users_query, :if =&gt; RAILS_ENV == 'development' do |log|
     log.info &quot;This will not output anything unless we're in development&quot;</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Developed by Chris Powers, Killswitch Collective on 11/18/2008
+# Developed by Chris Powers, Killswitch Collective (http://www.killswitchcollective.com) on 11/18/2008
 #
 # The LogCabin class is designed to give you the flexibility to write 
 # information about blocks of code and their execution times to </diff>
      <filename>lib/log_cabin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5c60b9b4042420a4a88a6cab8b5f8a8487b8f2ec</id>
    </parent>
  </parents>
  <author>
    <name>Chris Powers</name>
    <email>chris@killswitchcollective.com</email>
  </author>
  <url>http://github.com/chrisjpowers/log_cabin/commit/b6664f61baebda56d4a4024cecebc460de3978ec</url>
  <id>b6664f61baebda56d4a4024cecebc460de3978ec</id>
  <committed-date>2008-11-18T13:53:20-08:00</committed-date>
  <authored-date>2008-11-18T13:53:20-08:00</authored-date>
  <message>Fixed README formatting</message>
  <tree>7b70b8db378c85c7bcafb7037a41b3c89db60f59</tree>
  <committer>
    <name>Chris Powers</name>
    <email>chris@killswitchcollective.com</email>
  </committer>
</commit>
