aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox.gemspec
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-09-17 16:51:38 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-09-17 16:51:38 -0700
commit52b1e2c6cfd5e76d72a6de09b28e51f2440c48c4 (patch)
tree9f796bb60cc1bf0686155120893f2a97dc36d3b8 /actionmailbox.gemspec
parent4ab739a72a30911e8a72abeb19428434cbc03a2e (diff)
downloadrails-52b1e2c6cfd5e76d72a6de09b28e51f2440c48c4.tar.gz
rails-52b1e2c6cfd5e76d72a6de09b28e51f2440c48c4.tar.bz2
rails-52b1e2c6cfd5e76d72a6de09b28e51f2440c48c4.zip
Copypasta is delicious!
Diffstat (limited to 'actionmailbox.gemspec')
-rw-r--r--actionmailbox.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailbox.gemspec b/actionmailbox.gemspec
index 1fdfff7b00..699ad4d1b8 100644
--- a/actionmailbox.gemspec
+++ b/actionmailbox.gemspec
@@ -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"