[DRE-commits] [SCM] ruby-simple-oauth.git branch, master, updated. upstream/0.1.5-22-ge9cb5cd

Praveen Arimbrathodiyil praveen at debian.org
Fri May 17 22:57:04 UTC 2013


The following commit has been merged in the master branch:
commit b2bed357dbbec360645962b206e06ca1b0bfe876
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat May 18 04:14:38 2013 +0530

    update patch

diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
index 5ef4a41..0d690b7 100644
--- a/debian/patches/remove-simplecov.patch
+++ b/debian/patches/remove-simplecov.patch
@@ -1,11 +1,18 @@
 --- a/spec/helper.rb
 +++ b/spec/helper.rb
-@@ -1,6 +1,6 @@
- unless ENV['CI']
+@@ -1,9 +1,9 @@
+-unless ENV['CI']
 -  require 'simplecov'
 -  SimpleCov.start do
+-    add_filter 'spec'
+-  end
+-end
++#unless ENV['CI']
 +#  require 'simplecov'
 +#  SimpleCov.start do
-     add_filter 'spec'
-   end
- end
++#    add_filter 'spec'
++#  end
++#end
+ 
+ require 'simple_oauth'
+ require 'rspec'

-- 
ruby-simple-oauth.git



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