ruby-rack 3.0.8-1 source package in Ubuntu

Changelog

ruby-rack (3.0.8-1) experimental; urgency=medium

  * New upstream release.
  * Declare compliance with Debian Policy 4.6.2
  * d/p/skip-random-failure.patch: removed, it does not seem to be failing
    anymore.

 -- Lucas Kanashiro <email address hidden>  Mon, 26 Jun 2023 17:35:11 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Experimental
Original maintainer:
Debian Ruby Extras Maintainers
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.8-1.dsc 2.3 KiB 8516df1decf9850e5b0079cf56a503e684f868a714648e9becc017f3ebde76ad
ruby-rack_3.0.8.orig.tar.gz 770.1 KiB f4cf32bece433d81682590e953a50ecc97282d83b2c1acaea96a30f53feba8ea
ruby-rack_3.0.8-1.debian.tar.xz 7.1 KiB 554e0909f5434dba5af74a7f715d09de668fc3e6a66a29b4f0819198cdd86808

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