Make gemspec consistent with README

[ci skip]
This commit is contained in:
Andrew Haines 2013-01-22 00:20:18 +00:00
parent d1acc8dcdb
commit 94215eeb43
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.email = ["jeff@casimircreative.com", "steve@steveklabnik.com"]
s.homepage = "http://github.com/drapergem/draper"
s.summary = "View Models for Rails"
s.description = "Draper adds a nicely-separated object-oriented layer of presentation logic to your Rails apps."
s.description = "Draper adds an object-oriented layer of presentation logic to your Rails apps."
s.rubyforge_project = "draper"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")