ruby-sigar 0.7.2-2 source package in Ubuntu

Changelog

ruby-sigar (0.7.2-2) unstable; urgency=low


  * Rebuild for ruby1.8-removal transition
  * Update my email address
  * Bump standards version to 3.9.5 
  * Bump gem2deb dependency to 0.6.1~
  [ Cédric Boutillier ] 
  * remove obsolete DM-Upload-Allowed flag
  * use canonical URI in Vcs-* fields 

 -- Praveen Arimbrathodiyil <email address hidden>  Thu, 02 Jan 2014 18:56:02 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-sigar_0.7.2-2.dsc 2.0 KiB 3669afe3f5689456d780f73501a9aa32371352488ac051d6cab1bae8eb5afa67
ruby-sigar_0.7.2.orig.tar.gz 201.2 KiB 8233079a451a642182a695c30bb9a91bf6054774c0c33934171f1f5d54bae10f
ruby-sigar_0.7.2-2.debian.tar.gz 3.8 KiB a5fc69bb94065014ee7f01003ee3fabb8f4f296f90378060adb0c228c66d1262

Available diffs

No changes file available.

Binary packages built by this source

ruby-sigar: System Information Gatherer And Reporter

 One API to access system information regardless of the underlying platform
 .
 Hyperic's System Information Gatherer (SIGAR) is a cross-platform API for
 collecting software inventory data. SIGAR is core of HQ's auto-discovery
 functionality, and you can use it to extend auto-discovery behavior.
 .
 SIGAR includes support for Linux, FreeBSD, Windows, Solaris, AIX, HP-UX and
 Mac OSX across a variety of versions and architectures. Users of the SIGAR
 API are given portable access to inventory and monitoring data including:
 .
  * System memory, swap, cpu, load average, uptime, logins
  * Per-process memory, cpu, credential info, state, arguments, environment,
    open files
  * File system detection and metrics
  * Network interface detection, configuration information and metrics
  * Network route and connection tables
 .
 This is ruby binding for the core API, which is implemented in pure C.