ruby-sequel 4.37.0-1 source package in Ubuntu

Changelog

ruby-sequel (4.37.0-1) unstable; urgency=medium

  * Team upload
  * Imported Upstream version 4.37.0
    - fixes test failure during build (Closes: #832861)
  * Bump Standards-Version to 3.9.8; no changes needed.

 -- Antonio Terceiro <email address hidden>  Sun, 07 Aug 2016 09:05:14 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sequel_4.37.0-1.dsc 2.1 KiB 16c5ff2379e9666be3666786c2667ea338933de268dd23c6481984301dfe5ec7
ruby-sequel_4.37.0.orig.tar.gz 1.3 MiB 4251f8e2cc6cdbc167d99835c0d951fda98e6bf0cce725b18033345d6ba53479
ruby-sequel_4.37.0-1.debian.tar.xz 4.6 KiB d988144111fc5037981a62e5019f6b683c376016d20499f58e2a38315ec6ea33

Available diffs

No changes file available.

Binary packages built by this source

ruby-sequel: Simple, flexible, and powerful SQL database access toolkit for Ruby

 Sequel provides thread safety, connection pooling and a concise
 DSL for constructing SQL queries and table schemas.
 .
 Sequel includes a comprehensive ORM layer for mapping
 records to Ruby objects and handling associated records.
 .
 Sequel supports advanced database features such as prepared
 statements, bound variables, stored procedures, savepoints,
 two-phase commit, transaction isolation, master/slave
 configurations, and database sharding.
 .
 Sequel currently has adapters for ADO, Amalgalite, DataObjects,
 DB2, DBI, Firebird, IBM_DB, Informix, JDBC, MySQL, Mysql2, ODBC,
 OpenBase, Oracle, PostgreSQL, SQLite3, Swift, and TinyTDS.