[DRE-commits] [ruby-omniauth] 04/05: patch created
Rahulkrishnan R A
rahulkrishnanra-guest at moszumanska.debian.org
Mon Feb 29 18:28:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
rahulkrishnanra-guest pushed a commit to branch master
in repository ruby-omniauth.
commit d58114f051b983e9c3bcd7784baf1e615bfbcc6a
Author: Rahulkrishnan R A <rahulkrishnanfs at gmail.com>
Date: Mon Feb 29 16:16:23 2016 +0000
patch created
---
debian/patches/remove-simplecov.patch | 51 ++++++++++++++++-------------------
1 file changed, 23 insertions(+), 28 deletions(-)
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
index 7c061ef..38b3343 100644
--- a/debian/patches/remove-simplecov.patch
+++ b/debian/patches/remove-simplecov.patch
@@ -1,32 +1,27 @@
-Description: Remove simplecov
- It is useul only for upstream
-Author: Pirate Praveen <praveen at debian.org>
-Last-Updated: 2014-04-30
-
---- a/spec/helper.rb
-+++ b/spec/helper.rb
+Index: ruby-omniauth/spec/helper.rb
+===================================================================
+--- ruby-omniauth.orig/spec/helper.rb
++++ ruby-omniauth/spec/helper.rb
@@ -1,14 +1,14 @@
--require 'simplecov'
--require 'coveralls'
-+#require 'simplecov'
-+#require 'coveralls'
+ if RUBY_VERSION >= '1.9'
+- require 'simplecov'
+- require 'coveralls'
++# require 'simplecov'
++# require 'coveralls'
--SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
-- SimpleCov::Formatter::HTMLFormatter,
-- Coveralls::SimpleCov::Formatter
--]
--SimpleCov.start do
-- add_filter '/spec/'
-- minimum_coverage(93.05)
--end
-+#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
-+# SimpleCov::Formatter::HTMLFormatter,
-+# Coveralls::SimpleCov::Formatter
-+#]
-+#SimpleCov.start do
-+# add_filter '/spec/'
-+# minimum_coverage(93.05)
-+#end
+- SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
++# SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
+
+- SimpleCov.start do
+- add_filter '/spec/'
+- add_filter '/vendor/'
+- minimum_coverage(92.93)
+- end
++# SimpleCov.start do
++# add_filter '/spec/'
++# add_filter '/vendor/'
++# minimum_coverage(92.93)
++# end
+ end
require 'rspec'
- require 'rack/test'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth.git
More information about the Pkg-ruby-extras-commits
mailing list