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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed May 7 15:25:29 UTC 2014


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

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

commit d547d8211cb103f9f8a7dd2edff0392f702386f8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 7 20:03:44 2014 +0530

    refresh patches
---
 debian/changelog                      |  1 +
 debian/patches/remove-simplecov.patch | 12 +++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac12c42..b43aec6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-omniauth (1.2.1-1) UNRELEASED; urgency=low
 
   * Team upload
   * New upstream release
+  * Refresh patches
 
  -- Pirate Praveen <praveen at debian.org>  Wed, 07 May 2014 19:08:35 +0530
 
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
index 2a7bbcb..7c061ef 100644
--- a/debian/patches/remove-simplecov.patch
+++ b/debian/patches/remove-simplecov.patch
@@ -5,7 +5,7 @@ Last-Updated: 2014-04-30
 
 --- a/spec/helper.rb
 +++ b/spec/helper.rb
-@@ -1,11 +1,11 @@
+@@ -1,14 +1,14 @@
 -require 'simplecov'
 -require 'coveralls'
 +#require 'simplecov'
@@ -15,12 +15,18 @@ Last-Updated: 2014-04-30
 -  SimpleCov::Formatter::HTMLFormatter,
 -  Coveralls::SimpleCov::Formatter
 -]
--SimpleCov.start
+-SimpleCov.start do
+-  add_filter '/spec/'
+-  minimum_coverage(93.05)
+-end
 +#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
 +#  SimpleCov::Formatter::HTMLFormatter,
 +#  Coveralls::SimpleCov::Formatter
 +#]
-+#SimpleCov.start
++#SimpleCov.start do
++#  add_filter '/spec/'
++#  minimum_coverage(93.05)
++#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