Rakefile in image_science-1.2.6 vs Rakefile in image_science-1.3.0
- old
+ new
@@ -11,9 +11,11 @@
Hoe.plugin :isolate
Hoe.spec 'image_science' do
developer 'Ryan Davis', 'ryand-ruby@zenspider.com'
+ license "MIT"
+
clean_globs << 'blah*png' << 'images/*_thumb.*'
end
task :debug => :isolate do
file = ENV["F"]