ruby-mysql2 0.5.2-1ubuntu4 source package in Ubuntu

Changelog

ruby-mysql2 (0.5.2-1ubuntu4) impish; urgency=medium

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

 -- Marc Deslauriers <email address hidden>  Sat, 22 May 2021 18:23:47 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Impish
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.5.2.orig.tar.gz 98.3 KiB 3f7f6c7b452cab213c7fef9aaf7640ef3af76d7129ba5c2f3775a6d535668483
ruby-mysql2_0.5.2-1ubuntu4.debian.tar.xz 8.4 KiB 23916a7ea3f24c3b3b229bf0e0c5cd4631c41c8ef2c50971fbbb515863e64829
ruby-mysql2_0.5.2-1ubuntu4.dsc 2.2 KiB a6dde0a5c6b7e4d1dfda67134bf9a8440403c1d86e4cdb292197b6a01f7a31f5

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