ruby-bootsnap 1.3.0-1ubuntu1 source package in Ubuntu

Changelog

ruby-bootsnap (1.3.0-1ubuntu1) focal; urgency=medium

  * d/p/ruby27-support.patch: add patch to support ruby 2.7 (LP: #1866223)

 -- Lucas Kanashiro <email address hidden>  Thu, 05 Mar 2020 15:09:43 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Sponsored by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
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.3.0.orig.tar.gz 31.8 KiB ba272399f6aa23a255261044d2989ac53b6043e8f68052e7d8afcb1a5481e462
ruby-bootsnap_1.3.0-1ubuntu1.debian.tar.xz 3.0 KiB 7677f6b449a7c3d2e841ecc508836e62639d8bafc9cc7d787c5bd37fb389b914
ruby-bootsnap_1.3.0-1ubuntu1.dsc 2.1 KiB eef59285c925dfd233c849d021c1fa75c1fd65da244943acb1a3ba1d24e2de9e

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