ruby-will-paginate 2.3.15-1build1 source package in Ubuntu

Changelog

ruby-will-paginate (2.3.15-1build1) precise; urgency=low

  * No-change rebuild against current pkgbinarymangler to fix broken
    md5sums. (see LP #875466)
 -- Martin Pitt <email address hidden>   Wed, 29 Feb 2012 09:07:21 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe ruby

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-will-paginate_2.3.15.orig.tar.gz 33.2 KiB 525978fda7dabc6d0fdec1fab0f3c94db8e3c1cb36ba2965cbadea118f0ca8b4
ruby-will-paginate_2.3.15-1build1.debian.tar.gz 3.3 KiB 253f11ef60aea591b5acc98868249ba471ad29631ab4aae379016bc929538201
ruby-will-paginate_2.3.15-1build1.dsc 2.3 KiB b08770b67fe36450b1a261fb29da3b3538b2d3a662060168e369ef7dab223f86

Available diffs

View changes file

Binary packages built by this source

libwill-paginate-ruby: Transitional package for ruby-will-paginate

 This is a transitional package to ease upgrades to the ruby-will-paginate
 package. It can safely be removed.

libwill-paginate-ruby-doc: No summary available for libwill-paginate-ruby-doc in ubuntu quantal.

No description available for libwill-paginate-ruby-doc in ubuntu quantal.

libwill-paginate-ruby1.8: Transitional package for ruby-will-paginate

 This is a transitional package to ease upgrades to the ruby-will-paginate
 package. It can safely be removed.

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.