ruby-warden 1.2.8-1 source package in Ubuntu

Changelog

ruby-warden (1.2.8-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Utkarsh Gupta ]
  * New upstream version 1.2.8
  * Add salsa-ci.yml
  * Switch d/watch to point to g/h tarball
  * Fix package wrt cme
  * Add patch to temporarily skip test
  * Update d/*.docs
  * Rename History.rdoc to CHANGELOG.md

 -- Utkarsh Gupta <email address hidden>  Mon, 30 Mar 2020 01:15:08 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-warden_1.2.8-1.dsc 2.1 KiB 4c8f551be88c120e358076f224f8c0974e7ea171c1eecfc6ed581e246bf7fd9b
ruby-warden_1.2.8.orig.tar.gz 29.1 KiB 02af16c125e2a4c148ec4fb433d9db634dde923e2424385dc6129b28c4d34a2a
ruby-warden_1.2.8-1.debian.tar.xz 3.2 KiB 1db7003f37b5a7122c251328e73326ac7ebf4f5e202f652b6f3cce5708d11188

Available diffs

No changes file available.

Binary packages built by this source

ruby-warden: Rack middleware that provides authentication for rack applications

 Warden is a Rack-based middleware, designed to provide a mechanism for
 authentication in Ruby web applications. It is a common mechanism that
 fits into the Rack Machinery to offer powerful options for authentication.
 .
 Warden is designed to be lazy. That is, if you don't use it, it doesn't
 do anything, but when you do use it, it will spring into action and
 provide an underlying mechanism to allow authentication in any
 Rack-based application.