[rubygem-warden] Update to the warden 1.0.5

Vít Ondruch vondruch at fedoraproject.org
Wed Jul 27 05:31:09 UTC 2011


commit 32f30865362221e5ec7a2cc9a7b73f197f1c7229
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Jul 27 07:30:55 2011 +0200

    Update to the warden 1.0.5

 .gitignore          |    1 +
 rubygem-warden.spec |   12 +++++-------
 sources             |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62ec84b..de7065b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /warden-1.0.3.gem
 /warden-1.0.4.gem
+/warden-1.0.5.gem
diff --git a/rubygem-warden.spec b/rubygem-warden.spec
index a392fc9..2726f97 100644
--- a/rubygem-warden.spec
+++ b/rubygem-warden.spec
@@ -5,7 +5,7 @@
 
 Summary: Rack middle-ware that provides authentication for rack applications
 Name: rubygem-%{gemname}
-Version: 1.0.4
+Version: 1.0.5
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -46,12 +46,7 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
 
 %check
 pushd %{buildroot}/%{geminstdir}
-
-# 2 test cases fail due to Rack 1.3 although they works fine with Rack 1.2.
-# https://github.com/hassox/warden/issues/26
-rspec spec/ | \
-        grep "194 examples, 2 failures"
-
+rspec spec
 popd
 
 %files
@@ -74,6 +69,9 @@ popd
 
 
 %changelog
+* Wed Jul 27 2011 Vít Ondruch <vondruch at redhat.com> - 1.0.5-1
+- Update to the warden 1.0.5
+
 * Tue Jul 26 2011 Vít Ondruch <vondruch at redhat.com> - 1.0.4-1
 - Update to the warden 1.0.4
 - Use RSpec 2.x for tests
diff --git a/sources b/sources
index c1ef7d6..97531a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98909006632aa6818f8a5d8624f8c4ba  warden-1.0.4.gem
+ad631dd7a74c53edf9c1d0f98b9283d8  warden-1.0.5.gem


More information about the scm-commits mailing list