ruby-arel 4.0.0-2 source package in Ubuntu

Changelog

ruby-arel (4.0.0-2) unstable; urgency=low


  * Team upload
  * Restore temporarily Arel::Relation module to ensure compatibility with
    ruby-activerecord-3.2 (Closes: #720141)

 -- Cédric Boutillier <email address hidden>  Mon, 23 Sep 2013 16:15:17 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ruby

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-arel_4.0.0-2.dsc 2.0 KiB c81a13a88ffbde135f73b96b258ed312d8d778491f5861805645183bca5d22f5
ruby-arel_4.0.0.orig.tar.gz 47.9 KiB 4c238a9cd7e80e2620553a09e82e1f5a04e5a9b5496a39b26487972ee2d673d4
ruby-arel_4.0.0-2.debian.tar.gz 2.9 KiB 6372663e248af66717ded83bbb48911d336be69018345268ed4514022287e039

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.