<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,4 @@
-Copyright (c) 2008 Jos&#233; Valim (jose.valim at gmail dot com)
-Site: http://www.pagestacker.com/
-Blog: http://josevalim.blogspot.com/
+Easy HTTP Cache
 License: MIT
 Version: 2.0
 
@@ -191,4 +189,14 @@ and :last_modified at the same time.
 
 Well, Padawan, the specification says that if both are sent by the client, both have
 to be valid for the cache not be considered stale. This subject was already brought
-to Rails Core group and this is also how Rails' current implementation behaves.
\ No newline at end of file
+to Rails Core group and this is also how Rails' current implementation behaves.
+
+Bugs and Feedback
+-----------------
+
+If you discover any bugs, please send an e-mail to jose.valim@gmail.com
+If you just want to give some positive feedback or drop a line, that's fine too! =)
+
+Copyright (c) 2009 Jos&#233; Valim
+http://www.pagestacker.com/
+http://josevalim.blogspot.com/</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,18 @@ require 'rake'
 require 'rake/testtask'
 require 'rake/rdoctask'
 
-desc 'Generate documentation for Footnotes plugin.'
+desc 'Run tests for Easy HTTP Cache.'
+Rake::TestTask.new(:test) do |t|
+  t.pattern = 'test/**/*_test.rb'
+  t.verbose = true
+end
+
+desc 'Generate documentation for Easy HTTP Cache.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
   rdoc.title    = 'Easy HTTP Cache'
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README')
+  rdoc.rdoc_files.include('MIT-LICENSE')
   rdoc.rdoc_files.include('lib/**/*.rb')
-end
\ No newline at end of file
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de1b54331a6ad5a2071880ebc050cb32f7cf5185</id>
    </parent>
  </parents>
  <author>
    <name>Jos&#233; Valim</name>
    <email>jose.valim@gmail.com</email>
  </author>
  <url>http://github.com/josevalim/easy_http_cache/commit/43aee207321c58cee1bd5a7cbaea5eb5029243b2</url>
  <id>43aee207321c58cee1bd5a7cbaea5eb5029243b2</id>
  <committed-date>2009-01-30T09:42:54-08:00</committed-date>
  <authored-date>2009-01-30T09:42:54-08:00</authored-date>
  <message>Update README and Rakefile.</message>
  <tree>f532391c1fa82b9b29114e386305f5c9a9f1879e</tree>
  <committer>
    <name>Jos&#233; Valim</name>
    <email>jose.valim@gmail.com</email>
  </committer>
</commit>
