[DRE-commits] [ruby-omniauth-twitter] 03/04: refresh patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jul 15 13:25:37 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-omniauth-twitter.

commit ca38035d804313864ef766461d461a5556824e9b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jul 15 18:47:26 2015 +0530

    refresh patches
---
 debian/patches/remove-simplecov.patch | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
index 5ea47a2..accf450 100644
--- a/debian/patches/remove-simplecov.patch
+++ b/debian/patches/remove-simplecov.patch
@@ -3,15 +3,21 @@ Description: Remove simplecov
 Author: Praveen Arimbrathodiyil <praveen at debian.org>
 Last-Update: 2013-06-12
 
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,7 +1,7 @@
+Index: ruby-omniauth-twitter/spec/spec_helper.rb
+===================================================================
+--- ruby-omniauth-twitter.orig/spec/spec_helper.rb
++++ ruby-omniauth-twitter/spec/spec_helper.rb
+@@ -1,9 +1,9 @@
  $:.unshift File.expand_path('..', __FILE__)
  $:.unshift File.expand_path('../../lib', __FILE__)
 -require 'simplecov'
--SimpleCov.start
+-SimpleCov.start do
+-  minimum_coverage(94.59)
+-end
 +#require 'simplecov'
-+#SimpleCov.start
++#SimpleCov.start do
++#  minimum_coverage(94.59)
++#end
  require 'rspec'
  require 'rack/test'
  require 'webmock/rspec'

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



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