sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 367805e7236ce3a506a31bcd7c5710b4146b1f8f
parent 9b694dc1e91353eea23d0f92dc8df1d324c01a39
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Sun, 24 Jun 2007 20:36:21 +0000

removed wrong iconv depencency in Rakefile (thanks to Brian)

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@466 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Rakefile b/Rakefile
@@ -16,7 +16,7 @@ Hoe.new('sup', Redwood::VERSION) do |p|
   p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[2].gsub(/^\s+/, "")
   p.changes = p.paragraphs_of('History.txt', 0..0).join("\n\n")
   p.email = "wmorgan-sup@masanjin.net"
-  p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh', ['trollop', '>= 1.5'], 'lockfile', 'iconv']
+  p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh', ['trollop', '>= 1.7'], 'lockfile']
 end
 
 rule 'ss?.png' => 'ss?-small.png' do |t|