Skip to content

Commit

Permalink
pre-release v3.0.pre for Rails 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 5, 2010
1 parent 0c35f28 commit 37b5bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions will_paginate.gemspec
Expand Up @@ -3,18 +3,18 @@ require 'lib/will_paginate/version'
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'will_paginate' s.name = 'will_paginate'
s.version = WillPaginate::VERSION::STRING s.version = WillPaginate::VERSION::STRING
s.date = '2009-11-06' s.date = '2010-02-05'


s.summary = "Adaptive pagination plugin for web frameworks and other applications" 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.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.authors = ['Mislav Marohnić', 'PJ Hyett'] s.authors = ['Mislav Marohnić']
s.email = 'mislav.marohnic@gmail.com' s.email = 'mislav.marohnic@gmail.com'
s.homepage = 'http://github.com/mislav/will_paginate/wikis' s.homepage = 'http://github.com/mislav/will_paginate/wikis'


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


s.files = Dir['Rakefile', '{bin,lib,rails,test,spec}/**/*', 'README*', 'LICENSE*'] & `git ls-files`.split("\n") s.files = Dir['Rakefile', '{bin,lib,test,spec}/**/*', 'README*', 'LICENSE*'] & `git ls-files`.split("\n")
end end

0 comments on commit 37b5bfa

Please sign in to comment.