thin 1.8.1-2ubuntu3 source package in Ubuntu

Changelog

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

  * No-change upload to remove support of ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 15:46:54 -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
Oracular release universe web
Noble release universe web

Downloads

File Size SHA-256 Checksum
thin_1.8.1.orig.tar.gz 177.1 KiB 5af2b568f42de1f75746e6bb838ce3e743227087d5d0c6afb5186d456ffe18c5
thin_1.8.1-2ubuntu3.debian.tar.xz 9.3 KiB 1c57536d0cb9226ce7f7fcc270f4656429a76c31e43da3a4b7f700e59f237c5c
thin_1.8.1-2ubuntu3.dsc 2.1 KiB d5ea20545070e35663bf29d422cbcc97db950f8ac529d6d22c0ca4228fd4fd8e

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