]> git.cworth.org Git - sup/commitdiff
removed wrong iconv depencency in Rakefile (thanks to Brian)
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 24 Jun 2007 20:36:21 +0000 (20:36 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sun, 24 Jun 2007 20:36:21 +0000 (20:36 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@466 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Rakefile

index 0ea68f35807f3dac88a99fccf31af96fc64a017c..180f0afa0cccffafbde5c606f64f42819dfcc49e 100644 (file)
--- 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|