[rubygem-simplecov] Re-enable tests - Update all dependencies

tdawson tdawson at fedoraproject.org
Wed Feb 5 16:30:00 UTC 2014


commit 323fa87a6b1f0bedde1124ffd51f4542a64fd023
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Feb 5 10:30:29 2014 -0600

    Re-enable tests - Update all dependencies

 rubygem-simplecov.spec |   38 +++++++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 17 deletions(-)
---
diff --git a/rubygem-simplecov.spec b/rubygem-simplecov.spec
index acca476..4bc1e74 100644
--- a/rubygem-simplecov.spec
+++ b/rubygem-simplecov.spec
@@ -4,7 +4,7 @@
 Summary:       Code coverage analysis tool for Ruby 1.9
 Name:          rubygem-%{gem_name}
 Version:       0.8.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://github.com/colszowka/simplecov
@@ -16,21 +16,21 @@ Requires:      ruby(abi) >= %{rubyabi}
 %endif
 Requires:      ruby 
 Requires:      rubygems
+Requires:      rubygem(docile) => 1.1.0
 Requires:      rubygem(multi_json) => 1.0
 Requires:      rubygem(simplecov-html) => 0.8.0
 BuildRequires: ruby 
 BuildRequires: rubygems-devel 
 # For tests
-# Remove testing
-# Put these back when ruby2 has stabilized
-#BuildRequires: rubygem(test-unit)
-#BuildRequires: rubygem(aruba)
-#BuildRequires: rubygem(capybara)
-#BuildRequires: rubygem(cucumber)
-#BuildRequires: rubygem(rake)
-#BuildRequires: rubygem(rspec)
-#BuildRequires: rubygem(shoulda)
-#BuildRequires: rubygem(simplecov-html)
+BuildRequires: rubygem(test-unit)
+BuildRequires: rubygem(aruba)
+BuildRequires: rubygem(capybara)
+BuildRequires: rubygem(cucumber)
+BuildRequires: rubygem(docile)
+BuildRequires: rubygem(rake)
+BuildRequires: rubygem(rspec)
+BuildRequires: rubygem(shoulda)
+BuildRequires: rubygem(simplecov-html)
 BuildArch:     noarch
 Provides:      rubygem(%{gem_name}) = %{version}
 
@@ -70,12 +70,11 @@ rm -f %{buildroot}%{gem_instdir}/Gemfile
 rm -f %{buildroot}%{gem_instdir}/simplecov.gemspec
 chmod 0755 %{buildroot}%{gem_instdir}/Rakefile
 
-# Remove testing
-# Put these back when ruby2 has stabilized
-#%check
-#pushd %{buildroot}%{gem_instdir}
-#testrb2 -Ilib test
-#popd
+%check
+pushd %{buildroot}%{gem_instdir}
+rm -rf test/faked_project/test/
+testrb2 -Ilib test
+popd
 
 %files
 %dir %{gem_instdir}
@@ -97,9 +96,14 @@ chmod 0755 %{buildroot}%{gem_instdir}/Rakefile
 %{gem_instdir}/CONTRIBUTING.md
 
 %changelog
+* Wed Feb 05 2014 Troy Dawson <tdawson at redhat.com> - 0.8.2-3
+- Updated all dependencies
+- Re-enabled tests
+
 * Wed Feb 05 2014 Troy Dawson <tdawson at redhat.com> - 0.8.2-2
 - Updated simplecov-html dependency
 
+
 * Tue Feb 04 2014 Troy Dawson <tdawson at redhat.com> - 0.8.2-1
 - Updated to version 0.8.2
 - Update to latest ruby spec guidelines


More information about the scm-commits mailing list