Skip to content

Commit

Permalink
release v2.3.13 for rails_xss plugin compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 26, 2010
1 parent fc997e1 commit 64e519c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/will_paginate/version.rb
Expand Up @@ -2,7 +2,7 @@ module WillPaginate
module VERSION
MAJOR = 2
MINOR = 3
TINY = 12
TINY = 13

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion will_paginate.gemspec
Expand Up @@ -3,7 +3,7 @@ require File.expand_path('../lib/will_paginate/version', __FILE__)
Gem::Specification.new do |gem|
gem.name = 'will_paginate'
gem.version = WillPaginate::VERSION::STRING
gem.date = Date.today.to_s
gem.date = Time.now.strftime('%Y-%m-%d')

gem.summary = "Pagination for Rails"
gem.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 64e519c

Please sign in to comment.