<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,6 @@
 :homepage: http://github.com/mislav/will_paginate
 :name: will_paginate
 :rubyforge_project: will-paginate
-:version: 2.2.0
+:version: 2.2.1
 :author: &quot;Mislav Marohni\xC4\x87&quot;
 :summary: Most awesome pagination solution for Rails</diff>
      <filename>.gemified</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,12 @@
+== 2.2.1, released 2008-04-08
+
+* take less risky path when monkeypatching named_scope; fix that it no longer
+  requires ActiveRecord::VERSION
+* use strings in &quot;respond_to?&quot; calls to work around a bug in acts_as_ferret
+  stable (ugh)
+* add rake release task
+
+
 == 2.2.0, released 2008-04-07
 
 === API changes
@@ -30,4 +39,5 @@
     
 * Add &quot;paginated_each&quot; method for iterating through every record by loading only
   one page of records at the time
-* Rails 2: Rescue from WillPaginate::InvalidPage error with 404 Not Found by default
+* Rails 2: Rescue from WillPaginate::InvalidPage error with 404 Not Found by
+  default</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module WillPaginate #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 2
     MINOR = 2
-    TINY  = 0
+    TINY  = 1
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/will_paginate/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>674205dc34db211f0d0722bd19b03fac5f691f74</id>
    </parent>
  </parents>
  <author>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </author>
  <url>http://github.com/mislav/will_paginate/commit/5b0e0b8d7d8c2096c157212447a6f1925f6ae295</url>
  <id>5b0e0b8d7d8c2096c157212447a6f1925f6ae295</id>
  <committed-date>2008-04-07T15:28:25-07:00</committed-date>
  <authored-date>2008-04-07T15:28:25-07:00</authored-date>
  <message>bump to 2.2.1 and release</message>
  <tree>c62ef859b237d40134409ff96e2422cff1e12e46</tree>
  <committer>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </committer>
</commit>
