[DRE-commits] [ruby-color-tools] 08/10: patch: do not use gem to load minitest

Cédric Boutillier boutil at moszumanska.debian.org
Sat May 10 22:36:30 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-color-tools.

commit d1a96318a80eb93c05c8a400a3c6e8cc38ea301c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun May 11 00:04:41 2014 +0200

    patch: do not use gem to load minitest
---
 debian/patches/no_gem.patch | 12 ++++++++++++
 debian/patches/series       |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/no_gem.patch b/debian/patches/no_gem.patch
new file mode 100644
index 0000000..8d3829b
--- /dev/null
+++ b/debian/patches/no_gem.patch
@@ -0,0 +1,12 @@
+Description: do not use gem to load libraries
+Author: Cédric Boutillier <boutil at debian.org>
+Last-Update: 2014-05-10
+
+--- a/test/minitest_helper.rb
++++ b/test/minitest_helper.rb
+@@ -2,5 +2,4 @@
+ 
+ require 'color'
+ 
+-gem 'minitest'
+ require 'minitest/autorun'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad85398
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no_gem.patch

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



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