Skip to content

Commit

Permalink
bump to 2.2.1 and release
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Apr 7, 2008
1 parent 674205d commit 5b0e0b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gemified
Expand Up @@ -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: "Mislav Marohni\xC4\x87"
:summary: Most awesome pagination solution for Rails
12 changes: 11 additions & 1 deletion CHANGELOG
@@ -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 "respond_to?" 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
Expand Down Expand Up @@ -30,4 +39,5 @@

* Add "paginated_each" 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
2 changes: 1 addition & 1 deletion lib/will_paginate/version.rb
Expand Up @@ -2,7 +2,7 @@ module WillPaginate #:nodoc:
module VERSION #:nodoc:
MAJOR = 2
MINOR = 2
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 5b0e0b8

Please sign in to comment.