diff options
author | Austin Ziegler <austin@zieglers.ca> | 2020-06-22 23:46:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 23:46:08 -0400 |
commit | 4168a8eb56231152697290d14ac62a02eac9ac3f (patch) | |
tree | 35a679952ea38a2e5499b5da390b047f3cd3718d /README.rdoc | |
parent | fbbe93f99c749bdd1b955483b9d1225658563ec8 (diff) | |
parent | c93cafb490844f44fd183e974817a4efb8e3066d (diff) | |
download | diff-lcs-1.4.tar.gz |
Merge pull request #55 from halostatue/release-v14v1.4
Prepare for 1.4 release
Diffstat (limited to 'README.rdoc')
-rw-r--r-- | README.rdoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rdoc b/README.rdoc index f1a358e..07a9be7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,8 +4,7 @@ home :: https://github.com/halostatue/diff-lcs code :: https://github.com/halostatue/diff-lcs bugs :: https://github.com/halostatue/diff-lcs/issues rdoc :: http://rubydoc.info/github/halostatue/diff-lcs -continuous integration :: {<img src="https://travis-ci.org/halostatue/diff-lcs.svg" />}[https://travis-ci.org/halostatue/diff-lcs] -test coverage :: {<img src="https://coveralls.io/repos/halostatue/diff-lcs/badge.svg" alt="Coverage Status" />}[https://coveralls.io/r/halostatue/diff-lcs] +continuous integration :: {<img src="https://github.com/halostatue/diff-lcs/workflows/CI/badge.svg" />}[https://github.com/halostatue/diff-lcs/actions] == Description @@ -15,7 +14,7 @@ to create a simple HTML diff output format and a standard diff-like tool. This is release 1.4, providing a simple extension that allows for Diff::LCS::Change objects to be treated implicitly as arrays. Ruby versions -below 2.3 are soft-deprecated. +below 2.5 are soft-deprecated. This means that older versions are no longer part of the CI test suite. If any changes have been introduced that break those versions, bug reports and patches |