From 32f5e93a5298094d10367395fd67d65727fcb1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Sun, 26 Oct 2008 16:36:07 +0100 Subject: [PATCH] v2.3.6 bugfix release --- CHANGELOG.rdoc | 4 ++++ will_paginate.gemspec | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 79a18e8db..01aea3ada 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,7 @@ +== 2.3.6, released 2008-10-26 + +* Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists + == 2.3.5, released 2008-10-07 * update the backported named_scope implementation for Rails versions older than 2.1 diff --git a/will_paginate.gemspec b/will_paginate.gemspec index 75631e20b..658219c71 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.5' - s.date = '2008-10-07' + s.version = '2.3.6' + s.date = '2008-10-26' 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."