ruby-binding-of-caller 0.7.2+debian1-3 source package in Ubuntu

Changelog

ruby-binding-of-caller (0.7.2+debian1-3) unstable; urgency=medium

  * Team upload
  * Update packaging with a new dh-make-ruby run
    - Bump debhelper compat level from 7 to 9
    - Bump Standards-Version to 3.9.7; no changes needed
    - Architecture: all → Architecture: any
    - cleanup debian/rules
    - removed bogus debian/tests/control.ex
  * debian/ruby-tests.rb: fix test invocation for multiple ruby versions
  * debian/tests/control: run ruby tests + plus a few rubygems-integration
    tests
  * debian/patches/no-extensions.patch: remove metadata about native
    extensions to force the rubygems-integration files to be installed in a
    architecture-independent location.

 -- Antonio Terceiro <email address hidden>  Mon, 29 Feb 2016 13:59:54 -0300

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
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-binding-of-caller_0.7.2+debian1-3.dsc 2.2 KiB f845d4376f788662fbcab77511d7d38d2679352ae423940b028a55fbdd89487f
ruby-binding-of-caller_0.7.2+debian1.orig.tar.gz 8.3 KiB 8111ea0132745656b8c9c9590cd39a66b5a04d437c0fb69002ff069f7d23c118
ruby-binding-of-caller_0.7.2+debian1-3.debian.tar.xz 3.0 KiB cdc0bcf1291f31ca6f09318813541307c50994e20211ee137d89fab58f648e02

No changes file available.

Binary packages built by this source

ruby-binding-of-caller: retrieve the binding of a method's caller

 Retrieve the binding of a method's caller. Can also retrieve bindings even
 further up the stack.
 .
 Recommended for use only in debugging situations. Do not use this in
 production apps.