Rakefile in ParseTree-1.6.3 vs Rakefile in ParseTree-1.6.4

- old
+ new

@@ -5,9 +5,10 @@ $: << "../../RubyInline/dev" require './lib/parse_tree.rb' Hoe.new("ParseTree", ParseTree::VERSION) do |p| + p.rubyforge_name = "parsetree" p.summary = "Extract and enumerate ruby parse trees." p.description = p.paragraphs_of("README.txt", 2).join("\n\n") p.changes = p.paragraphs_of("History.txt", 1).join("\n\n") p.clean_globs << File.expand_path("~/.ruby_inline") p.extra_deps << ['RubyInline', '>= 3.2.0']