mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add description to Rakefile
This commit is contained in:
parent
7e3fe3114b
commit
41ddc9d013
1 changed files with 7 additions and 1 deletions
8
Rakefile
8
Rakefile
|
@ -14,7 +14,13 @@ else
|
|||
s.email = "bryan" + "@" + "brynary.com"
|
||||
s.homepage = "http://github.com/brynary/arel"
|
||||
s.summary = "Arel is a relational algebra engine for Ruby"
|
||||
# s.description = "TODO"
|
||||
s.description = <<-EOS.strip
|
||||
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.
|
||||
EOS
|
||||
s.rubyforge_project = "arel"
|
||||
s.extra_rdoc_files = %w(README.markdown)
|
||||
|
||||
|
|
Loading…
Reference in a new issue