<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ Rake::RDocTask.new(&quot;doc&quot;) { |rdoc|
   rdoc.rdoc_dir = 'doc'
   rdoc.title    = &quot;Poisson Library Documentation&quot;
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
-  %w(README LICENCE CHANGELOG lib/**/*.rb).each { |f| rdoc.rdoc_files.include f }
+  %w(README.rdoc LICENCE CHANGELOG lib/**/*.rb).each { |f| rdoc.rdoc_files.include f }
 }
 
 spec = Gem::Specification.new do |s|
@@ -31,10 +31,10 @@ spec = Gem::Specification.new do |s|
   s.email = &quot;turnip@turnipspatch.com&quot;
   s.homepage = &quot;http://poisson.rubyforge.org/&quot;
   s.summary = &quot;A Ruby library for the Poisson distribution.&quot;
-  s.files = FileList[&quot;{lib,spec}/**/*&quot;, &quot;LICENCE&quot;, &quot;README&quot;, &quot;CHANGELOG&quot;].to_a
+  s.files = FileList[&quot;{lib,spec}/**/*&quot;, &quot;LICENCE&quot;, &quot;README.rdoc&quot;, &quot;CHANGELOG&quot;].to_a
   s.autorequire = &quot;poisson&quot;
   s.has_rdoc = true
-  s.extra_rdoc_files =  %w(README LICENCE CHANGELOG)
+  s.extra_rdoc_files =  %w(README.rdoc LICENCE CHANGELOG)
 end
 
 Rake::GemPackageTask.new(spec) do |pkg|</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>116a73287f542df760794ca5f8a181ecb4775c7f</id>
    </parent>
  </parents>
  <author>
    <name>Jon Leighton</name>
    <email>j@jonathanleighton.com</email>
  </author>
  <url>http://github.com/jonleighton/poisson/commit/747d5208f45a8a9e08c360e602592602db9fd410</url>
  <id>747d5208f45a8a9e08c360e602592602db9fd410</id>
  <committed-date>2008-09-06T11:13:17-07:00</committed-date>
  <authored-date>2008-09-06T11:13:17-07:00</authored-date>
  <message>Update Rakefile, README -&gt; README.rdoc</message>
  <tree>3d9e5b0aab1711e012668d9c0be91970db830781</tree>
  <committer>
    <name>Jon Leighton</name>
    <email>j@jonathanleighton.com</email>
  </committer>
</commit>
