ruby-aggregate 0.2.2-2 source package in Ubuntu

Changelog

ruby-aggregate (0.2.2-2) unstable; urgency=medium

  * Team upload.

  [ Christian Hofstaedtler ]
  * Refresh packaging with dh-make-ruby -w

  [ Hleb Valoshka ]
  * Bump Standards-Version to 3.9.5 (no changes).
  * Remove obsoleted DM-Upload-Allowed.
  * Use current copyright format.
  * Update Vcs-* fields to use anonscm.debian.org.
  * Use Expat as a license name instead of MIT.
  * Rebuild against newer gem2deb (adds gemspec for all interpreters, current
    and future).

 -- Christian Hofstaedtler <email address hidden>  Tue, 18 Aug 2015 14:22:14 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe ruby
Xenial release universe ruby

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-aggregate_0.2.2-2.dsc 2.0 KiB ddee400c0c82f4d1c4021154af89cba45c4d90836aa6b9b3e94d5f45eec233e4
ruby-aggregate_0.2.2.orig.tar.gz 8.0 KiB bcb902ed4b1043db8e00ca9e7910450c1c2189d605a7f80c0600944e30528a98
ruby-aggregate_0.2.2-2.debian.tar.xz 2.1 KiB 71d3afc73d469a6ff4009d5984d4ab6409f16e1e0f1d9032a3531186ef6772cf

No changes file available.

Binary packages built by this source

ruby-aggregate: Ruby class for accumulating aggregate statistics

 Aggregate is an intuitive ruby implementation of a statistics aggregator
 including both default and configurable histogram support. It does this
 without recording/storing any of the actual sample values, making it
 suitable for tracking statistics across millions/billions of samples
 without any impact on performance or memory footprint. Originally
 inspired by the Aggregate support in SystemTap.