From 07d2834948a5703a5abfbeecbd179b9a0121e0d4 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Fri, 9 Mar 2012 15:11:54 -0500 Subject: [PATCH] Update gemspec authors and emails --- factory_girl.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/factory_girl.gemspec b/factory_girl.gemspec index f21f5e62e..dabf9e585 100644 --- a/factory_girl.gemspec +++ b/factory_girl.gemspec @@ -16,8 +16,9 @@ Gem::Specification.new do |s| s.require_paths = ['lib'] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") - s.authors = ["Joe Ferris"] - s.email = %q{jferris@thoughtbot.com} + s.authors = ["Josh Clayton", "Joe Ferris"] + s.email = ["jclayton@thoughtbot.com", "jferris@thoughtbot.com"] + s.homepage = "https://github.com/thoughtbot/factory_girl" s.add_dependency("activesupport", ">= 2.3.9")