[DRE-commits] [ruby-devise] 22/43: remove use of bundler and rubygems

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Apr 21 13:11:11 UTC 2015


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

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

commit 37d14a29dd3116df303ea53b66e34e305577776d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 22 16:14:03 2013 +0530

    remove use of bundler and rubygems
---
 debian/patches/remove-rubygems-bundler.patch | 16 ++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/remove-rubygems-bundler.patch b/debian/patches/remove-rubygems-bundler.patch
new file mode 100644
index 0000000..560db4d
--- /dev/null
+++ b/debian/patches/remove-rubygems-bundler.patch
@@ -0,0 +1,16 @@
+--- a/test/rails_app/config/boot.rb
++++ b/test/rails_app/config/boot.rb
+@@ -2,7 +2,9 @@
+   DEVISE_ORM = (ENV["DEVISE_ORM"] || :active_record).to_sym
+ end
+ 
+-require 'rubygems'
+-require 'bundler/setup'
++#require 'rubygems'
++#require 'bundler/setup'
+ 
+-$:.unshift File.expand_path('../../../../lib', __FILE__)
+\ No newline at end of file
++#$:.unshift File.expand_path('../../../../lib', __FILE__)
++
++require 'devise'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..005fb51
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-rubygems-bundler.patch

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



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