thin 1.8.0-1ubuntu4 source package in Ubuntu

Changelog

thin (1.8.0-1ubuntu4) lunar; urgency=medium

  * No-change upload to add support for ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 24 Jan 2023 13:22:53 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Lunar
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.0.orig.tar.gz 177.0 KiB 9b69d39d2c00fc979947d37ea4ddf86dc2f50e279aa880b5624b22315a20e52e
thin_1.8.0-1ubuntu4.debian.tar.xz 8.1 KiB 4513a0d8f042f533a5275f8539dee6ffc6e9a140b373408500e55d2825db764c
thin_1.8.0-1ubuntu4.dsc 2.2 KiB 37f59dced9a643bc873afa441d2bd3bc24dc37a891c535f121a35ddf8dc1e641

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