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

Changelog

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


  * Team upload.

  [ Cédric Boutillier ]
  * use canonical URI in Vcs-* fields
  * debian/copyright: use DEP5 copyright-format/1.0 official URL for
    Format field

  [ Christian Hofstaedtler ]
  * Drop transitional packages
  * Update (Build-)Depends for ruby2.0, drop ruby1.8
  * Bump Standards-Version to 3.9.5 (no changes)
  * New upstream release, fixing CVE-2013-6459 (Closes: #733209)

 -- Christian Hofstaedtler <email address hidden>  Mon, 06 Jan 2014 03:32:10 +0100

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
Trusty release universe ruby

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-will-paginate_3.0.5-1.dsc 2.1 KiB 0e9ebbff76bac4803d57341f66e3464e21b20b865e992882304c9b255d332713
ruby-will-paginate_3.0.5.orig.tar.gz 31.8 KiB ab56530e5f97365731536a7db03d34a24f98f59fed98497e581e611845efd3b1
ruby-will-paginate_3.0.5-1.debian.tar.gz 3.3 KiB 67fade869f0499f343b6e13d04ebfa2dad631036fa29804431042a5c08aad190

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.