#! /bin/sh /usr/share/dpatch/dpatch-run
## 11_no-rubygems.dpatch by Tobias Grimm <etobi@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Don't require rubygems - all required libs are available in 
## DP: depending packages.

@DPATCH@
--- a/lib/heckle.rb
+++ b/lib/heckle.rb
@@ -1,4 +1,3 @@
-require 'rubygems'
 require 'ruby_parser'
 require 'sexp_processor'
 require 'ruby2ruby'
