[DRE-commits] [ruby-launchy] 10/13: Patch to remove call to `gem`
    Gioele Barabucci 
    gioele-guest at alioth.debian.org
       
    Sat Oct  5 13:43:22 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
gioele-guest pushed a commit to branch master
in repository ruby-launchy.
commit 94e0d9cca7175ce6789ab95567e772c558485933
Author: Gioele Barabucci <gioele at svario.it>
Date:   Sat Oct 5 12:35:47 2013 +0000
    Patch to remove call to `gem`
---
 debian/patches/0005-Remove-call-to-gem.patch |   20 ++++++++++++++++++++
 debian/patches/series                        |    1 +
 2 files changed, 21 insertions(+)
diff --git a/debian/patches/0005-Remove-call-to-gem.patch b/debian/patches/0005-Remove-call-to-gem.patch
new file mode 100644
index 0000000..90fc4d1
--- /dev/null
+++ b/debian/patches/0005-Remove-call-to-gem.patch
@@ -0,0 +1,20 @@
+From: Gioele Barabucci <gioele at svario.it>
+Date: Sat, 5 Oct 2013 12:35:25 +0000
+Subject: Remove call to `gem`
+
+---
+ spec/spec_helper.rb | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
+index f206eec..67e8c89 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -4,7 +4,6 @@
+ #  SimpleCov.start if ENV['COVERAGE']
+ #end
+ 
+-gem 'minitest'
+ require 'launchy'
+ require 'stringio'
+ require 'minitest/autorun'
diff --git a/debian/patches/series b/debian/patches/series
index 22352ed..0003ef3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Comment-out-coverage-tasks.patch
 0003-Disable-coverage-during-tests.patch
 0004-Fix-test-for-Darwin-OS.patch
+0005-Remove-call-to-gem.patch
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-launchy.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list