require 'rubygems' require 'rake' require 'echoe' Echoe.new "cmdline-fu", File.read("./VERSION").chomp do |p| p.author = "t9md" p.email = "taqumd@gmail.com" p.summary = %Q{CLI frontend for http://www.commandlinefu.com/ } p.project = nil p.rubyforge_name = nil p.url = "http://github.com/t9md/cmdline-fu" p.runtime_dependencies << 'colored' p.runtime_dependencies << 'hpricot >=0.8.2' end