Show More
Commit Description:
does not record login time in analysis mode
Commit Description:
does not record login time in analysis mode
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/will_paginate/will_paginate.gemspec
| 21 lines
| 917 B
| text/x-ruby
| RubyLexer
|
|
r299 | 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.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 | ||||