From 3f57618cfcb5d04d636956b6251f79608215bfcd Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sat, 6 May 2017 23:36:19 +0900 Subject: [PATCH] Enable tests again --- rubygem-rspec-expectations.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-rspec-expectations.spec b/rubygem-rspec-expectations.spec index b9d3bd4..e3d201c 100644 --- a/rubygem-rspec-expectations.spec +++ b/rubygem-rspec-expectations.spec @@ -3,11 +3,11 @@ %global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||') %global fullver %{majorver}%{?preminorver} -%global fedorarel 0.1 +%global fedorarel 1 %global gem_name rspec-expectations -%global need_bootstrap_set 1 +%global need_bootstrap_set 0 Summary: RSpec expectations (should and matchers) Name: rubygem-%{gem_name} @@ -82,6 +82,9 @@ ruby -rubygems -Ilib/ -S rspec spec/ %{gem_docdir} %changelog +* Sat May 6 2017 Mamoru TASAKA - 3.6.0-1 +- Enable tests again + * Sat May 6 2017 Mamoru TASAKA - 3.6.0-0.1 - 3.6.0 - Once disable tests