ruby-bootsnap 1.12.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 1.12.0
  * delete test_helper patch
  * Bump Standards-Version to 4.6.1 (no changes needed)

 -- Mohammed Bilal <email address hidden>  Thu, 11 Aug 2022 12:21:17 +0000

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.12.0-1.dsc 2.1 KiB e751043a438a43d6701377559a3b60ea8080ae9f586ebe587e558fa50dced92e
ruby-bootsnap_1.12.0.orig.tar.gz 51.7 KiB 6e68f6c60d01944493558a275cba10ef18d75ac20c299197d5e598f3435d3bee
ruby-bootsnap_1.12.0-1.debian.tar.xz 5.0 KiB 66958ae08252defca5634e96668e060067f14f69b0c80b3339163e55795c4d70

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