require ‘rubygems’ require ‘rake’ require ‘echoe’
Echoe.new(“cass”, “0.0.3“) { |p|
p.author = "Tal Yarkoni" p.email = "tyarkoni@gmail.com" p.summary = "A set of tools for conducting Contrast Analyses of Semantic Similarity (CASS)." p.url = "http://casstools.org" p.docs_host = "http://casstools.org/doc/" # Currently we don't impose a run-time dependency because narray has different # gems for < 1.9 and >= 1.9. Easier just to tell the user to install # the right one. # p.runtime_dependencies = ['narray >=0.5.9.7']
}