aboutsummaryrefslogtreecommitdiffstats
path: root/arel.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'arel.gemspec')
-rw-r--r--arel.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/arel.gemspec b/arel.gemspec
index 0f9eef3833..3a236d11b3 100644
--- a/arel.gemspec
+++ b/arel.gemspec
@@ -5,6 +5,7 @@ Gem::Specification.new do |s|
s.name = "arel"
s.version = Arel::VERSION
s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"]
+ s.date = %q{2010-03-25}
s.email = "bryan@brynary.com"
s.homepage = "http://github.com/brynary/arel"
s.summary = "Arel is a relational algebra engine for Ruby"
@@ -28,4 +29,4 @@ and query generation.
# the connection adapters which Arel uses in a separate gem
# s.add_dependency "activerecord", ">= 3.0.pre"
s.add_dependency "activesupport", ">= 3.0.0.beta1"
-end \ No newline at end of file
+end