|
1 | 1 | # Diff::LCS |
2 | 2 |
|
3 | | -- home :: https://github.com/halostatue/diff-lcs |
4 | | -- changelog :: https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md |
5 | | -- code :: https://github.com/halostatue/diff-lcs |
6 | | -- bugs :: https://github.com/halostatue/diff-lcs/issues |
7 | | -- rdoc :: https://rubydoc.info/github/halostatue/diff-lcs |
| 3 | +[![RubyGems Version][shield-gems]][rubygems] ![Coveralls][shield-coveralls] |
| 4 | +[![Build Status][shield-ci]][ci-workflow] |
8 | 5 |
|
9 | | -<a href="https://github.com/halostatue/diff-lcs/actions"> |
10 | | - <img src="https://github.com/halostatue/diff-lcs/workflows/CI/badge.svg" /> |
11 | | -</a> |
| 6 | +- code :: <https://github.com/halostatue/diff-lcs> |
| 7 | +- issues :: <https://github.com/halostatue/diff-lcs/issues> |
| 8 | +- docs :: <https://halostatue.github.io/diff-lcs/> |
| 9 | +- changelog :: <https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md> |
12 | 10 |
|
13 | 11 | ## Description |
14 | 12 |
|
@@ -88,5 +86,11 @@ Subsequences</em>, CACM, vol.20, no.5, pp.350-353, May 1977, with a few minor |
88 | 86 | improvements to improve the speed. A simplified description of the algorithm, |
89 | 87 | originally written for the Perl version, was written by Mark-Jason Dominus. |
90 | 88 |
|
91 | | -[smalltalk]: ftp://st.cs.uiuc.edu/pub/Smalltalk/MANCHESTER/manchester/4.0/diff.st |
| 89 | +[ci-workflow]: https://github.com/halostatue/diff-lcs/actions/workflows/ci.yml |
| 90 | +[coveralls]: https://coveralls.io/github/halostatue/diff-lcs?branch=main |
92 | 91 | [perl]: https://search.cpan.org/~nedkonz/Algorithm-Diff-1.15/ |
| 92 | +[rubygems]: https://rubygems.org/gems/diff-lcs |
| 93 | +[shield-ci]: https://img.shields.io/github/actions/workflow/status/halostatue/diff-lcs/ci.yml?style=for-the-badge "Build Status" |
| 94 | +[shield-coveralls]: https://img.shields.io/coverallsCoverage/github/halostatue/diff-lcs?style=for-the-badge |
| 95 | +[shield-gems]: https://img.shields.io/gem/v/diff-lcs?style=for-the-badge "Version" |
| 96 | +[smalltalk]: ftp://st.cs.uiuc.edu/pub/Smalltalk/MANCHESTER/manchester/4.0/diff.st |
0 commit comments