Rakefile in furoshiki-0.0.2 vs Rakefile in furoshiki-0.1.0

- old
+ new

@@ -1,6 +1,7 @@ require 'bundler' +require 'rake/clean' Bundler::GemHelper.install_tasks @types = %w[rb] namespace :whitespace do desc 'Removes trailing whitespace' @@ -14,6 +15,7 @@ @types.each do |type| sh %{find . -name '*.#{type}' -exec sed -i '' 's/\t/ /g' {} \\;} end end end - + +CLEAN.include('spec/shoes/.furoshiki', 'spec/shoes/sample_app')