[DRE-commits] [ruby-database-cleaner] 03/08: remove bundler

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri May 23 19:54:51 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-database-cleaner.

commit c63f8b46a3dd5a5f9d8c2754e642fe7f616fab9c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat May 24 01:19:50 2014 +0530

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

diff --git a/debian/patches/remove-bundler.patch b/debian/patches/remove-bundler.patch
new file mode 100644
index 0000000..cc52cfb
--- /dev/null
+++ b/debian/patches/remove-bundler.patch
@@ -0,0 +1,23 @@
+Description: Remove bundler
+ debian specific
+Author: Pirate Praveen <praveen at debian.org>
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,12 +1,12 @@
+-require "rubygems"
++#require "rubygems"
+ 
+-require "bundler"
+-Bundler.setup
++#require "bundler"
++#Bundler.setup
+ 
+ require 'rspec/core'
+ require 'rspec/mocks'
+ 
+-#require 'active_record'
++require 'active_record'
+ #require 'mongo_mapper'
+ 
+ $:.unshift(File.dirname(__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-database-cleaner.git



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