ruby-bootsnap 1.16.0-2 source package in Ubuntu

Changelog

ruby-bootsnap (1.16.0-2) unstable; urgency=medium

  * Team upload.
  * Reupload to unstable
  * Drop obsolete X*-Ruby-Versions fields

 -- Pirate Praveen <email address hidden>  Mon, 12 Jun 2023 20:47: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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ruby-bootsnap_1.16.0-2.dsc 2.1 KiB 5b86be83d1375157cfdafea10e512ba0f53a743901570033c134de91a75c347c
ruby-bootsnap_1.16.0.orig.tar.gz 53.0 KiB 426d5fabf8f35a9cb18b2df117a830d19d08e464e6a99c7ce1a9df98d8d267f4
ruby-bootsnap_1.16.0-2.debian.tar.xz 5.0 KiB 3a23b4c77c7b2803f1f2015d30247638d4b74bdd0346fb32474d50d6d8a78e65

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