summaryrefslogtreecommitdiff
path: root/diff-lcs.gemspec
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2020-06-29 09:03:19 -0400
committerAustin Ziegler <austin@zieglers.ca>2020-06-29 09:03:19 -0400
commit99f65fdc8253c3bf800bc0e17c2cbbde9ade9ba8 (patch)
treece11371fd78eebae777883f273295f9fda51ed27 /diff-lcs.gemspec
parent83bfe1b2e102e98b55be94d7406fe7183d4db463 (diff)
downloaddiff-lcs-99f65fdc8253c3bf800bc0e17c2cbbde9ade9ba8.tar.gz
Release v1.4.3v1.4.3
- Clarify the compatibility policy some.
Diffstat (limited to 'diff-lcs.gemspec')
-rw-r--r--diff-lcs.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/diff-lcs.gemspec b/diff-lcs.gemspec
index f3a59c6..03f9738 100644
--- a/diff-lcs.gemspec
+++ b/diff-lcs.gemspec
@@ -1,15 +1,15 @@
# -*- encoding: utf-8 -*-
-# stub: diff-lcs 1.4.2 ruby lib
+# stub: diff-lcs 1.4.3 ruby lib
Gem::Specification.new do |s|
s.name = "diff-lcs".freeze
- s.version = "1.4.2"
+ s.version = "1.4.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "bug_tracker_uri" => "https://github.com/halostatue/diff-lcs/issues", "homepage_uri" => "https://github.com/halostatue/diff-lcs", "source_code_uri" => "https://github.com/halostatue/diff-lcs" } if s.respond_to? :metadata=
s.require_paths = ["lib".freeze]
s.authors = ["Austin Ziegler".freeze]
- s.date = "2020-06-24"
+ s.date = "2020-06-29"
s.description = "Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.4, providing a simple extension that allows for\nDiff::LCS::Change objects to be treated implicitly as arrays. Ruby versions\nbelow 2.5 are soft-deprecated.\n\nThis means that older versions are no longer part of the CI test suite. If any\nchanges have been introduced that break those versions, bug reports and patches\nwill be accepted, but it will be up to the reporter to verify any fixes prior\nto release. A future release will completely break compatibility.".freeze
s.email = ["halostatue@gmail.com".freeze]
s.executables = ["htmldiff".freeze, "ldiff".freeze]