summaryrefslogtreecommitdiff
path: root/rake_tasks
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-03-07 22:41:14 +0000
committermurphy <murphy@rubychan.de>2011-03-07 22:41:14 +0000
commitad4a2d62334b5e05a9921443f488fd8a340477e5 (patch)
treea875dd724eed45f777eda3ff3c955dedf4b69185 /rake_tasks
parent6fc1d81350fe564449a73661218c5e5c93922d25 (diff)
downloadcoderay-ad4a2d62334b5e05a9921443f488fd8a340477e5.tar.gz
added bin folder to the statistics
Diffstat (limited to 'rake_tasks')
-rw-r--r--rake_tasks/statistic.rake1
1 files changed, 1 insertions, 0 deletions
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$/],