From 8d81bb9729e91718293989b1bc1f071a65e38986 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 8 Sep 2020 16:11:26 +0800 Subject: [PATCH] delete spec_prep_plus.sh file --- rubygem-minitest-reporters.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rubygem-minitest-reporters.spec b/rubygem-minitest-reporters.spec index 5376ba3..6e124e8 100644 --- a/rubygem-minitest-reporters.spec +++ b/rubygem-minitest-reporters.spec @@ -1,7 +1,7 @@ %global gem_name minitest-reporters Name: rubygem-%{gem_name} Version: 1.3.8 -Release: 1 +Release: 2 Summary: Create customizable Minitest output formats License: MIT URL: https://github.com/CapnKernul/minitest-reporters @@ -63,5 +63,8 @@ popd %{gem_instdir}/test %changelog +* Tue Sep 8 2020 yanan li - 1.3.8-2 +- delete spec_prep_plus.sh file + * Mon Aug 24 2020 liyanan - 1.3.8-1 - package init