[DRE-commits] [ruby-client-side-validations] 05/07: remove rubygems and bundler usage

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 16 12:10:24 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-client-side-validations.

commit 7cbc4c733940a3c75deda06c27a68f244802fa1f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Apr 16 17:15:46 2014 +0530

    remove rubygems and bundler usage
---
 debian/patches/remove-bundler.patch | 14 ++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/remove-bundler.patch b/debian/patches/remove-bundler.patch
new file mode 100644
index 0000000..e833470
--- /dev/null
+++ b/debian/patches/remove-bundler.patch
@@ -0,0 +1,14 @@
+--- a/test/base_helper.rb
++++ b/test/base_helper.rb
+@@ -1,8 +1,8 @@
+-require 'rubygems'
+-require 'bundler/setup'
++#require 'rubygems'
++#require 'bundler/setup'
+ require 'test/unit'
+ if RUBY_VERSION >= '1.9.3'
+-  require 'debugger'
++#  require 'debugger'
+ end
+ require 'mocha/setup'
+ require 'rails'
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-client-side-validations.git



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