aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox.gemspec
diff options
context:
space:
mode:
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"