ruby-bootsnap 1.18.3-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 1.18.3
  * Bump Standards-Version to 4.7.0 (no changes needed)
  * Refresh patches
  * Skip more failing tests

 -- Pirate Praveen <email address hidden>  Sat, 25 May 2024 18:26:56 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
ruby-bootsnap_1.18.3-1.dsc 2.1 KiB 0009fc64495e6783fba29ffa92797722bce9ebab82942addcced38d6cf69a42e
ruby-bootsnap_1.18.3.orig.tar.gz 55.9 KiB 0e8470ee02fc9fbfdec2b633b08cfdde202fa1ed6caa8a88dbc2a405e56c914a
ruby-bootsnap_1.18.3-1.debian.tar.xz 5.0 KiB f28a739eb26ea937c8d3f26a5e668056c469a2806393ebfb900ea1784ace03e0

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