[rubygem-simple-navigation] Updated to simple-navigation 3.5.1.

Vít Ondruch vondruch at fedoraproject.org
Sat Nov 19 21:27:38 UTC 2011


commit 23e4e2e75cfa4b642497e1b28f3bb3e236c36c6c
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Sat Nov 19 22:27:28 2011 +0100

    Updated to simple-navigation 3.5.1.

 .gitignore                     |    1 +
 rubygem-simple-navigation.spec |   12 +++++++++---
 sources                        |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b5a4b7..4fb1e55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /simple-navigation-3.0.0.gem
 /simple-navigation-3.5.0.gem
+/simple-navigation-3.5.1.gem
diff --git a/rubygem-simple-navigation.spec b/rubygem-simple-navigation.spec
index 3db0811..824cb48 100644
--- a/rubygem-simple-navigation.spec
+++ b/rubygem-simple-navigation.spec
@@ -5,8 +5,8 @@
 
 Summary: Ruby library for creating navigation for your Rails or Sinatra application
 Name: rubygem-%{gemname}
-Version: 3.5.0
-Release: 2%{?dist}
+Version: 3.5.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/andi/simple-navigation
@@ -53,7 +53,10 @@ cp -a .%{gemdir}/* \
 
 %check
 pushd .%{geminstdir}
-rspec spec
+# The test suite fails if the order of execution is random.
+# https://github.com/andi/simple-navigation/issues/76
+# rspec spec
+find spec -type f -name *_spec.rb | sort | xargs rspec
 popd
 
 %files
@@ -75,6 +78,9 @@ popd
 
 
 %changelog
+* Sat Nov 19 2011 Vít Ondruch <vondruch at redhat.com> - 3.5.1-1
+- Updated to simple-navigation 3.5.1.
+
 * Fri Nov 18 2011 Vít Ondruch <vondruch at redhat.com> - 3.5.0-2
 - Removed forgotten Sinatra BR.
 
diff --git a/sources b/sources
index 05f14a0..e685564 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c400bc54e84a23686e2fcc3426e82e4  simple-navigation-3.5.0.gem
+e68f0e452124a4b18201ff6f4be0d66c  simple-navigation-3.5.1.gem


More information about the scm-commits mailing list