From 4bf84d2cccc828b724095f716b50cd609dfa001f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 May 2018 20:40:58 +0000 Subject: msgthr 1.2.2 - fix missing loop check This release fixes a missing loop check due to References being out-of-order. This caused cyclic dependencies leading to lost message roots. A NEWS file is also bundled in the RubyGem for non-git users. --- msgthr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msgthr.gemspec') diff --git a/msgthr.gemspec b/msgthr.gemspec index 71f3c18..b27261a 100644 --- a/msgthr.gemspec +++ b/msgthr.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| manifest = File.read('.manifest').split(/\n/) manifest << 'NEWS' if File.exist?('NEWS') s.name = %q{msgthr} - s.version = ENV['VERSION'] || '1.2.1' + s.version = ENV['VERSION'] || '1.2.2' s.authors = ['msgthr hackers'] s.summary = 'container-agnostic, non-recursive message threading' s.description = File.read('README').split(/\n\n/)[1].strip -- cgit v1.2.3-24-ge0c7