<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
-# Only apply this patch if Rails version is 2.1.0:
-if Rails.version == &quot;2.1.0&quot;
+# Only apply this patch if Rails version is 2.1.0 or 2.1.1:
+if ['2.1.0', '2.1.1'].include?(Rails.version)
 
   module ::ActionController::Caching::Actions::ClassMethods
     # Declares that +actions+ should be cached.</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>35970678b0b4d70f8b709bb2e48b0afe115094df</id>
    </parent>
  </parents>
  <author>
    <name>Nicholas Dainty</name>
    <email>nick@abelsoninfo.com</email>
  </author>
  <url>http://github.com/nickpad/rails-caches-action-patch/commit/4b4242b17187ae6ff2b8cf6bd096b14045ee2829</url>
  <id>4b4242b17187ae6ff2b8cf6bd096b14045ee2829</id>
  <committed-date>2008-09-09T09:55:27-07:00</committed-date>
  <authored-date>2008-09-09T09:55:27-07:00</authored-date>
  <message>Apply patch to Rails 2.1.1 release as well as 2.1.0</message>
  <tree>eb57969bb37613eb9a97e2ae0fbfd33cd492f554</tree>
  <committer>
    <name>Nicholas Dainty</name>
    <email>nick@abelsoninfo.com</email>
  </committer>
</commit>
