lib/clean.rb in dev_commands-0.0.18 vs lib/clean.rb in dev_commands-0.0.19

- old
+ new

@@ -2,11 +2,9 @@ def update ['.yardoc','log','tmp','obj'].each{|dir| CLEAN.include(dir) if File.exists?(dir) } - #CLEAN.include('.yardoc','log','tmp','*.gem','obj') - CLEAN.include('**/*.{suo,sdf}') add '<%Rake::Task[:clean].reenable%>' add '<%Rake::Task[:clean].invoke%>' end \ No newline at end of file