From 20188aa8c1b7b0c51a76af37dec494441f3086ad Mon Sep 17 00:00:00 2001 From: Michal Fojtik Date: Mon, 15 Jul 2013 11:15:15 +0200 Subject: [PATCH] Release 1.5.0 --- .gitignore | 1 + rubygem-rack-protection.spec | 10 ++++++---- sources | 1 + 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 808e13d..de072cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /rack-protection-1.2.0.gem /rack-protection-1.3.2.gem +/rack-protection-1.5.0.gem diff --git a/rubygem-rack-protection.spec b/rubygem-rack-protection.spec index a7cba93..adf04a3 100644 --- a/rubygem-rack-protection.spec +++ b/rubygem-rack-protection.spec @@ -4,8 +4,8 @@ Summary: Ruby gem that protects against typical web attacks Name: rubygem-%{gem_name} -Version: 1.3.2 -Release: 3%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://github.com/rkh/rack-protection @@ -17,7 +17,7 @@ BuildRequires: rubygems-devel %if 0%{bootstrap} < 1 BuildRequires: rubygem(minitest) BuildRequires: rubygem(rack) -BuildRequires: rubygem(rspec) +BuildRequires: rubygem(rspec-core) BuildRequires: rubygem(rack-test) %endif BuildArch: noarch @@ -39,7 +39,6 @@ This package contains documentation for %{name}. %prep %setup -q -c -T -%{__mkdir_p} .%{gem_dir} %gem_install -n %{SOURCE0} rm .%{gem_instdir}/%{gem_name}.gemspec rm .%{gem_cache} @@ -70,6 +69,9 @@ cp -rv .%{gem_dir}/* %{buildroot}%{gem_dir} %doc %{gem_docdir} %changelog +* Mon Jul 15 2013 Michal Fojtik - 1.5.0-1 +- Release 1.5.0 + * Tue Mar 05 2013 Vít Ondruch - 1.3.2-3 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 diff --git a/sources b/sources index 1734329..71d2fe5 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 07655617239266837416bdd11d1b5307 rack-protection-1.2.0.gem eda51ee114e3a6308d3075468d7ea2fc rack-protection-1.3.2.gem +bfbf7ac051bb0af8329c8ac65f296c67 rack-protection-1.5.0.gem