Rakefile in clevic-0.13.0.b1 vs Rakefile in clevic-0.13.0.b2

- old
+ new

@@ -5,10 +5,10 @@ # Run 'rake -T' to see list of generated tasks (from gem root directory) $hoe = Hoe.new('clevic', Clevic::VERSION::STRING) do |p| p.developer('John Anderson', 'panic@semiosix.com') p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") p.rubyforge_name = p.name # TODO this is default value - p.description = "SQL table GUI with Qt, Swing, Sequel" + p.description = "SQL table GUI with Qt / Java Swing and Sequel" p.extra_deps = [ ['activesupport','>= 2.0.2'], ['fastercsv', '>=1.2.3'], ['gather', '>=0.0.6'], ['qtext', '>=0.6.6'],