ruby-ox 1.8.9-2 source package in Ubuntu

Changelog

ruby-ox (1.8.9-2) unstable; urgency=medium


  * Team upload.

  [ Cédric Boutillier ]
  * use canonical URI in Vcs-* fields

  [ Christian Hofstaedtler ]
  * Update Build-Depends for ruby2.0, drop ruby1.8 support
  * Bump Standards-Version to 3.9.5 (no changes)

 -- Christian Hofstaedtler <email address hidden>  Mon, 23 Dec 2013 21:41:40 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-ox_1.8.9-2.dsc 1.9 KiB 3f1377596eca1fbe00a22b98831be56dc23a97245d61185bb5f3079afdbf79e3
ruby-ox_1.8.9.orig.tar.gz 49.5 KiB 9eaf34abf8894cce7679e4025255d763d324a9561f7af111ac930f8439905a20
ruby-ox_1.8.9-2.debian.tar.gz 3.0 KiB 71bdae04cf2b7a3474a51627aa6f097852331bb5c1e2ca4c56593f7b4ce15434

Available diffs

No changes file available.

Binary packages built by this source

ruby-ox: fast XML parser and object serializer

 Optimized XML (Ox), as the name implies, was written to provide speed
 optimized XML handling. It was designed to be an alternative to Nokogiri
 and other Ruby XML parsers for generic XML parsing and as an alternative
 to Marshal for Object serialization.
 .
 Ox handles XML documents in three ways: it is a generic XML parser and
 writer, a fast Object / XML marshaller, and a stream SAX parser. The
 library is implemented in C for speed and has a lean, simple Ruby API.