aboutsummaryrefslogtreecommitdiffstats
path: root/arel.gemspec
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2010-02-01 12:39:57 -0500
committerBryan Helmkamp <bryan@brynary.com>2010-02-01 12:39:57 -0500
commit91663d1e3a1ed45ad4bf54129a1d633161133667 (patch)
tree0c989884ec8a6abf49d3bfc6ad7d08b0f3307149 /arel.gemspec
parent7ba3758665906599013e892515620431d6494030 (diff)
downloadrails-91663d1e3a1ed45ad4bf54129a1d633161133667.tar.gz
rails-91663d1e3a1ed45ad4bf54129a1d633161133667.tar.bz2
rails-91663d1e3a1ed45ad4bf54129a1d633161133667.zip
Add Emilio Tagua as a maintainer
Diffstat (limited to 'arel.gemspec')
-rw-r--r--arel.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/arel.gemspec b/arel.gemspec
index 77c5d181ef..465dcb7567 100644
--- a/arel.gemspec
+++ b/arel.gemspec
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Bryan Helmkamp", "Nick Kallen"]
- s.date = %q{2010-01-31}
+ s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"]
+ s.date = %q{2010-02-01}
s.description = %q{Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex
of SQL queries and it 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