aboutsummaryrefslogtreecommitdiffstats
path: root/Thorfile
diff options
context:
space:
mode:
Diffstat (limited to 'Thorfile')
-rw-r--r--Thorfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Thorfile b/Thorfile
index 11a3d510be..eebb58254f 100644
--- a/Thorfile
+++ b/Thorfile
@@ -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"