summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2020-06-22 23:20:27 -0400
committerAustin Ziegler <austin@zieglers.ca>2020-06-22 23:40:37 -0400
commitc93cafb490844f44fd183e974817a4efb8e3066d (patch)
tree35a679952ea38a2e5499b5da390b047f3cd3718d /README.rdoc
parentfbbe93f99c749bdd1b955483b9d1225658563ec8 (diff)
downloaddiff-lcs-c93cafb490844f44fd183e974817a4efb8e3066d.tar.gz
Finalize 1.4 release
- Use GitHub Actions - Exclude windows code from non-windows tests - Exclude unsupported windows tests and allow windows failures for now because of line-ending differences - Remove Travis configuration
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc5
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