From ce90ded4ca07a92b1bdf72c9296679b5d523383f Mon Sep 17 00:00:00 2001
From: Kevin Solorio <soloriok@gmail.com>
Date: Tue, 8 Jan 2019 10:36:33 -0800
Subject: add new frameworks to tasks/release.rb

The Frameworks collection was missing actiontext and actionmailbox,
this would mean they are skipped when running any tasks that
iterated through this collection

changes include

Breaking up frameworks declaration into multiple lines and put
them in order. This should make adding to the list easier and
if you need to scan it, they will be in order you would expect

Add `package` task to both actiontext and actionmailbox
---
 actionmailbox/Rakefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'actionmailbox')

diff --git a/actionmailbox/Rakefile b/actionmailbox/Rakefile
index 5cda013f96..36aed17282 100644
--- a/actionmailbox/Rakefile
+++ b/actionmailbox/Rakefile
@@ -4,6 +4,8 @@ require "bundler/setup"
 require "bundler/gem_tasks"
 require "rake/testtask"
 
+task :package
+
 Rake::TestTask.new do |t|
   t.libs << "test"
   t.pattern = "test/**/*_test.rb"
-- 
cgit v1.2.3