[DRE-commits] [ruby-http] 05/07: refreshed patch: removing_simplecov_html

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 1 20:54:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

sbadia-guest pushed a commit to branch master
in repository ruby-http.

commit cb3238cffef1a4c022328d53ad7587a574a5f080
Author: Sebastien Badia <seb at sebian.fr>
Date:   Tue Mar 1 16:52:03 2016 -0300

    refreshed patch: removing_simplecov_html
---
 debian/patches/removing_simplecov_html.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/removing_simplecov_html.patch b/debian/patches/removing_simplecov_html.patch
index 4dc6f33..2a4a168 100644
--- a/debian/patches/removing_simplecov_html.patch
+++ b/debian/patches/removing_simplecov_html.patch
@@ -9,14 +9,14 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +++ b/spec/spec_helper.rb
 @@ -1,18 +1,7 @@
  # coding: utf-8
- 
+
 -require "simplecov"
  require "coveralls"
- 
--SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+
+-SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
 -  SimpleCov::Formatter::HTMLFormatter,
 -  Coveralls::SimpleCov::Formatter
--]
+-])
 -
 -SimpleCov.start do
 -  add_filter "/spec/"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-http.git



More information about the Pkg-ruby-extras-commits mailing list