Merge pull request #62 from et/patch-1

Update draper.gemspec
This commit is contained in:
Jeff Casimir 2011-10-23 04:34:36 -07:00
commit 58e6399921
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"