Navigation Menu

Skip to content

Commit

Permalink
adding myself to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Mar 14, 2012
1 parent 9dcd083 commit d1bf1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draper.gemspec
Expand Up @@ -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."
Expand Down

0 comments on commit d1bf1f7

Please sign in to comment.