From 81a9ddf3c3f70b7a4eebc530ff83e8b364b113e4 Mon Sep 17 00:00:00 2001 From: Tom Alison Date: Fri, 30 Oct 2009 16:15:00 -0400 Subject: [PATCH] Adding Michael Wood as an author in the Jeweler task in the Rakefile. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index edafad9..2af9e70 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ begin devices can be targeted with custom Regexps.} gem.email = "accounts@majortom.fastmail.us" gem.homepage = "http://github.com/talison/rack-mobile-detect" - gem.authors = ["Tom Alison"] + gem.authors = ["Tom Alison, Michael Wood"] gem.add_development_dependency "shoulda", ">= 0" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end