1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Copypasta is delicious!

This commit is contained in:
David Heinemeier Hansson 2018-09-17 16:51:38 -07:00
parent 4ab739a72a
commit 52b1e2c6cf

View file

@ -6,7 +6,7 @@ require "action_mailbox/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "actionmailbox"
s.version = ActionText::VERSION
s.version = ActionMailbox::VERSION
s.authors = ["Jeremy Daer", "David Heinemeier Hansson"]
s.email = ["jeremy@basecamp.com", "david@loudthinking.com"]
s.summary = "Receive and process incoming emails in Rails"