code_statistics 0.2.12 → 0.2.13
Sign up to get free protection for your applications and to get access to all the features.
- 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