ruby-rack 2.2.4-2 source package in Ubuntu

Changelog

ruby-rack (2.2.4-2) unstable; urgency=medium

  * Team Upload
  * eliminate lintian warning: ruby-interpreter-is-deprecated
  * eliminate lintian warning: update-debian-copyright

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Tue, 09 Aug 2022 11:57:23 +0900

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack_2.2.4-2.dsc 2.3 KiB 847fed3ca4c7ef5b769685a1d5617e70bc01615a5f921e22164ebce96fdd4a0b
ruby-rack_2.2.4.orig.tar.gz 272.1 KiB 62263ff6b757b205060accb37a1e204d49a4e1c45728254d612cb75470bec5ad
ruby-rack_2.2.4-2.debian.tar.xz 8.5 KiB 4cf19e94f0bfa9b8e59bfa094303cf364e7185e296abc3c51a6688760df98ca7

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/.