ruby-mysql2 0.5.2-1ubuntu3.20.04.1 source package in Ubuntu

Changelog

ruby-mysql2 (0.5.2-1ubuntu3.20.04.1) focal; urgency=medium

  * debian/patches/skip-more-tests.patch: skip a couple more tests due to
    behavioural change in MySQL 8.0.24. (LP: #1942476)

 -- Paride Legovini <email address hidden>  Tue, 07 Sep 2021 14:03:08 +0200

Upload details

Uploaded by:
Paride Legovini
Sponsored by:
Utkarsh Gupta
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal proposed universe misc

Downloads

File Size SHA-256 Checksum
ruby-mysql2_0.5.2.orig.tar.gz 98.3 KiB 3f7f6c7b452cab213c7fef9aaf7640ef3af76d7129ba5c2f3775a6d535668483
ruby-mysql2_0.5.2-1ubuntu3.20.04.1.debian.tar.xz 8.4 KiB 99e16a316cff2d06b02ae164666e899bd5b1790d590affb252e6d0eea0cc0eef
ruby-mysql2_0.5.2-1ubuntu3.20.04.1.dsc 2.2 KiB 2907ba015f50143692719bbedab3edb4b64273a0fa287fbbcce0be7307c10f0d

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