Author: aredridel Date: Thu Sep 18 02:07:11 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - keep it from screwing with the load_path needlessly
---- Files affected: SOURCES: ruby-ActiveMerchant-paths.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ruby-ActiveMerchant-paths.patch diff -u /dev/null SOURCES/ruby-ActiveMerchant-paths.patch:1.1 --- /dev/null Thu Sep 18 04:07:12 2008 +++ SOURCES/ruby-ActiveMerchant-paths.patch Thu Sep 18 04:07:06 2008 @@ -0,0 +1,12 @@ +diff -Nur activemerchant-1.0.3.orig/lib/active_merchant.rb activemerchant-1.0.3.paths/lib/active_merchant.rb +--- activemerchant-1.0.3.orig/lib/active_merchant.rb 2007-02-25 19:38:52.000000000 -0700 ++++ activemerchant-1.0.3.paths/lib/active_merchant.rb 2008-09-17 20:00:08.000000000 -0600 +@@ -21,8 +21,6 @@ + # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + #++ + +-$:.unshift(File.dirname(__FILE__)) +- + # Include rails' active support for all the core extensions we love + begin + require 'active_support' ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
