[DRE-commits] [ruby-foreigner] 01/01: removing bundler
Nitesh A Jain
niteshjain-guest at alioth.debian.org
Sat Nov 2 15:51:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
niteshjain-guest pushed a commit to branch master
in repository ruby-foreigner.
commit 27e04c3dec0a903d53b5dd1aafff826a2f35a448
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date: Sat Nov 2 21:21:37 2013 +0530
removing bundler
---
debian/patches/remove-bundler.patch | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/debian/patches/remove-bundler.patch b/debian/patches/remove-bundler.patch
deleted file mode 100644
index 2830a5c..0000000
--- a/debian/patches/remove-bundler.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: Remove bundler
- We don't need bundler, we use apt instead.
- Add require lines instead of Bundler.require
-Author: Praveen Arimbrathodiyil <praveen at debian.org>
-Last-Update: 2013-05-31
-
---- a/test/helper.rb
-+++ b/test/helper.rb
-@@ -1,9 +1,11 @@
--require 'bundler/setup'
--Bundler.require(:default)
-+#require 'bundler/setup'
-+#Bundler.require(:default)
-
- require 'test/unit'
- require 'active_record'
--require 'mocha'
-+require 'mocha/setup'
-+require 'set'
-+require 'foreigner'
-
- # Foreigner::Adapter.registered.values.each do |file_name|
- # require file_name
-@@ -57,4 +59,4 @@
- migration
- end
- end
--end
-\ No newline at end of file
-+end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-foreigner.git
More information about the Pkg-ruby-extras-commits
mailing list