Rakefile in adhearsion-2.6.2 vs Rakefile in adhearsion-2.6.3

- old
+ new

@@ -29,10 +29,10 @@ rescue LoadError STDERR.puts "\nCould not require() YARD! Install with 'gem install yard' to get the 'yardoc' task\n\n" end task :stats do - system 'doc/cloc-1.55.pl . --exclude-dir=.git,vendor,coverage,doc' + system 'scripts/cloc-1.64.pl . --exclude-dir=.git,vendor,coverage,doc,scripts,tmp,.bundle,pkg' end task :encodeify do Dir['{bin,features,lib,spec}/**/*.rb'].each do |filename| File.open filename do |file|