Skip to content

Commit

Permalink
release 2.3.10 fix for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 21, 2009
1 parent 2bd01d0 commit 0dd57f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/will_paginate/version.rb
Expand Up @@ -2,7 +2,7 @@ module WillPaginate
module VERSION module VERSION
MAJOR = 2 MAJOR = 2
MINOR = 3 MINOR = 3
TINY = 9 TINY = 10


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down
4 changes: 2 additions & 2 deletions will_paginate.gemspec
@@ -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.9' s.version = '2.3.10'
s.date = '2009-05-20' s.date = '2009-05-21'


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 0dd57f3

Please sign in to comment.