From 2a9a662142d0e62337f4e8c92abca41ebf42cf59 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sun, 28 Jun 2020 14:59:37 -0400 Subject: Fix some issues with 1.4 on older Rubies - Required to fully support rspec. - Resolves #63. --- lib/diff/lcs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/diff/lcs.rb') diff --git a/lib/diff/lcs.rb b/lib/diff/lcs.rb index 1fce946..9d47064 100644 --- a/lib/diff/lcs.rb +++ b/lib/diff/lcs.rb @@ -49,7 +49,7 @@ module Diff; end unless defined? Diff # rubocop:disable Style/Documentation # a x b y c z p d q # a b c a x b y c z module Diff::LCS - VERSION = '1.4.2' + VERSION = '1.4.3' end require 'diff/lcs/callbacks' -- cgit v1.2.1