<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,7 @@ the use of cache-specific options from the caches_action method.
 For example, you can specify :expires_in =&gt; 30 when using the MemCache cache
 store.
 
-The patch will only be applied if the Rails version is 2.1.0.
+The patch will only be applied if the Rails version is 2.1.0, 2.1.1 or 2.1.2.
 
 [The original git commit @ github](http://github.com/rails/rails/commit/bad1eac91d1549631dca8e93e7e846911649acf7)
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
-# 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)
+# Only apply this patch if Rails version is 2.1.0, 2.1.1 or 2.1.2:
+if ['2.1.0', '2.1.1', '2.1.2'].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>4b4242b17187ae6ff2b8cf6bd096b14045ee2829</id>
    </parent>
  </parents>
  <author>
    <name>Anton Ageev</name>
    <email>anton@ageev.name</email>
  </author>
  <url>http://github.com/nickpad/rails-caches-action-patch/commit/999c06d09d7360b42e57ef9eed883d3cc98c7536</url>
  <id>999c06d09d7360b42e57ef9eed883d3cc98c7536</id>
  <committed-date>2008-10-27T15:21:33-07:00</committed-date>
  <authored-date>2008-10-27T14:43:01-07:00</authored-date>
  <message>Add 2.1.2 to supported Rails versions</message>
  <tree>041d5fb2a7034f5ae27d45b7903d53ebc95d3ebf</tree>
  <committer>
    <name>Nicholas Dainty</name>
    <email>nick@npad.co.uk</email>
  </committer>
</commit>
