ruby-will-paginate 3.1.6-1 source package in Ubuntu

Changelog

ruby-will-paginate (3.1.6-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Sruthi Chandran <email address hidden>  Fri, 08 Sep 2017 19:14:38 +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
Focal release universe ruby
Bionic release universe ruby

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-will-paginate_3.1.6-1.dsc 2.1 KiB 31dacc66ddc3d362230546bd5079088e3cadad6a431ec4e8a0ff52cf8de95a9f
ruby-will-paginate_3.1.6.orig.tar.gz 33.4 KiB 9222329d255a7cbe76e2d90787304f699f87ba95358a09bceb392bb6673fba12
ruby-will-paginate_3.1.6-1.debian.tar.xz 3.4 KiB 546399a2b9f6e446a8ad6783f5895bf0d7a71817f21341ea897e2e22c72990c0

Available diffs

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.