sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit c2fb6aa68f6b784cbb96e5da3b7cb137bf0fc9c5
parent 7f4f077ba99c4e17943a44005b5bf261690cfb70
Author: Whyme Lyu <callme5long@gmail.com>
Date:   Fri,  3 May 2013 21:12:41 +0800

`rake :tarball` is not needed. Use `rake pacakge` instead

Diffstat:
M Rakefile | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/Rakefile b/Rakefile
@@ -15,5 +15,4 @@ Gem::PackageTask.new(Redwood::Gemspec) do |pkg|
     pkg.need_tar = true
 end
 
-task :tarball => ["pkg/sup-#{SUP_VERSION}.tgz"]
 task :travis => [:test, :gem]