diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-01 09:20:12 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-12-01 09:20:12 -0800 |
commit | 67e5f45edff26d4d52b6d6f2345dac277de2ebb4 (patch) | |
tree | e4429308f6088dd243679360cfb00d3c16154bdc /arel.gemspec | |
parent | 5c81359785706f013c2d8b60f93086654ad3d69e (diff) | |
download | rails-67e5f45edff26d4d52b6d6f2345dac277de2ebb4.tar.gz rails-67e5f45edff26d4d52b6d6f2345dac277de2ebb4.tar.bz2 rails-67e5f45edff26d4d52b6d6f2345dac277de2ebb4.zip |
bumping gemspec
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 2e52ae4a19..594a7a108d 100644 --- a/arel.gemspec +++ b/arel.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{arel} - s.version = "2.0.5.20101130111154" + s.version = "2.1.0.beta.20101201091952" - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Aaron Patterson", "Bryan Halmkamp", "Emilio Tagua", "Nick Kallen"] - s.date = %q{2010-11-30} + s.date = %q{2010-12-01} 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 innovative object and collection modeling as opposed to database compatibility and query generation.} s.email = ["aaron@tenderlovemaking.com", "bryan@brynary.com", "miloops@gmail.com", "nick@example.org"] s.extra_rdoc_files = ["History.txt", "MIT-LICENSE.txt", "Manifest.txt", "README.markdown"] |