[rubygem-isolate/f16] 3.2.0

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Sep 8 17:20:00 UTC 2011


commit 7d1b30e1ccec8fb7cd1d765d5f8bf46d82d42387
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Sep 9 02:19:48 2011 +0900

    3.2.0

 .gitignore           |    1 +
 rubygem-isolate.spec |    7 +++++--
 sources              |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b761d7..cfc01c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /isolate-3.1.0.gem
 /isolate-3.1.1.gem
 /isolate-3.1.2.gem
+/isolate-3.2.0.gem
diff --git a/rubygem-isolate.spec b/rubygem-isolate.spec
index 8cc26b9..1cc7537 100644
--- a/rubygem-isolate.spec
+++ b/rubygem-isolate.spec
@@ -7,7 +7,7 @@
 Summary:	Very simple RubyGems sandbox
 
 Name:		rubygem-%{gemname}
-Version:	3.1.2
+Version:	3.2.0
 Release:	1%{?dist}
 Group:		Development/Languages
 License:	MIT
@@ -67,7 +67,7 @@ rm -f %{buildroot}%{geminstdir}/{.autotest,.gemtest}
 ping -c 3 www.google.co.jp || exit 0
 
 pushd .%{geminstdir}
-rake test --trace
+ruby -rubygems %{_bindir}/rake test --trace
 
 %files
 %defattr(-,root,root,-)
@@ -86,6 +86,9 @@ rake test --trace
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Fri Sep  9 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 3.2.0-1
+- 3.2.0
+
 * Sun Aug 14 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 3.1.2-1
 - 3.1.2
 
diff --git a/sources b/sources
index 5140884..faa85ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-60a1178265f69f825462651bd6b6eea8  isolate-3.1.2.gem
+30facb974dfe44e5a240252fb3c4f7b2  isolate-3.2.0.gem


More information about the scm-commits mailing list