ruby-bootsnap 1.13.0-1 source package in Ubuntu

Changelog

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

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

 -- Pirate Praveen <email address hidden>  Sat, 27 Aug 2022 14:21:33 +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.13.0-1.dsc 2.1 KiB 70496c9330f9a0c3f98a5608b973c3054b7d56f06e7e52996614bbe7585acba5
ruby-bootsnap_1.13.0.orig.tar.gz 52.2 KiB 050022f58971dda45da71b7a96744732998268090125909b76bb27a8a770eafe
ruby-bootsnap_1.13.0-1.debian.tar.xz 4.9 KiB 1ec312024382e0956ec6cbf3f224c2c719e029a05fba2eec731c4af3eac573eb

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