ruby-opentracing 0.5.0-2 source package in Ubuntu

Changelog

ruby-opentracing (0.5.0-2) unstable; urgency=medium

  * Team upload
  * Source only upload to bullseye
  * Bump Standards-Version to 4.4.0 (no changes needed)

 -- Pirate Praveen <email address hidden>  Tue, 06 Aug 2019 18:03:11 +0000

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-opentracing_0.5.0-2.dsc 2.0 KiB 026185b98bee2b81b2ff2b01587d194d5e8081f46613eab08caa5a28394a071a
ruby-opentracing_0.5.0.orig.tar.gz 12.8 KiB ffaf0274cc14ed7cc659239fd30715299fd99faa881b6b3c8c6899b7707f417a
ruby-opentracing_0.5.0-2.debian.tar.xz 1.8 KiB be535a482399341e651c29c4f0446621aa47274fde8fb8df6c2b38ba3fa4d49e

Available diffs

No changes file available.

Binary packages built by this source

ruby-opentracing: OpenTracing API for Ruby

 This package is a Ruby platform API for OpenTracing.
 In order to understand the Ruby platform API, one must first be familiar with
 the OpenTracing project and terminology more specifically.
 .
 Everyday consumers of this opentracing gem really only need to worry about a
 couple of key abstractions: the start_active_span and start_span methods, the
 Span and ScopeManager interfaces, and binding a Tracer at runtime.