Package: ruby-googlecharts / 1.6.8-2

avoid_load_path_manipulations.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
Description: do not modify $LOAD_PATH when loading the library
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Last-Update: 2011-05-08
--- a/lib/gchart.rb
+++ b/lib/gchart.rb
@@ -1,4 +1,4 @@
-$:.unshift File.dirname(__FILE__)
+#$:.unshift File.dirname(__FILE__)
 require 'gchart/version'
 require 'gchart/theme'
 require "net/http"