ruby-will-paginate 3.0.7-2 source package in Ubuntu

Changelog

ruby-will-paginate (3.0.7-2) unstable; urgency=medium

  * Team upload.
  * Re-upload to unstable. 

 -- Pirate Praveen <email address hidden>  Tue, 28 Apr 2015 11:11:16 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-will-paginate_3.0.7-2.dsc 2.0 KiB 2a21ad80df020739226551bc7a83e49c1b2f47cdb76b1045e987ff3f1e6ef51c
ruby-will-paginate_3.0.7.orig.tar.gz 32.9 KiB a335b99e626d356fc6a0a1a113eaa66aecd4bbfd72f1188279fafbc1057a6545
ruby-will-paginate_3.0.7-2.debian.tar.xz 3.3 KiB 3a6ce23aa3c138276b98de62c8840bd3ba23efa79e8708988f53653a6ddcfe03

No changes file available.

Binary packages built by this source

ruby-will-paginate: Pagination for Rails

 The will_paginate library provides a simple, yet powerful and
 extensible API for pagination and rendering of pagination links in
 ActionView templates.
 .
 Pagination is just limiting the number of records displayed, showing
 a subset of them at any given view, and allowing you to move the
 displayed window. This plugin makes the whole process a breeze.
 .
 Although this package is aimed at being used from the Ruby on Rails
 framework, any Enumerable class can include WillPaginate, giving it
 this functionality.