Skip to content

Commit

Permalink
Update gemspec authors and emails
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Mar 9, 2012
1 parent 6b2605c commit 07d2834
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions factory_girl.gemspec
Expand Up @@ -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")
Expand Down

0 comments on commit 07d2834

Please sign in to comment.