Rakefile in resque-forker-1.2.1 vs Rakefile in resque-forker-1.3.0

- old
+ new

@@ -24,5 +24,9 @@ end YARD::Rake::YardocTask.new do |doc| doc.files = FileList["lib/**/*.rb"] end + +task :clobber do + rm_rf %w{doc .yardoc} +end