[DRE-commits] [ruby-simple-oauth] 03/06: Refresh patches
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Wed Jul 29 05:25:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository ruby-simple-oauth.
commit 93412dc1a7d9c30ec4cdd3a1841de49578a0c2dd
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Wed Jul 29 14:18:26 2015 +0900
Refresh patches
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/patches/remove-simplecov.patch | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/debian/patches/remove-simplecov.patch b/debian/patches/remove-simplecov.patch
index 149bdc6..20828d7 100644
--- a/debian/patches/remove-simplecov.patch
+++ b/debian/patches/remove-simplecov.patch
@@ -4,19 +4,19 @@ Last-Updated: 2013-05-18
--- a/spec/helper.rb
+++ b/spec/helper.rb
-@@ -1,9 +1,9 @@
--unless ENV['CI']
+@@ -1,15 +1,3 @@
+-if RUBY_VERSION >= '1.9'
- require 'simplecov'
+- require 'coveralls'
+-
+- SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
+-
- SimpleCov.start do
-- add_filter 'spec'
+- add_filter '/spec/'
+- minimum_coverage(100)
- end
-end
-+#unless ENV['CI']
-+# require 'simplecov'
-+# SimpleCov.start do
-+# add_filter 'spec'
-+# end
-+#end
-
+-
require 'simple_oauth'
require 'rspec'
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-simple-oauth.git
More information about the Pkg-ruby-extras-commits
mailing list