diff --git a/.gitignore b/.gitignore index de8158c..be314df 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ /rspec-expectations-2.14.5.gem /rspec-expectations-3.1.2.gem /rubygem-rspec-expectations-3.1.2-full.tar.gz +/rspec-expectations-3.2.0.gem +/rubygem-rspec-expectations-3.2.0-full.tar.gz diff --git a/rubygem-rspec-expectations.spec b/rubygem-rspec-expectations.spec index 21ead84..3bd4857 100644 --- a/rubygem-rspec-expectations.spec +++ b/rubygem-rspec-expectations.spec @@ -1,13 +1,13 @@ -%global majorver 3.1.2 +%global majorver 3.2.0 #%%global preminorver .rc6 %global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||') %global fullver %{majorver}%{?preminorver} -%global fedorarel 2 +%global fedorarel 1 %global gem_name rspec-expectations -%global need_bootstrap_set 0 +%global need_bootstrap_set 1 Summary: Rspec-2 expectations (should and matchers) Name: rubygem-%{gem_name} @@ -26,7 +26,7 @@ BuildRequires: ruby(release) BuildRequires: rubygems-devel %if 0%{?need_bootstrap_set} < 1 BuildRequires: rubygem(rspec) -BuildRequires: rubygem(minitest) +BuildRequires: rubygem(minitest) >= 5 %endif BuildArch: noarch @@ -84,6 +84,10 @@ popd %{gem_docdir} %changelog +* Mon Feb 9 2015 Mamoru TASAKA - 3.2.0-1 +- 3.2.0 +- Once disable tests + * Mon Nov 10 2014 Mamoru TASAKA - 3.1.2-2 - Enable tests diff --git a/sources b/sources index 953dd09..b29487e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -de9293803cbd34edc560e1ba7603822c rspec-expectations-3.1.2.gem -d9f9cc3fb3fdd529db4478170f8da228 rubygem-rspec-expectations-3.1.2-full.tar.gz +617f14b67cc5cd72885a98cde36ca11f rspec-expectations-3.2.0.gem +8fe797bf31445a25526e01322930cf48 rubygem-rspec-expectations-3.2.0-full.tar.gz