[DRE-commits] [ruby-twitter] 02/03: refreshed patch

Caitlin Matos cm-guest at moszumanska.debian.org
Sat Aug 16 14:47:37 UTC 2014


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

cm-guest pushed a commit to branch master
in repository ruby-twitter.

commit 63cd7c971cdf004c0433b8b84588e4404c70e34b
Author: Caitlin Matos <caitlin.matos at zoho.com>
Date:   Sun Aug 10 15:19:48 2014 -0400

    refreshed patch
---
 debian/patches/remove_coverage | 24 +++---------------------
 1 file changed, 3 insertions(+), 21 deletions(-)

diff --git a/debian/patches/remove_coverage b/debian/patches/remove_coverage
index 1ecc92d..1cc9f82 100644
--- a/debian/patches/remove_coverage
+++ b/debian/patches/remove_coverage
@@ -4,33 +4,15 @@ Forwarded: No
 Last-Update: 2013-06-12
 --- a/spec/helper.rb
 +++ b/spec/helper.rb
-@@ -1,15 +1,15 @@
+@@ -1,5 +1,5 @@
 -require 'simplecov'
 -require 'coveralls'
 +#require 'simplecov'
 +#require 'coveralls'
- 
--SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
--  SimpleCov::Formatter::HTMLFormatter,
--  Coveralls::SimpleCov::Formatter
--]
-+#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
-+#  SimpleCov::Formatter::HTMLFormatter,
-+#  Coveralls::SimpleCov::Formatter
-+#]
- 
--SimpleCov.start do
--  add_filter '/spec/'
--  minimum_coverage(99.39)
--end
-+#SimpleCov.start do
-+#  add_filter '/spec/'
-+#  minimum_coverage(99.39)
-+#end
- 
  require 'twitter'
  require 'rspec'
-@@ -18,7 +18,7 @@
+ require 'stringio'
+@@ -7,7 +7,7 @@ require 'tempfile'
  require 'timecop'
  require 'webmock/rspec'
  

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



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