Rakefile in image_science-1.0.0 vs Rakefile in image_science-1.1.0

- old
+ new

@@ -8,8 +8,10 @@ p.rubyforge_name = 'seattlerb' p.description = p.paragraphs_of('README.txt', 2..3).join(" ") p.summary = p.description[/^[^.]+\./] p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1].first.strip p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") + p.extra_deps << 'RubyInline' + p.clean_globs << 'blah*png' end # vim: syntax=Ruby