From ad4a2d62334b5e05a9921443f488fd8a340477e5 Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 7 Mar 2011 22:41:14 +0000 Subject: added bin folder to the statistics --- rake_tasks/statistic.rake | 1 + 1 file changed, 1 insertion(+) (limited to 'rake_tasks/statistic.rake') diff --git a/rake_tasks/statistic.rake b/rake_tasks/statistic.rake index b66a4ab..99de378 100644 --- a/rake_tasks/statistic.rake +++ b/rake_tasks/statistic.rake @@ -8,6 +8,7 @@ task :stats do [' Encoders', 'lib/coderay/encoders/**'], [' Helpers', 'lib/coderay/helpers/**'], [' Styles', 'lib/coderay/styles/**'], + ['Executable', 'bin', /coderay$/], ['Executable Tests', 'test/executable/**'], ['Functional Tests', 'test/functional/**'], ['Scanner Tests', 'test/scanners/**', /suite\.rb$/], -- cgit v1.2.1