mirror of https://github.com/rails/rails
Back AV description in gemspec
This commit is contained in:
parent
6f0b1ae04e
commit
3dffe65d91
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue