[rubygem-hoe] 3.5.1

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Mar 4 08:52:00 UTC 2013


commit 3137d9ba0e08871d38f97151eece9dced5b91b1a
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Mon Mar 4 17:51:49 2013 +0900

    3.5.1

 .gitignore       |    1 +
 rubygem-hoe.spec |    8 +++++++-
 sources          |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71fdfee..68bb017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ hoe-2.6.1.gem
 /hoe-3.3.0.gem
 /hoe-3.4.0.gem
 /hoe-3.5.0.gem
+/hoe-3.5.1.gem
diff --git a/rubygem-hoe.spec b/rubygem-hoe.spec
index e828d2a..5b9e70a 100644
--- a/rubygem-hoe.spec
+++ b/rubygem-hoe.spec
@@ -7,7 +7,7 @@
 
 Summary:    	Hoe is a simple rake/rubygems helper for project Rakefiles
 Name:       	rubygem-%{gemname}
-Version:    	3.5.0
+Version:    	3.5.1
 Release:    	1%{?dist}
 Group:      	Development/Languages
 License:    	MIT
@@ -127,6 +127,9 @@ chmod 0755 %{buildroot}/%{geminstdir}/template/bin/file_name.erb
 %check
 pushd .%{geminstdir}
 
+# ???
+sed -i -e '/maglev\?/d' test/test_hoe_debug.rb
+
 # Save original Rakefile
 sed -i.isolate -e \
 	'/Hoe\.plugin :isolate/d' Rakefile
@@ -158,6 +161,9 @@ popd
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Mon Mar  4 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 3.5.1-1
+- 3.5.1
+
 * Fri Jan 25 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 3.5.0-1
 - 3.5.0
 
diff --git a/sources b/sources
index 632f96d..caf8dfc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac53c6d860e98d6a041e9756edff0633  hoe-3.5.0.gem
+47cc04785a60a8f39fdd0a25b88abe59  hoe-3.5.1.gem


More information about the scm-commits mailing list