thin 1.8.2-1 source package in Ubuntu

Changelog

thin (1.8.2-1) unstable; urgency=medium

  * New upstream version 1.8.2
    + support for ruby3.2+
  * Bump Standards-Version to 4.7.0 (no changes needed)
  * Drop increase_timeout_when_checking_for_server_stop.patch, applied upstream

 -- Cédric Boutillier <email address hidden>  Fri, 26 Jul 2024 13:57:00 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
thin_1.8.2-1.dsc 1.4 KiB 23ad64e0aede5f373913b54ef8804dc35b0a196e56f3272b9617c4320d21a481
thin_1.8.2.orig.tar.gz 177.0 KiB 5954441ad540c58e4557ac7e6e3752a7d383ae70c73b5e72d34ea51c0e40d812
thin_1.8.2-1.debian.tar.xz 7.9 KiB 9a0e899c852b41a1b3c232bc453b2257404265945c808cda835ca2fa801d6b2c

No changes file available.

Binary packages built by this source

thin: fast and very simple Ruby web server

 Thin is a Ruby web server that glues together 3 of the best Ruby
 libraries in web history:
   * the Mongrel parser, the root of Mongrel's speed and security
   * Event Machine, a network I/O library with extremely high
     scalability, performance and stability
   * Rack, a minimal interface between webservers and Ruby frameworks
 .
 Which makes it, with all humility, the most secure, stable, fast and
 extensible Ruby web server bundled in an easy to use package for your own
 pleasure.

thin-dbgsym: debug symbols for thin