From df42582bde7c6c8ea2fd08ed532876909fb06500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 10 Feb 2009 23:17:26 +0100 Subject: [PATCH] release 2.3.7 --- will_paginate.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/will_paginate.gemspec b/will_paginate.gemspec index 510ee7ad8..1072c3ae9 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.6' - s.date = '2008-10-26' + s.version = '2.3.7' + s.date = '2009-02-10' 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."