Skip to content

Commit b27f380

Browse files
committed
📝 Improve documentation
1 parent 7c4d2b7 commit b27f380

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This gem has a very niche purpose, which is:
88
2. while not interfering with `gemspec` parsing where the `VERSION` string is traditionally used,
99
3. allowing 100% test coverage of Ruby code, including the `Version` module.
1010

11+
As proof in the pudding, this gem achieves 100% test coverage for lines and branches;
12+
enabled by the patterns from by this library.
13+
You can make it happen for your library too!
14+
1115
If this isn't **precisely** your use case you may be better off looking at
1216
_[versionaire](https://www.alchemists.io/projects/versionaire)_, a wonderful, performant, well-maintained,
1317
gem from the Alchemists, or _[version_sorter](https://rubygems.org/gems/version_sorter)_ from GitHub.

0 commit comments

Comments
 (0)