diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2018-09-17 16:56:55 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2018-09-17 16:56:55 -0700 |
commit | 82ff0c235bdddccef76c2aa28a9a4d005dcd918b (patch) | |
tree | 8e6e285b4f039056dba022c763710a811424c52a /actionmailbox.gemspec | |
parent | 627bbd34e142fa7caff49fd660a9a586f3ed6826 (diff) | |
download | rails-82ff0c235bdddccef76c2aa28a9a4d005dcd918b.tar.gz rails-82ff0c235bdddccef76c2aa28a9a4d005dcd918b.tar.bz2 rails-82ff0c235bdddccef76c2aa28a9a4d005dcd918b.zip |
Action Mailbox -> Action Mailroom
Diffstat (limited to 'actionmailbox.gemspec')
-rw-r--r-- | actionmailbox.gemspec | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/actionmailbox.gemspec b/actionmailbox.gemspec deleted file mode 100644 index 699ad4d1b8..0000000000 --- a/actionmailbox.gemspec +++ /dev/null @@ -1,24 +0,0 @@ -$:.push File.expand_path("lib", __dir__) - -# Maintain your gem's version: -require "action_mailbox/version" - -# Describe your gem and declare its dependencies: -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.summary = "Receive and process incoming emails in Rails" - s.homepage = "https://github.com/basecamp/actionmailbox" - s.license = "MIT" - - s.required_ruby_version = ">= 2.5.0" - - s.add_dependency "rails", ">= 5.2.0" - - s.add_development_dependency "bundler", "~> 1.15" - - s.files = `git ls-files`.split("\n") - s.test_files = `git ls-files -- test/*`.split("\n") -end |