diff options
-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$/],
|