ruby-mysql2 0.3.14-1 source package in Ubuntu

Changelog

ruby-mysql2 (0.3.14-1) unstable; urgency=low


  * Team upload
  * Imported Upstream version 0.3.14
    + add support for Ruby 2.0 (Closes: #720227)
  * Use canonical URI in Vcs-* fields
  * Copy example configuration in spec/ for use in tests
  * Refresh remove_rpath_compilation_flag.patch
  * Do not try to install inexistant CHANGELOG.md

 -- Cédric Boutillier <email address hidden>  Tue, 26 Nov 2013 16:16:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-mysql2_0.3.14-1.dsc 2.1 KiB ed9ac561304ed3f34534610701e3a5283d71329e538b528611cdee1c9623a35d
ruby-mysql2_0.3.14.orig.tar.gz 40.3 KiB fdcc973bafe0bbf85845c424f3373dc9bf2ff1fd068ac8cdadc33ac5c9e7c4c9
ruby-mysql2_0.3.14-1.debian.tar.gz 4.2 KiB 6c33c1cbeb2cfe21136133060ba393c276defb971a7f1e39403dce5e615e6219

Available diffs

No changes file available.

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.