diff options
author | Bryan Helmkamp <bryan@brynary.com> | 2010-01-31 21:27:16 -0500 |
---|---|---|
committer | Bryan Helmkamp <bryan@brynary.com> | 2010-01-31 21:27:16 -0500 |
commit | 7ba3758665906599013e892515620431d6494030 (patch) | |
tree | 14ff24a2175ddd6909614080122b657b3bc7ff72 /arel.gemspec | |
parent | 11dc44ac339199680704b52402fd53f2e3c0ee07 (diff) | |
download | rails-7ba3758665906599013e892515620431d6494030.tar.gz rails-7ba3758665906599013e892515620431d6494030.tar.bz2 rails-7ba3758665906599013e892515620431d6494030.zip |
Release v0.2.0
Diffstat (limited to 'arel.gemspec')
-rw-r--r-- | arel.gemspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arel.gemspec b/arel.gemspec index a7ae71bd1d..77c5d181ef 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{arel} - s.version = "0.2.pre" + s.version = "0.2.0" - s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bryan Helmkamp", "Nick Kallen"] - s.date = %q{2009-12-29} + s.date = %q{2010-01-31} 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 |