ruby-bootsnap 1.4.6-2build1 source package in Ubuntu

Changelog

ruby-bootsnap (1.4.6-2build1) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition, remove ruby2.7 support.

 -- Lucas Kanashiro <email address hidden>  Fri, 03 Dec 2021 20:22:27 -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-2build1.debian.tar.xz 4.1 KiB 5c41ea66640ffcad2c8b4afd554e9cc846b615764cdec6ed124f3b6fa3ea91b3
ruby-bootsnap_1.4.6-2build1.dsc 2.1 KiB fe56a8f0fe2a85a42f151f50e130adcb302e020df0b9fa188025329dba0fc3be

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