freebsd-ports/devel/ruby-fastri/files/patch-lib_fastri_util.rb
Stanislav Sedov 9a9451f6d8 - Add ruby-fastri, a fast RDoc ri browser replacement.
Author:	Mauricio Julio Fernandez Pradier <mfp@acm.org>
WWW:	http://eigenclass.org/hiki/fastri
2009-06-17 12:18:47 +00:00

10 lines
362 B
Ruby

--- lib/fastri/util.rb.orig 2009-06-17 16:15:24.000000000 +0400
+++ lib/fastri/util.rb 2009-06-17 16:15:32.000000000 +0400
@@ -1,5 +1,7 @@
# Copyright (C) 2006 Mauricio Fernandez <mfp@acm.org>
+require 'rubygems'
+
# emulate rubygems.rb and define Gem.path if not loaded
# This is much faster than requiring rubygems.rb, which loads way too much
# stuff.