diff options
Diffstat (limited to 'testing/ruby-charlock_holmes/rakefile.patch')
-rw-r--r-- | testing/ruby-charlock_holmes/rakefile.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/ruby-charlock_holmes/rakefile.patch b/testing/ruby-charlock_holmes/rakefile.patch new file mode 100644 index 0000000000..5957a67f23 --- /dev/null +++ b/testing/ruby-charlock_holmes/rakefile.patch @@ -0,0 +1,16 @@ +--- a/Rakefile ++++ b/Rakefile +@@ -5,12 +5,3 @@ + end + + task :default => :test +- +-gem 'rake-compiler', '>= 0.7.5' +-require "rake/extensiontask" +- +-Rake::ExtensionTask.new 'charlock_holmes' do |ext| +- ext.lib_dir = File.join 'lib', 'charlock_holmes' +-end +- +-Rake::Task[:test].prerequisites << :compile +\ No newline at end of file |