ruby-ox 2.14.16-1 source package in Ubuntu

Changelog

ruby-ox (2.14.16-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.
  * d/control:
    - Bump Standards-Version to 4.6.2, no changes needed.
    - Remove deprecated fields XB-Ruby-Versions and XS-Ruby-Versions.
  * d/copyright: Update upstream and mine copyright years.
  * d/p/000-fix-so-load-path.patch: Drop patch applied by upstream.
    - Upstream is handling the LoadError that is thrown when unable to require
    'ox.so'. See https://github.com/ohler55/ox/pull/301.

 -- Leandro Cunha <email address hidden>  Wed, 05 Jul 2023 14:32:59 -0300

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_2.14.16-1.dsc 1.9 KiB b364aa91c5b7e57a0339fbbf3d52cb7b46b752ad631b504b63b1e2d003f1e8e6
ruby-ox_2.14.16.orig.tar.gz 219.5 KiB 439620284103ddcd15e6e548c5313a200fecdf689dfbb4b1fdd29f81d250f137
ruby-ox_2.14.16-1.debian.tar.xz 3.9 KiB 564680b19d65bd2412c2bb47760ce2cffec9b1f052c97fbe7d68106790e1e1bb

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.

ruby-ox-dbgsym: debug symbols for ruby-ox