Skip to content

Commit

Permalink
v2.3.1, bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 4, 2008
1 parent 802d830 commit 2fa688b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,8 @@
== 2.3.1, released 2008-05-04

* Fixed page numbers not showing with custom routes and implicit first page
* Try to use Hanna for documentation (falls back to default RDoc template if not)

== 2.3.0, released 2008-04-29 == 2.3.0, released 2008-04-29


* Changed LinkRenderer to receive collection, options and reference to view template NOT in * Changed LinkRenderer to receive collection, options and reference to view template NOT in
Expand Down
2 changes: 1 addition & 1 deletion lib/will_paginate/version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module WillPaginate #:nodoc:
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 2 MAJOR = 2
MINOR = 3 MINOR = 3
TINY = 0 TINY = 1


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down
4 changes: 2 additions & 2 deletions will_paginate.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'will_paginate' s.name = 'will_paginate'
s.version = '2.3.0' s.version = '2.3.1'
s.date = '2008-04-26' s.date = '2008-05-04'


s.summary = "Most awesome pagination solution for Rails" s.summary = "Most awesome pagination solution for Rails"
s.description = "The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates." s.description = "The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates."
Expand Down

0 comments on commit 2fa688b

Please sign in to comment.