ruby-bootsnap 1.17.1-1build1 source package in Ubuntu

Changelog

ruby-bootsnap (1.17.1-1build1) noble; urgency=medium

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

 -- Lucas Kanashiro <email address hidden>  Thu, 08 Feb 2024 00:40:50 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-bootsnap_1.17.1.orig.tar.gz 54.1 KiB 68aab5efd1e9c34cb5f422dec8c4e16852a8016ebf9eaaeac6dae346621693b0
ruby-bootsnap_1.17.1-1build1.debian.tar.xz 5.0 KiB e4dff5eb74d51304e11ec573a251ac6d782a74a5f49d3f7085c1fcd7dc7665ba
ruby-bootsnap_1.17.1-1build1.dsc 2.1 KiB be10680c98a42fe140e3c223e826ed8064b20b88080d6b67eea4700ffca2a4d5

View changes file

Binary packages built by this source

ruby-bootsnap: Boot large ruby/rails apps faster

 Bootsnap is a library that plugs into Ruby, with optional support for
 `ActiveSupport` and `YAML`, to optimize and cache expensive computations.
 .
 Bootsnap optimizes methods to cache results of expensive computations, and can
 be grouped into two broad categories:
    * Path Pre-Scanning
    * Compilation caching

ruby-bootsnap-dbgsym: debug symbols for ruby-bootsnap