aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox.gemspec
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-12-12 15:42:03 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-12-12 15:42:03 -0800
commit19730e4891f7408239a154d5390ce67923bc6119 (patch)
tree27a44a3ddd09a95c93a0a1bab58b05bfcaa97422 /actionmailbox.gemspec
parent03166d4bd6a353888552ea3ef8e6499d8f1e1bff (diff)
downloadrails-19730e4891f7408239a154d5390ce67923bc6119.tar.gz
rails-19730e4891f7408239a154d5390ce67923bc6119.tar.bz2
rails-19730e4891f7408239a154d5390ce67923bc6119.zip
George ended up doing a lot of the actual code
Diffstat (limited to 'actionmailbox.gemspec')
-rw-r--r--actionmailbox.gemspec6
1 files changed, 3 insertions, 3 deletions
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"