diff options
-rw-r--r-- | railties/railties.gemspec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/railties.gemspec b/railties/railties.gemspec index 1e6b141a09..c01636f1c1 100644 --- a/railties/railties.gemspec +++ b/railties/railties.gemspec @@ -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') |