[rubygem-htmlentities] 4.3.3

Mamoru TASAKA mtasaka at fedoraproject.org
Sat Dec 27 09:57:20 UTC 2014


commit 4492e47f5f72c8e2d5dd43a3a675d2855f51dda7
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Sat Dec 27 18:57:20 2014 +0900

    4.3.3

 .gitignore                |    1 +
 rubygem-htmlentities.spec |   12 ++++++------
 sources                   |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c40b8b8..c9508e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ htmlentities-4.2.0.gem
 /htmlentities-4.3.0.gem
 /htmlentities-4.3.1.gem
 /htmlentities-4.3.2.gem
+/htmlentities-4.3.3.gem
diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec
index a34b930..c15baed 100644
--- a/rubygem-htmlentities.spec
+++ b/rubygem-htmlentities.spec
@@ -6,8 +6,8 @@
 
 Summary:	A module for encoding and decoding (X)HTML entities
 Name:		rubygem-%{gem_name}
-Version:	4.3.2
-Release:	2%{?dist}
+Version:	4.3.3
+Release:	1%{?dist}
 Group:		Development/Languages
 License:	MIT
 URL:		https://github.com/threedaymonk/htmlentities
@@ -67,10 +67,7 @@ pushd ./%{gem_instdir}/
 
 sed -i -e '2i gem "test-unit"' test/test_helper.rb
 
-for f in test/*.rb
-do
-	ruby -Ilib $f
-done
+ruby -Ilib:. -e 'Dir.glob("test/*.rb").each{|f| require f}'
 
 %files
 %dir	%{gem_instdir}
@@ -87,6 +84,9 @@ done
 
 
 %changelog
+* Sat Dec 27 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 4.3.3-1
+- 4.3.3
+
 * Mon Jun  9 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 4.3.2-2
 - Rebuild
 
diff --git a/sources b/sources
index a25dfdb..d5a6521 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdf2299d1f9a656d49743f87b233db26  htmlentities-4.3.2.gem
+c93e1153e3f108fdc0f7c3cb75af6ba2  htmlentities-4.3.3.gem


More information about the scm-commits mailing list