Last-Update: 2013-08-30
Forwarded: not-needed
Author: Gunnar Wolf <gwolf@debian.org
Description: Don't attempt to load Rubygems
 The Debian Ruby policy specifies Rubygems should not be loaded by
 systemwide packaged software.

Index: ruby-ramaze/lib/proto/app.rb
===================================================================
--- ruby-ramaze.orig/lib/proto/app.rb	2013-08-29 12:31:16.000000000 -0500
+++ ruby-ramaze/lib/proto/app.rb	2013-08-29 12:31:16.000000000 -0500
@@ -1,6 +1,5 @@
 # This file contains your application, it requires dependencies and necessary
 # parts of the application.
-require 'rubygems'
 require 'ramaze'
 
 # Make sure that Ramaze knows where you are
Index: ruby-ramaze/bin/ramaze
===================================================================
--- ruby-ramaze.orig/bin/ramaze	2013-08-29 12:31:05.000000000 -0500
+++ ruby-ramaze/bin/ramaze	2013-08-29 12:31:29.000000000 -0500
@@ -1,6 +1,4 @@
 #!/usr/bin/env ruby
-begin; require 'rubygems'; rescue LoadError; end
-
 require 'ramaze'
 require 'ramaze/bin/runner'
 
