From 28354a62a85eecc5e4de32bedcb86313b14e35cc Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Thu, 27 Dec 2012 11:15:34 +0000 Subject: [PATCH] Update gemspec to mirror README [ci skip] --- draper.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draper.gemspec b/draper.gemspec index 07aa71d..b1ccc16 100644 --- a/draper.gemspec +++ b/draper.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |s| s.authors = ["Jeff Casimir", "Steve Klabnik"] s.email = ["jeff@casimircreative.com", "steve@steveklabnik.com"] s.homepage = "http://github.com/drapergem/draper" - s.summary = "Decorator pattern implementation for Rails." - s.description = "Draper implements a decorator or presenter pattern for Rails applications." + s.summary = "View Models for Rails" + s.description = "Draper adds a nicely-separated 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")