thin 1.8.1-2ubuntu2 source package in Ubuntu

Changelog

thin (1.8.1-2ubuntu2) noble; urgency=medium

  * d/p/fix-ftbfs-ruby3.2.patch: rename File.exists? to File.exist?

 -- Lucas Kanashiro <email address hidden>  Wed, 07 Feb 2024 18:34:00 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.1.orig.tar.gz 177.1 KiB 5af2b568f42de1f75746e6bb838ce3e743227087d5d0c6afb5186d456ffe18c5
thin_1.8.1-2ubuntu2.debian.tar.xz 9.3 KiB f80a85eacf05dbf99e1a3199e209a98e24fbdf4c755a919555ad3c95c9c1484c
thin_1.8.1-2ubuntu2.dsc 2.1 KiB 50e5c450ab52194dbae7187138d7fdd37f9800281489a222c3eccf836e16e453

Available diffs

View changes file

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