Update draper.gemspec

This commit is contained in:
Eric Thomas 2011-10-23 04:30:38 -07:00
parent 33d7fa2b57
commit 5c284a2c17
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.authors = ["Jeff Casimir"]
s.email = ["jeff@casimircreative.com"]
s.homepage = "http://github.com/jcasimir/draper"
s.summary = "Decorator pattern implmentation for Rails."
s.summary = "Decorator pattern implementation for Rails."
s.description = "Draper reimagines the role of helpers in the view layer of a Rails application, allowing an object-oriented approach rather than procedural."
s.rubyforge_project = "draper"