openbsd-ports/databases/ruby-data_objects/patches/patch-Rakefile
jeremy 16703d23fa Update ruby ports to deal with the regress changes to ruby.port.mk.
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible.  Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00

15 lines
382 B
Plaintext

$OpenBSD: patch-Rakefile,v 1.1 2011/11/17 16:08:00 jeremy Exp $
This isn't needed for the specs, and causes an error.
--- Rakefile.orig Mon Nov 14 13:20:17 2011
+++ Rakefile Mon Nov 14 13:20:21 2011
@@ -2,7 +2,6 @@ require 'pathname'
require 'rubygems'
require 'bundler'
require 'rubygems/package_task'
-Bundler::GemHelper.install_tasks
require 'rake'
require 'rake/clean'