summaryrefslogtreecommitdiff
path: root/diff-lcs.gemspec
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-19 21:23:24 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-12-19 21:23:24 -0500
commit0c1529965772baf94aee9c94109df9ffecbc9407 (patch)
treed6bd10b78eec289673e9be703167cf0cfe5cd1d4 /diff-lcs.gemspec
parentac66fb387e56ad841035ec55fdd93d9e2f11a9ff (diff)
downloaddiff-lcs-0c1529965772baf94aee9c94109df9ffecbc9407.tar.gz
Prepare for pre-release gem
Diffstat (limited to 'diff-lcs.gemspec')
-rw-r--r--diff-lcs.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/diff-lcs.gemspec b/diff-lcs.gemspec
index 4b00fd0..e529805 100644
--- a/diff-lcs.gemspec
+++ b/diff-lcs.gemspec
@@ -1,15 +1,15 @@
# -*- encoding: utf-8 -*-
-# stub: diff-lcs 1.4.4 ruby lib
+# stub: diff-lcs 1.5.0.pre.1 ruby lib
Gem::Specification.new do |s|
s.name = "diff-lcs".freeze
- s.version = "1.4.4"
+ s.version = "1.5.0.pre.1"
- s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
+ s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".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 = "2021-12-14"
+ s.date = "2021-12-20"
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.3, providing a simple extension that allows for\nDiff::LCS::Change objects to be treated implicitly as arrays and fixes a\nnumber of formatting issues.\n\nRuby versions below 2.5 are soft-deprecated, which means that older versions\nare no longer part of the CI test suite. If any changes have been introduced\nthat break those versions, bug reports and patches will be accepted, but it\nwill be up to the reporter to verify any fixes prior to release. The next\nmajor release will completely break compatibility.".freeze
s.email = ["halostatue@gmail.com".freeze]
s.executables = ["htmldiff".freeze, "ldiff".freeze]