1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add Emilio Tagua as a maintainer

This commit is contained in:
Bryan Helmkamp 2010-02-01 12:39:57 -05:00
parent 7ba3758665
commit 91663d1e3a
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ module GemHelpers
Gem::Specification.new do |s|
s.name = "arel"
s.version = Arel::VERSION
s.authors = ["Bryan Helmkamp", "Nick Kallen"]
s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"]
s.email = "bryan@brynary.com"
s.homepage = "http://github.com/brynary/arel"
s.summary = "Arel is a relational algebra engine for Ruby"

View file

@ -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