ruby-opentracing 0.5.0-3 source package in Ubuntu

Changelog

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

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Cédric Boutillier ]
  * Update team name
  * Add .gitattributes to keep unwanted files out of the source package

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ Jenkins ]
  * Apply multi-arch hints. + ruby-opentracing: Add :any qualifier for ruby
    dependency.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Pirate Praveen ]
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Switch to gem-install layout (bundler needs it now for --local option)

 -- Pirate Praveen <email address hidden>  Sun, 23 Jan 2022 00:59:42 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-opentracing_0.5.0-3.dsc 2.0 KiB 5ea2b7e4222e76b8e4dbbac355903fd37d5831accba423bce73c4d8f3209e595
ruby-opentracing_0.5.0.orig.tar.gz 12.8 KiB ffaf0274cc14ed7cc659239fd30715299fd99faa881b6b3c8c6899b7707f417a
ruby-opentracing_0.5.0-3.debian.tar.xz 2.2 KiB 747e1c7032a75a6fc2d6821d0d62bbb02b002c03b052d361fdc1b64c1f331790

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.