diff options
author | taca <taca@pkgsrc.org> | 2012-03-18 05:55:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-18 05:55:03 +0000 |
commit | 568ca815c361247b5a845476f08aa10362bd6f9f (patch) | |
tree | a5942b6cfc82782bb0132cb13d1a8c06672fddb1 /databases/ruby-arel | |
parent | 7f63f837b3af1162e042d67de3835986b044814e (diff) | |
download | pkgsrc-568ca815c361247b5a845476f08aa10362bd6f9f.tar.gz |
Update ruby-arel to 3.0.2.
* Tweak HOMEPAGE and COMMENT.
Exact changes are unknown.
Diffstat (limited to 'databases/ruby-arel')
-rw-r--r-- | databases/ruby-arel/DESCR | 25 | ||||
-rw-r--r-- | databases/ruby-arel/Makefile | 8 | ||||
-rw-r--r-- | databases/ruby-arel/distinfo | 8 |
3 files changed, 14 insertions, 27 deletions
diff --git a/databases/ruby-arel/DESCR b/databases/ruby-arel/DESCR index 09a6a25b884..fa0139ce6d2 100644 --- a/databases/ruby-arel/DESCR +++ b/databases/ruby-arel/DESCR @@ -1,21 +1,8 @@ +Arel is a SQL AST manager for Ruby. -## Abstract ## +1. Simplifies the generation of complex SQL queries +2. Adapts to various RDBMS systems -Arel is a Relational Algebra for Ruby. - -1) simplifies the generation complex of SQL queries -2) adapts to various RDBMS systems - -It is intended to be a framework 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. - -## Status ## - -For the moment, Arel uses ActiveRecord's connection adapters to -connect to the various engines, connection pooling, perform quoting, -and do type conversion. On the horizon is the use of DataObjects -instead. - -The long term goal, following both LINQ and DataMapper, is to have -Arel adapt to engines beyond RDBMS, including XML, IMAP, YAML, etc. +It is intended to be a framework 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. diff --git a/databases/ruby-arel/Makefile b/databases/ruby-arel/Makefile index 6df225e0f33..20bd86c718a 100644 --- a/databases/ruby-arel/Makefile +++ b/databases/ruby-arel/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2012/03/02 03:25:39 taca Exp $ +# $NetBSD: Makefile,v 1.7 2012/03/18 05:55:03 taca Exp $ -DISTNAME= arel-2.2.3 +DISTNAME= arel-3.0.2 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/brynary/arel/ -COMMENT= Arel is a relational algebra engine for Ruby +HOMEPAGE= http://github.com/rails/arel +COMMENT= Arel is a SQL AST manager for Ruby LICENSE= mit .include "../../lang/ruby/gem.mk" diff --git a/databases/ruby-arel/distinfo b/databases/ruby-arel/distinfo index 415b3f8c7b9..75c9665a2b2 100644 --- a/databases/ruby-arel/distinfo +++ b/databases/ruby-arel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/03/02 03:25:39 taca Exp $ +$NetBSD: distinfo,v 1.7 2012/03/18 05:55:03 taca Exp $ -SHA1 (arel-2.2.3.gem) = 29aaad1e603727a00a250b73fd8d4655eac53c9c -RMD160 (arel-2.2.3.gem) = 21495b69b7de72bca8794d9fc5062b563beaa14f -Size (arel-2.2.3.gem) = 46080 bytes +SHA1 (arel-3.0.2.gem) = 7465c0de8c4ec7f9cf9ef10faca4efb5049f160f +RMD160 (arel-3.0.2.gem) = 3db48b07320e1c40a16f28c2ffd9a6ef7d05006e +Size (arel-3.0.2.gem) = 46080 bytes |