mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Simplify description
This commit is contained in:
parent
36e6daac67
commit
ddb512c02b
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ Gem::Specification.new do |s|
|
|||
s.version = '3.0.pre'
|
||||
s.summary = "Controls boot-up, rake tasks and generators for the Rails framework."
|
||||
s.description = <<-EOF
|
||||
Rails is a framework for building web-application using CGI, FCGI, mod_ruby, or WEBrick
|
||||
on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle with eRuby- or Builder-based templates.
|
||||
Rails is a full-stack, web-application framework.
|
||||
EOF
|
||||
|
||||
s.add_dependency('rake', '>= 0.8.3')
|
||||
|
|
Loading…
Reference in a new issue