diff options
author | murphy <murphy@rubychan.de> | 2011-03-07 22:41:14 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-03-07 22:41:14 +0000 |
commit | ad4a2d62334b5e05a9921443f488fd8a340477e5 (patch) | |
tree | a875dd724eed45f777eda3ff3c955dedf4b69185 /rake_tasks/statistic.rake | |
parent | 6fc1d81350fe564449a73661218c5e5c93922d25 (diff) | |
download | coderay-ad4a2d62334b5e05a9921443f488fd8a340477e5.tar.gz |
added bin folder to the statistics
Diffstat (limited to 'rake_tasks/statistic.rake')
-rw-r--r-- | rake_tasks/statistic.rake | 1 |
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$/],
|