Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
the big v3.0
  • Loading branch information
mislav committed Aug 9, 2011
1 parent f4b6e3b commit c7768f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 168 deletions.
162 changes: 0 additions & 162 deletions CHANGELOG.rdoc

This file was deleted.

2 changes: 1 addition & 1 deletion lib/will_paginate/version.rb
Expand Up @@ -2,7 +2,7 @@ module WillPaginate #:nodoc:
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 'pre4'
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
10 changes: 5 additions & 5 deletions will_paginate.gemspec
Expand Up @@ -5,15 +5,15 @@ Gem::Specification.new do |s|
s.name = 'will_paginate'
s.version = WillPaginate::VERSION::STRING

s.summary = "Adaptive pagination plugin for web frameworks and other applications"
s.description = "The will_paginate library provides a simple, yet powerful and extensible API for pagination and rendering of page links in web application templates."
s.summary = "Pagination plugin for web frameworks and other apps"
s.description = "will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra and Merb web apps."

s.authors = ['Mislav Marohnić']
s.email = 'mislav.marohnic@gmail.com'
s.homepage = 'http://github.com/mislav/will_paginate/wikis'
s.homepage = 'https://github.com/mislav/will_paginate/wiki'

s.rdoc_options = ['--main', 'README.rdoc', '--charset=UTF-8']
s.extra_rdoc_files = ['README.md', 'LICENSE', 'CHANGELOG.rdoc']
s.rdoc_options = ['--main', 'README.md', '--charset=UTF-8']
s.extra_rdoc_files = ['README.md', 'LICENSE']

s.files = Dir['Rakefile', '{bin,lib,test,spec}/**/*', 'README*', 'LICENSE*']
s.files &= `git ls-files -z`.split("\0") if `type -t git 2>/dev/null || which git 2>/dev/null` && $?.success?
Expand Down

0 comments on commit c7768f5

Please sign in to comment.