ruby-fssm (0.2.9-2) remove_load_path_manipulations.patch

Summary

 lib/fssm.rb |    3 ---
 1 file changed, 3 deletions(-)

    
download this patch

Patch contents

Description: Avoid $LOAD_PATH manipulations in lib/fssm.rb
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Last-Update: 2012-05-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/fssm.rb
+++ b/lib/fssm.rb
@@ -1,6 +1,3 @@
-dir = File.expand_path(File.dirname(__FILE__))
-$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
-
 require 'thread'
 
 module FSSM