aboutsummaryrefslogtreecommitdiffstats
path: root/arel.gemspec
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-06-08 14:48:31 -0400
committerEmilio Tagua <miloops@gmail.com>2010-06-08 14:48:31 -0400
commitbbddfe7641bf1f81ba47bd3deaa56edd13d5083c (patch)
tree01a2fc210cf755732d5c909325e05bac58a6e9bb /arel.gemspec
parent8a3327526fab96745850606a45f7ccf5ad9e868a (diff)
downloadrails-bbddfe7641bf1f81ba47bd3deaa56edd13d5083c.tar.gz
rails-bbddfe7641bf1f81ba47bd3deaa56edd13d5083c.tar.bz2
rails-bbddfe7641bf1f81ba47bd3deaa56edd13d5083c.zip
Bump version to 0.4.0
Diffstat (limited to 'arel.gemspec')
-rw-r--r--arel.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/arel.gemspec b/arel.gemspec
index 8091bec4d4..12df4754fd 100644
--- a/arel.gemspec
+++ b/arel.gemspec
@@ -5,7 +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.date = %q{2010-06-08}
s.email = "bryan@brynary.com"
s.homepage = "http://github.com/brynary/arel"
s.summary = "Arel is a relational algebra engine for Ruby"