From b3b0f593ea9b1da13a64bc825dfe17b6bbc2828b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 2 Jun 2009 19:51:32 +0200 Subject: [PATCH] release v2.3.11 bugfix --- lib/will_paginate/version.rb | 2 +- will_paginate.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/will_paginate/version.rb b/lib/will_paginate/version.rb index 1d11507cc..bb879b5f3 100644 --- a/lib/will_paginate/version.rb +++ b/lib/will_paginate/version.rb @@ -2,7 +2,7 @@ module WillPaginate module VERSION MAJOR = 2 MINOR = 3 - TINY = 10 + TINY = 11 STRING = [MAJOR, MINOR, TINY].join('.') end diff --git a/will_paginate.gemspec b/will_paginate.gemspec index daebe3aea..2220491d1 100644 --- a/will_paginate.gemspec +++ b/will_paginate.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'will_paginate' - s.version = '2.3.10' - s.date = '2009-05-21' + s.version = '2.3.11' + s.date = '2009-06-02' 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."