aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/actionview.gemspec
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-09-10 07:05:17 -0700
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-09-10 07:05:17 -0700
commit005b33222d5d6b6642402003a4e6d710ea456e42 (patch)
tree862430af11b47ba4d2be12ba17ee5bbaff372f81 /actionview/actionview.gemspec
parenta46fa8df063e6ac1aea2bfdfffbf69cd28fef858 (diff)
parent3dffe65d9151598d63ed14aca8773d205fdfe99d (diff)
downloadrails-005b33222d5d6b6642402003a4e6d710ea456e42.tar.gz
rails-005b33222d5d6b6642402003a4e6d710ea456e42.tar.bz2
rails-005b33222d5d6b6642402003a4e6d710ea456e42.zip
Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commit
Revert fixes
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'