ruby-rack 3.0.0-1ubuntu1 source package in Ubuntu

Changelog

ruby-rack (3.0.0-1ubuntu1) mantic; urgency=medium

  * debian/patches/Remove-leading-dot-to-fix-compatibility-with-latest-
    cgi-gem.patch: compatibility with ruby CGI >= 0.3.5.
    Closes: #1030442, LP: #2023576.

 -- Steve Langasek <email address hidden>  Mon, 12 Jun 2023 11:33:36 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack_3.0.0.orig.tar.gz 767.0 KiB 79ed71754aea1f0477a52b42f25a5828842e051c2a0004a6bae519308aeb9047
ruby-rack_3.0.0-1ubuntu1.debian.tar.xz 7.9 KiB 21b9bd5123470f12069f494f0f8dc687be485e456c1646686ffab85049ae50b2
ruby-rack_3.0.0-1ubuntu1.dsc 2.5 KiB 56402e314c7efea5c88623b5f665fbe2fdee97c95c329b21fc5af6d3137467f3

View changes file

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