diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-04-30 17:24:37 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-04-30 17:24:37 -0700 |
commit | a6f56d8b2860a0edd846b94cfe08cdfe61e97e48 (patch) | |
tree | 3ae5f450549923549a2141c5cf05df04976bac34 /arel.gemspec | |
parent | 2abc58018d2f06ae7dcf2e173d92f563bafc8359 (diff) | |
download | rails-a6f56d8b2860a0edd846b94cfe08cdfe61e97e48.tar.gz rails-a6f56d8b2860a0edd846b94cfe08cdfe61e97e48.tar.bz2 rails-a6f56d8b2860a0edd846b94cfe08cdfe61e97e48.zip |
fixing spec
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 7a07b0a64d..7cccd00b7a 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{arel} - s.version = "2.0.7.beta.20110429111451" + s.version = "2.1.0.20110430172428" - 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 = ["Aaron Patterson", "Bryan Halmkamp", "Emilio Tagua", "Nick Kallen"] - s.date = %q{2011-04-29} + s.date = %q{2011-04-30} s.description = %q{Arel is a SQL AST manager for Ruby. It 1. Simplifies the generation complex of SQL queries |