[DRE-commits] [ruby-redis-namespace] 03/08: remove bundler
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu May 22 12:04:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-redis-namespace.
commit bb8a744f5041163482f419702422d7eec29fdeec
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu May 22 17:29:08 2014 +0530
remove bundler
---
debian/patches/remove-bundler-rubygems.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/remove-bundler-rubygems.patch b/debian/patches/remove-bundler-rubygems.patch
new file mode 100644
index 0000000..e3c9012
--- /dev/null
+++ b/debian/patches/remove-bundler-rubygems.patch
@@ -0,0 +1,14 @@
+Description: Remove bundler usage
+ Debian specific.
+Author: Pirate Praveen <praveen at debian.org>
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,7 +1,3 @@
+-require 'rubygems'
+-require 'bundler'
+-Bundler.setup(:default, :test)
+-Bundler.require(:default, :test)
+
+ require 'rspec'
+ require 'redis'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ec32a3a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-bundler-rubygems.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redis-namespace.git
More information about the Pkg-ruby-extras-commits
mailing list