code_statistics 0.2.12 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/code_statistics.gemspec +1 -1
- data/lib/tasks/code_stats.rb +1 -0
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -8,7 +8,7 @@ todos:
|
|
8
8
|
* count number of total files
|
9
9
|
* count number of of .rb or passed in filter files
|
10
10
|
* find todo, perf, bug, hack, etc comments and display them with info about them (line number etc)
|
11
|
-
|
11
|
+
*reduce duplication between bin and task
|
12
12
|
|
13
13
|
contact@devver.net
|
14
14
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.13
|
data/code_statistics.gemspec
CHANGED
data/lib/tasks/code_stats.rb
CHANGED