ruby-mysql2 0.4.10-0ubuntu3 source package in Ubuntu

Changelog

ruby-mysql2 (0.4.10-0ubuntu3) bionic; urgency=medium

  * Skip randomly failing test
    The test checks that server resources are freed when a statement
    is closed, but this doesn't always happen immediately, causing
    random failures.

 -- Lars Tangvald <email address hidden>  Thu, 01 Feb 2018 08:00:10 +0100

Upload details

Uploaded by:
Lars Tangvald
Sponsored by:
Robie Basak
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-mysql2_0.4.10.orig.tar.gz 95.0 KiB f6e32ed3388e0ed6bfeb33a605e29990d041f022a2d3ebd2600a8aad11f04c73
ruby-mysql2_0.4.10-0ubuntu3.debian.tar.xz 7.7 KiB 4342b681a338c3ee26dd915d7e26c7921d4899971089742694818b32f864a331
ruby-mysql2_0.4.10-0ubuntu3.dsc 2.2 KiB 19d3fc4a4180e80d0dc99c1de2dc1001ef541b3c4c2cd54f42c12244acffb991

Available diffs

View changes file

Binary packages built by this source

ruby-mysql2: simple, fast MySQL library for Ruby

 This is an API module that allows Ruby programs to interface with MySQL
 databases. Usually, it will be pulled in automatically by packages providing
 Ruby programs which need this capability, you only need to install it directly
 if you intend to write such programs yourself. You may want to prefer the
 ruby-mysql2 package over the ruby-mysql package, since benchmarks have shown
 it to be faster, it is non-blocking and it supports UTF-8 database encoding.

ruby-mysql2-dbgsym: debug symbols for ruby-mysql2