From 0c1529965772baf94aee9c94109df9ffecbc9407 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sun, 19 Dec 2021 21:23:24 -0500 Subject: Prepare for pre-release gem --- diff-lcs.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'diff-lcs.gemspec') 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] -- cgit v1.2.1