<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CHANGELOG</filename>
    </added>
    <added>
      <filename>VERSION.yml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,4 @@
-Deadlock Retry
-==============
+= Deadlock Retry
 
 Deadlock retry allows the database adapter (currently only tested with the
 MySQLAdapter) to retry transactions that fall into deadlock. It will retry
@@ -7,4 +6,15 @@ such transactions three times before finally failing.
 
 This capability is automatically added to ActiveRecord. No code changes or otherwise are required.
 
-Copyright (c) 2005 Jamis Buck, released under the MIT license
\ No newline at end of file
+== Installation
+
+Add it to your Rails application by installing the gem:
+
+  sudo gem install mperham-deadlock_retry
+
+and including a reference to it in your application's config/environment.rb:
+
+  config.gem 'mperham-deadlock_retry', :lib =&gt; 'deadlock_retry', :source =&gt; 'http://gems.github.com'
+
+
+Copyright (c) 2005 Jamis Buck, released under the MIT license</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -8,3 +8,18 @@ Rake::TestTask.new do |t|
   t.test_files = Dir[&quot;test/**/*_test.rb&quot;]
   t.verbose = true
 end
+
+begin
+  require 'jeweler'
+
+  Jeweler::Tasks.new do |s|
+    s.name = &quot;deadlock_retry&quot;
+    s.email = &quot;mperham@gmail.com&quot;
+    s.homepage = &quot;http://github.com/mperham/deadlock_retry&quot;
+    s.description = s.summary = &quot;Provides automatical deadlock retry and logging functionality for ActiveRecord and MySQL&quot;
+    s.authors = [&quot;Jamis Buck&quot;, &quot;Mike Perham&quot;]
+    s.files =  FileList['README', 'Rakefile', 'version.yml', &quot;{lib,test}/**/*&quot;, 'CHANGELOG']
+  end
+rescue LoadError
+  # Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>144452e860d4922b3373057ebda370886dbc0610</id>
    </parent>
  </parents>
  <author>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </author>
  <url>http://github.com/mperham/deadlock_retry/commit/f4e11b7c02f327f788a9312136addbb3901d8fbe</url>
  <id>f4e11b7c02f327f788a9312136addbb3901d8fbe</id>
  <committed-date>2009-02-07T16:56:13-08:00</committed-date>
  <authored-date>2009-02-07T16:56:13-08:00</authored-date>
  <message>Add changelog and jeweler</message>
  <tree>23bbe82f93849ab7f10d05af7de5fcdd1152539e</tree>
  <committer>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </committer>
</commit>
