[DRE-commits] [ruby-escape-utils] 08/13: remove bundler

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 9 20:39:44 UTC 2014


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

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

commit 48602f9e429ff2d54b0fd02ee76d566d1f2f34ae
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 10 01:29:02 2014 +0530

    remove bundler
---
 debian/patches/remove-bundler.patch | 20 ++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/remove-bundler.patch b/debian/patches/remove-bundler.patch
new file mode 100644
index 0000000..eaebff0
--- /dev/null
+++ b/debian/patches/remove-bundler.patch
@@ -0,0 +1,20 @@
+--- a/test/helper.rb
++++ b/test/helper.rb
+@@ -1,8 +1,8 @@
+ # Basic test environment.
+ 
+ # blah fuck this
+-require 'rubygems' if !defined?(Gem)
+-require 'bundler/setup'
++#require 'rubygems' if !defined?(Gem)
++#require 'bundler/setup'
+ 
+ require 'escape_utils'
+ 
+@@ -11,4 +11,4 @@
+ 
+ # put lib and test dirs directly on load path
+ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
+-$LOAD_PATH.unshift File.expand_path('..', __FILE__)
+\ No newline at end of file
++$LOAD_PATH.unshift File.expand_path('..', __FILE__)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0712931
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-bundler.patch

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



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