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

Version Path
refinerycms-0.9.6.34 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.33 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.32 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.31 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.30 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.29 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.28 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.27 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.26 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.25 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.24 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.23 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.22 vendor/plugins/will_paginate/will_paginate.gemspec
refinerycms-0.9.6.21 vendor/plugins/will_paginate/will_paginate.gemspec