<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,7 +24,7 @@ module Thoughtbot
     module InstanceMethods # :nodoc:
       def dont_cache
         response.headers[&quot;Last-Modified&quot;] = Time.now.httpdate
-        response.headers[&quot;Expires&quot;] = 0
+        response.headers[&quot;Expires&quot;] = '0'
         response.headers[&quot;Pragma&quot;] = &quot;no-cache&quot;
         response.headers[&quot;Cache-Control&quot;] = 'no-store, no-cache, must-revalidate, max-age=0, pre-check=0, post-check=0'
       end</diff>
      <filename>lib/no_cache.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,7 @@
 require 'test/unit'
 
 class NoCacheTest &lt; Test::Unit::TestCase
-  # Replace this with your real tests.
-  def test_this_plugin
-    flunk
-  end
+  
+  
+  
 end</diff>
      <filename>test/no_cache_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>95d374ece61dbb0e98c9ffda4aa8ce29c4f9caae</id>
    </parent>
  </parents>
  <author>
    <name>Dan Croak</name>
    <email>dcroak@thoughtbot.com</email>
  </author>
  <url>http://github.com/dancroak/no_cache/commit/3674e0b50749d9c9b5a3e3f933b438376e909ac4</url>
  <id>3674e0b50749d9c9b5a3e3f933b438376e909ac4</id>
  <committed-date>2008-09-08T13:48:57-07:00</committed-date>
  <authored-date>2008-09-08T13:48:57-07:00</authored-date>
  <message>fix for Thin. hat tip to lourens naude and matt murphy</message>
  <tree>e56dd1c85a80ad09cdfc8eedea083405ee2a3096</tree>
  <committer>
    <name>Dan Croak</name>
    <email>dcroak@thoughtbot.com</email>
  </committer>
</commit>
