ruby-arel 6.0.4-1 source package in Ubuntu

Changelog

ruby-arel (6.0.4-1) unstable; urgency=medium

  [ Georg Faerber ]
  * New upstream release.
  * debian/changelog: Remove trailing whitespaces.
  * debian/compat: Bump debhelper compatibility level to 11.
  * debian/control:
    - Bump Standards-Version to 4.1.3, no changes needed.
    - Use <email address hidden> in Maintainer field.
    - Use salsa.debian.org in Vcs-Browser and Vcs-Git fields, as
      anonscm.debian.org is deprecated and accordingly, all repositories were
      moved.
    - Add myself as uploader.
    - Use HTTPS for Homepage field.
    - Bump debhelper version to >= 11~.
    - Drop obsolete declaration that this package breaks with
      ruby-activerecord-3.2. Lintian did complain about this, as no version
      was specified. Moreover, ruby-activerecord-3.2 is only available in
      oldoldstable, a suite this package will never migrate to.
  * debian/copyright: Update authors and use HTTPS in links.
  * debian/tests/control: Add control file to enable running the upstream test
    suite via autopkgtest.

  [ Cédric Boutillier ]
  * debian/control:
    - Run wrap-and-sort on packaging files.
    - Remove version in the gem2deb build-dependency.

 -- Georg Faerber <email address hidden>  Sat, 10 Feb 2018 02:04:37 +0100

Upload details

Uploaded by:
Ruby packages maintenance
Uploaded to:
Sid
Original maintainer:
Ruby packages maintenance
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe ruby

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-arel_6.0.4-1.dsc 2.0 KiB 46ac2c136a465e1d22b13d97c25d0c55f4e619ffb76967f23892c90b60b29ac3
ruby-arel_6.0.4.orig.tar.gz 51.2 KiB 916c534bc795aa775fbe6f659d54d37698dc9f8af7f71e12b0eb592ae41f864f
ruby-arel_6.0.4-1.debian.tar.xz 3.3 KiB 664908f2347331be0fddd8f3e9db1faaeeff4caa9ea0c4d15dc4b63458dc1ac1

Available diffs

No changes file available.

Binary packages built by this source

ruby-arel: SQL AST manager for Ruby

 Arel is a SQL AST manager for Ruby. It simplifies the generation of
 complex SQL queries and adapts to various RDBMS systems.
 .
 It is intended to be a framework; that is, you can build your own ORM
 with it, focusing on innovative object and collection modeling as opposed to
 database compatibility and query generation.