Description: Don't require Rubygems, as the package is Debian-packaged
 RubyGems handle their own package management system - Removing the
 call to the framework is part of the Debian Ruby team policy.
Forwarded: not-needed
Origin: vendor
Author: Gunnar Wolf <gwolf@debian.org>

Index: ruby-log4r/lib/log4r/formatter/log4jxmlformatter.rb
===================================================================
--- ruby-log4r.orig/lib/log4r/formatter/log4jxmlformatter.rb	2012-03-27 09:58:37.000000000 -0600
+++ ruby-log4r/lib/log4r/formatter/log4jxmlformatter.rb	2012-03-27 10:00:31.000000000 -0600
@@ -6,7 +6,6 @@
 
 require "log4r/formatter/formatter"
 
-require "rubygems"
 begin
   require "builder"
 rescue LoadError
Index: ruby-log4r/lib/log4r/outputter/emailoutputter.rb
===================================================================
--- ruby-log4r.orig/lib/log4r/outputter/emailoutputter.rb	2012-03-27 09:58:37.000000000 -0600
+++ ruby-log4r/lib/log4r/outputter/emailoutputter.rb	2012-03-27 10:00:31.000000000 -0600
@@ -111,7 +111,6 @@
 	  # >1.8.7 has smtp_tls built in, 1.8.6 requires smtp_tls
 	  if RUBY_VERSION < "1.8.7" then
 	    begin
-	      require 'rubygems'
 	      require 'smtp_tls'
 	      smtp.enable_starttls if smtp.respond_to?(:enable_starttls)
 	    rescue LoadError => e
Index: ruby-log4r/lib/log4r/outputter/scribeoutputter.rb
===================================================================
--- ruby-log4r.orig/lib/log4r/outputter/scribeoutputter.rb	2012-03-27 09:51:40.000000000 -0600
+++ ruby-log4r/lib/log4r/outputter/scribeoutputter.rb	2012-03-27 10:01:18.000000000 -0600
@@ -2,7 +2,6 @@
 # Version:: $Id$
 
 require "log4r/outputter/outputter"
-require "rubygems"
 require "scribe"
 
 module Log4r
