From e48ccbfc128b06171139716557ae4a771be0f952 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 25 Nov 2017 02:33:48 +0100 Subject: testing/ruby-hpricot: new aport https://github.com/hpricot/hpricot A swift, liberal HTML parser with a fantastic library (legacy) --- testing/ruby-hpricot/rakefile.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testing/ruby-hpricot/rakefile.patch (limited to 'testing/ruby-hpricot/rakefile.patch') diff --git a/testing/ruby-hpricot/rakefile.patch b/testing/ruby-hpricot/rakefile.patch new file mode 100644 index 0000000000..3ccf91873d --- /dev/null +++ b/testing/ruby-hpricot/rakefile.patch @@ -0,0 +1,9 @@ +Don't load bundler. + +--- a/Rakefile ++++ b/Rakefile +@@ -1,4 +1,3 @@ +-require 'bundler/setup' + ENV.delete('RUBYOPT') # Don't propagate RUBYOPT/Bundler to subprocesses + require 'rake/clean' + require 'rubygems/package_task' -- cgit v1.2.3