ruby-rack 2.1.4-4 source package in Ubuntu

Changelog

ruby-rack (2.1.4-4) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ Cédric Boutillier ]
  * Build-depend on ruby-webrick (Closes: #996353)
  * Bump debhelper compatibility level to 13
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Wed, 17 Nov 2021 11:49:13 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack_2.1.4-4.dsc 1.7 KiB 0fc31505227b87880d2e254cc14963497d320a6f18920cd482efeeb4f1942d9e
ruby-rack_2.1.4.orig.tar.gz 245.9 KiB f0b67c0a585d34a135c1434ac2d0bdbb9611726afafc005d9da91a451b1a7855
ruby-rack_2.1.4-4.debian.tar.xz 8.2 KiB 6f6ddc714110e09f756e7d94bec522b12c463437c8519ace71fb7d94c8f90cdc

Available diffs

No changes file available.

Binary packages built by this source

ruby-rack: modular Ruby webserver interface

 Rack provides a minimal, modular and adaptable interface for developing
 web applications in Ruby. By wrapping HTTP requests and responses in
 the simplest way possible, it unifies and distills the API for web
 servers, web frameworks, and software in between (the so-called
 middleware) into a single method call.
 .
 Also see http://rack.github.io/.