dkubb-yardstick 0.0.1 → 0.1.0

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.
@@ -1,16 +0,0 @@
1
- = yardstick
2
-
3
- Yardstick is a tool that verifies YARD coverage of ruby code.
4
-
5
- It will measure the source and provide feedback on what is missing from
6
- the documentation and what can be improved.
7
-
8
- == Usage
9
-
10
- From the command-line:
11
-
12
- yardstick lib/**/*.rb
13
-
14
- == Copyright
15
-
16
- Copyright (c) 2009 Dan Kubb. See LICENSE for details.