ruby-memory-profiler 0.9.14-4.1 source package in Ubuntu

Changelog

ruby-memory-profiler (0.9.14-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add upstream fixes for Ruby 3.1. (Closes: #1019638)

 -- Adrian Bunk <email address hidden>  Sun, 20 Nov 2022 02:14:54 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-memory-profiler_0.9.14-4.1.dsc 2.1 KiB 9725d800e64ac18e4146f1e3e1158fe9126299479d8440e6a70966506780b9d1
ruby-memory-profiler_0.9.14.orig.tar.gz 15.1 KiB 6dc5a1f02e931b660531cfa7993467ae08b2da2aea6a72ed39d0dc74d076eb3f
ruby-memory-profiler_0.9.14-4.1.debian.tar.xz 4.2 KiB a16d4439df208bd189d46489e753e1e343b01e06993b5d86c21961cc79cb1fe4

Available diffs

No changes file available.

Binary packages built by this source

ruby-memory-profiler: memory profiler for Ruby

 Memory profiler is a memory profiling routines for Ruby 2.3+.
 It requires Ruby(MRI) version 2.3.8 and above.
 .
 One can use the .start/.stop API as well but it can only be run once per
 report, and .stop will be the only time you can retrieve the report using
 this API.