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

Changelog

ruby-memory-profiler (0.9.14-3) unstable; urgency=medium

  * Add patch to skip failure on arm64
  * Use @d.o address
  * Fix d/control wrt cme
  * Drop dependency on ruby-interpreter

 -- Utkarsh Gupta <email address hidden>  Sat, 22 Feb 2020 03:20:40 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-memory-profiler_0.9.14-3.dsc 2.1 KiB 06a1feeadbefeec6fbf9b1fb1aa1fa9447ee882f3010e151035fb2a9fe70fdea
ruby-memory-profiler_0.9.14.orig.tar.gz 15.1 KiB 6dc5a1f02e931b660531cfa7993467ae08b2da2aea6a72ed39d0dc74d076eb3f
ruby-memory-profiler_0.9.14-3.debian.tar.xz 2.5 KiB b6096e1d6c1fae39c47f96382df1f3e951b0cbc38566ad3e0fe2d0a4c1084095

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.