ruby-bootsnap 1.17.0-1 source package in Ubuntu

Changelog

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

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

 -- Pirate Praveen <email address hidden>  Sat, 30 Dec 2023 16:19:34 +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.0-1.dsc 2.1 KiB bc195685e8ebc8679a56ab0fcbea05b5637edb7da00e1552b6225f121592a61b
ruby-bootsnap_1.17.0.orig.tar.gz 54.0 KiB 426551d7eb12e3f54c35631f6451c428bc4987de10e75e2d59281247276ffc17
ruby-bootsnap_1.17.0-1.debian.tar.xz 4.9 KiB bf1ed4e494417ba7bf67f73ab5e812d7e32b9544aff8e7de1c8da790fc9503a8

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