ruby/sequel: Updated for version 5.42.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2021-03-26 20:46:22 +00:00 committed by Willy Sudiarto Raharjo
parent 7befb18381
commit fb555408e4
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 19 additions and 15 deletions

View File

@ -1,13 +1,17 @@
Sequel is a simple, flexible, and powerful SQL database access toolkit for
Ruby.
Sequel is a 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 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, CUBRID, DataObjects,
IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere, SQLite3,
Swift, and TinyTDS.
IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere,
SQLite3, Swift, and TinyTDS.

View File

@ -2,7 +2,7 @@
# Slackware build script for sequel
# Copyright 2013-2020 Jostein Berntsen <jbernts@broadpark.no>
# Copyright 2013-2021 Jostein Berntsen <jvbernts@online.no>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sequel
VERSION=${VERSION:-5.31.0}
VERSION=${VERSION:-5.42.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="sequel"
VERSION="5.31.0"
VERSION="5.42.0"
HOMEPAGE="http://sequel.jeremyevans.net/"
DOWNLOAD="https://rubygems.org/downloads/sequel-5.31.0.gem"
MD5SUM="ad2284309ed66c9fb5cc99ac28d557d3"
DOWNLOAD="https://rubygems.org/downloads/sequel-5.42.0.gem"
MD5SUM="828e5de8d95e67422f56d737ee90bc56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Jostein Berntsen"
EMAIL="jbernts@broadpark.no"
EMAIL="jvbernts@online.no"