ruby-bootsnap 1.4.6-1build2 source package in Ubuntu

Changelog

ruby-bootsnap (1.4.6-1build2) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition.

 -- Lucas Kanashiro <email address hidden>  Thu, 18 Nov 2021 16:23:15 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
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.4.6.orig.tar.gz 42.4 KiB 2f5888ce50511a766416c80019c9b54e305ede20fc61d831a62a07cdfac50e23
ruby-bootsnap_1.4.6-1build2.debian.tar.xz 4.0 KiB e34a1cede5efc1a29618ce46eafa1c7f8e33613bb5e1ce0c6e8700f438553829
ruby-bootsnap_1.4.6-1build2.dsc 2.2 KiB 617496f2de48596a398ab365ace854baf26d3fb13ff1a0d170c0d248dcab4101

Available diffs

View changes file

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