detroit-yardstick 0.2.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.index +52 -0
- data/.yardopts +7 -2
- data/COPYING.md +701 -0
- data/HISTORY.md +5 -0
- data/README.md +42 -0
- data/lib/detroit-yardstick.rb +69 -59
- data/man/detroit-yardstick.5 +83 -0
- data/man/detroit-yardstick.5.html +148 -0
- data/man/detroit-yardstick.5.ronn +32 -57
- metadata +49 -29
- data/.ruby +0 -41
- data/COPYING.rdoc +0 -21
- data/LICENSE.txt +0 -674
- data/README.rdoc +0 -22
data/README.rdoc
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
= Detroit Yardstick Tool
|
2
|
-
|
3
|
-
|
4
|
-
== DESCRIPTION
|
5
|
-
|
6
|
-
The Yardstick tool generates documenation coverage report's using the
|
7
|
-
Yardstick gem. This occurs `post-document` on the standard assembly.
|
8
|
-
|
9
|
-
|
10
|
-
== INSTALL
|
11
|
-
|
12
|
-
$ gem install detroit-yardstick
|
13
|
-
|
14
|
-
|
15
|
-
== COPYRIGHT
|
16
|
-
|
17
|
-
Copyright (c) 2011 Thomas Sawyer
|
18
|
-
|
19
|
-
GPL v.3 license
|
20
|
-
|
21
|
-
See COPYING.rdoc and GPL3.txt file for details.
|
22
|
-
|