ruby-bootsnap 1.17.1-1 source package in Ubuntu

Changelog

ruby-bootsnap (1.17.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.17.1
  * Refresh patches

 -- Pirate Praveen <email address hidden>  Mon, 22 Jan 2024 13:43:44 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
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-1.dsc 2.1 KiB 73568274a3609f0c7824079ba69c5be9088ba6a36d57d07675cbe9b0d5589676
ruby-bootsnap_1.17.1.orig.tar.gz 54.1 KiB 68aab5efd1e9c34cb5f422dec8c4e16852a8016ebf9eaaeac6dae346621693b0
ruby-bootsnap_1.17.1-1.debian.tar.xz 4.9 KiB cdf09ce10b95ae980335732fbd4409aafb5366e06b0409ef810f24a0f553c87a

Available diffs

No changes file available.

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