aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/actionview.gemspec
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-07-07 11:10:34 +0200
committerArun Agrawal <arunagw@gmail.com>2013-07-17 10:19:13 +0200
commit507c803a9396a04e100ae148fdf73770f853c3da (patch)
treecf0dbfb3cf8b817bd95d2e0d26ef27cd74191d92 /actionview/actionview.gemspec
parent74722d66d332d1d768459d8b510cc082fe3d5618 (diff)
downloadrails-507c803a9396a04e100ae148fdf73770f853c3da.tar.gz
rails-507c803a9396a04e100ae148fdf73770f853c3da.tar.bz2
rails-507c803a9396a04e100ae148fdf73770f853c3da.zip
Added some description to generate actionview gem [ci skip]
Diffstat (limited to 'actionview/actionview.gemspec')
-rw-r--r--actionview/actionview.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/actionview.gemspec b/actionview/actionview.gemspec
index 87cb568300..cdac074973 100644
--- a/actionview/actionview.gemspec
+++ b/actionview/actionview.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = 'actionview'
s.version = version
s.summary = 'Rendering framework putting the V in MVC (part of Rails).'
- s.description = ''
+ s.description = 'Simple, battle-tested conventions and helpers for building web pages.'
s.required_ruby_version = '>= 1.9.3'