From 19730e4891f7408239a154d5390ce67923bc6119 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 12 Dec 2018 15:42:03 -0800 Subject: George ended up doing a lot of the actual code --- actionmailbox.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actionmailbox.gemspec') diff --git a/actionmailbox.gemspec b/actionmailbox.gemspec index e3dae277d4..84307ee7ef 100644 --- a/actionmailbox.gemspec +++ b/actionmailbox.gemspec @@ -7,10 +7,10 @@ require "action_mailbox/version" Gem::Specification.new do |s| s.name = "actionmailbox" s.version = ActionMailbox::VERSION - s.authors = ["Jeremy Daer", "David Heinemeier Hansson"] - s.email = ["jeremy@basecamp.com", "david@loudthinking.com"] + s.authors = ["David Heinemeier Hansson", "George Claghorn"] + s.email = ["david@loudthinking.com", "george@basecamp.com"] s.summary = "Receive and process incoming emails in Rails" - s.homepage = "https://github.com/basecamp/actionmailbox" + s.homepage = "https://github.com/rails/actionmailbox" s.license = "MIT" s.required_ruby_version = ">= 2.5.0" -- cgit v1.2.3