From 068e12ec8f16dd9c91022c1d667fab05a1a6ac11 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 11 Jun 2014 17:29:44 -0600 Subject: Unconditionally run tests --- rubygem-docile.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/rubygem-docile.spec b/rubygem-docile.spec index 8887434..9e9e802 100644 --- a/rubygem-docile.spec +++ b/rubygem-docile.spec @@ -1,13 +1,9 @@ %global gem_name docile -# Still waiting on rubygem-coveralls -# https://bugzilla.redhat.com/show_bug.cgi?id=1083698 -# Have verified that the tests work with coveralls installed. -%global with_tests 0 Summary: Docile keeps your Ruby DSLs tame and well-behaved Name: rubygem-%{gem_name} Version: 1.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: MIT URL: http://ms-ati.github.com/docile/ @@ -19,13 +15,11 @@ Requires: ruby(release) Requires: ruby(rubygems) BuildRequires: ruby(release) BuildRequires: rubygems-devel -%if 0%{?with_tests} BuildRequires: rubygem(mime-types) BuildRequires: rubygem(rake) BuildRequires: rubygem(redcarpet) BuildRequires: rubygem(rspec) BuildRequires: rubygem(yard) -%endif BuildArch: noarch Provides: rubygem(%{gem_name}) = %{version} @@ -84,6 +78,9 @@ rspec -Ilib spec %{gem_instdir}/spec %changelog +* Wed Jun 11 2014 Ken Dreyer - 1.1.3-3 +- Unconditionally run tests + * Wed Jun 11 2014 Ken Dreyer - 1.1.3-2 - Patch to make simplecov/coveralls optional -- cgit