aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-03-10 19:05:00 -0300
committerEmilio Tagua <miloops@gmail.com>2010-03-10 19:05:00 -0300
commit56ff38e2b2f1faeb51d83903b4c4285c6be67a41 (patch)
tree56f15ecb60210babf7def2401f992a33d56f3514
parent54359f00b10f76e80b134dfdae973a5208da32f1 (diff)
downloadrails-56ff38e2b2f1faeb51d83903b4c4285c6be67a41.tar.gz
rails-56ff38e2b2f1faeb51d83903b4c4285c6be67a41.tar.bz2
rails-56ff38e2b2f1faeb51d83903b4c4285c6be67a41.zip
Update release dates.
-rw-r--r--History.txt2
-rw-r--r--arel.gemspec4
2 files changed, 3 insertions, 3 deletions
diff --git a/History.txt b/History.txt
index 470e988b22..bcec68b6cf 100644
--- a/History.txt
+++ b/History.txt
@@ -1,4 +1,4 @@
-== 0.3.0 / 2010-02-05
+== 0.3.0 / 2010-03-10
* Enhancements
diff --git a/arel.gemspec b/arel.gemspec
index cebbd7642b..3ea8e75211 100644
--- a/arel.gemspec
+++ b/arel.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"]
- s.date = %q{2010-03-01}
+ s.date = %q{2010-03-10}
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
@@ -169,7 +169,7 @@ and query generation.}
s.homepage = %q{http://github.com/brynary/arel}
s.require_paths = ["lib"]
s.rubyforge_project = %q{arel}
- s.rubygems_version = %q{1.3.5}
+ s.rubygems_version = %q{1.3.6}
s.summary = %q{Arel is a relational algebra engine for Ruby}
s.test_files = [
"spec/arel/algebra/unit/predicates/binary_spec.rb",