[DRE-commits] [ruby-oauth2] 05/06: refresh patches
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Jul 14 09:55:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-oauth2.
commit 0eebb036c4fcccf49c9caed549d9547d8f30eb85
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Jul 14 15:00:33 2016 +0530
refresh patches
---
debian/patches/remove-simplecov.patch | 36 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 19 deletions(-)
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
index f3ce197..d707029 100644
--- a/debian/patches/remove-simplecov.patch
+++ b/debian/patches/remove-simplecov.patch
@@ -8,28 +8,26 @@ Index: ruby-oauth2/spec/helper.rb
===================================================================
--- ruby-oauth2.orig/spec/helper.rb
+++ ruby-oauth2/spec/helper.rb
-@@ -1,15 +1,15 @@
--require 'simplecov'
--require 'coveralls'
-+#require 'simplecov'
-+#require 'coveralls'
+@@ -1,14 +1,14 @@
+-if RUBY_VERSION >= '1.9'
+- require 'simplecov'
+- require 'coveralls'
++#if RUBY_VERSION >= '1.9'
++# 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.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
++# SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
--SimpleCov.start do
-- add_filter '/spec/'
-- minimum_coverage(95.33)
+- SimpleCov.start do
+- add_filter '/spec'
+- minimum_coverage(95.33)
+- end
-end
-+#SimpleCov.start do
-+# add_filter '/spec/'
-+# minimum_coverage(95.33)
++# SimpleCov.start do
++# add_filter '/spec'
++# minimum_coverage(95.33)
++# end
+#end
require 'oauth2'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-oauth2.git
More information about the Pkg-ruby-extras-commits
mailing list