adding myself to authors

This commit is contained in:
Steve Klabnik 2012-03-14 08:26:32 -04:00
parent 9dcd083781
commit d1bf1f7211
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ require "draper/version"
Gem::Specification.new do |s|
s.name = "draper"
s.version = Draper::VERSION
s.authors = ["Jeff Casimir"]
s.email = ["jeff@casimircreative.com"]
s.authors = ["Jeff Casimir", "Steve Klabnik"]
s.email = ["jeff@casimircreative.com", "steve@steveklabnik.com"]
s.homepage = "http://github.com/jcasimir/draper"
s.summary = "Decorator pattern implementation for Rails."
s.description = "Draper implements a decorator or presenter pattern for Rails applications."