Sha256: 616c4300130b5dde14deeaafeecebaf443d96e3e28974c087cd85869f59d5524
Contents?: true
Size: 828 Bytes
Versions: 14
Compression:
Stored size: 828 Bytes
Contents
Gem::Specification.new do |gem| gem.name = 'will_paginate' gem.version = '2.3.12' gem.date = Date.today.to_s 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." gem.authors = ['Mislav Marohnić', 'PJ Hyett'] gem.email = 'mislav.marohnic@gmail.com' gem.homepage = 'http://github.com/mislav/will_paginate/wikis' gem.rubyforge_project = nil gem.has_rdoc = true gem.rdoc_options = ['--main', 'README.rdoc', '--charset=UTF-8'] gem.extra_rdoc_files = ['README.rdoc', 'LICENSE', 'CHANGELOG.rdoc'] gem.files = Dir['Rakefile', '{bin,lib,rails,test,spec}/**/*', 'README*', 'LICENSE*'] & `git ls-files -z`.split("\0") end
Version data entries
14 entries across 14 versions & 1 rubygems