Back AV description in gemspec

This commit is contained in:
Arun Agrawal 2013-09-09 17:12:45 +02:00
parent 6f0b1ae04e
commit 3dffe65d91
1 changed files with 1 additions and 1 deletions

View File

@ -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'