[rubygem-unf_ext] Use minitest/autorun instead of minitest/unit

Mamoru TASAKA mtasaka at fedoraproject.org
Tue Apr 22 07:15:18 UTC 2014


commit 140f32d111437e87613f6c43818efb8ded197732
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Tue Apr 22 16:15:10 2014 +0900

    Use minitest/autorun instead of minitest/unit

 rubygem-unf_ext.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-unf_ext.spec b/rubygem-unf_ext.spec
index b0847bd..0d5b0b8 100644
--- a/rubygem-unf_ext.spec
+++ b/rubygem-unf_ext.spec
@@ -6,7 +6,7 @@
 Summary:	Unicode Normalization Form support library for CRuby
 Name:		rubygem-%{gem_name}
 Version:	0.0.6
-Release:	3%{?dist}
+Release:	4%{?dist}
 
 Group:		Development/Languages
 # LICENSE.txt
@@ -103,7 +103,7 @@ sed -i.minitest \
 	test/*.rb
 cat > test/unit.rb << EOF
 gem "minitest"
-require "minitest/unit"
+require "minitest/autorun"
 EOF
 
 # modify shoulda
@@ -152,6 +152,9 @@ test/test_unf_ext.rb
 %exclude	%{gem_instdir}/test/
 
 %changelog
+* Tue Apr 22 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.0.6-4
+- Use minitest/autorun instead of minitest/unit
+
 * Tue Apr 22 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 0.0.6-3
 - F-21: rebuild for ruby 2.1 / rubygems 2.2
 


More information about the scm-commits mailing list