From 9d0a6a13b3ba812265d43a4f7ab12763ffb9ec3d Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 21 Feb 2018 19:41:14 +0100 Subject: testing/ruby-charlock_holmes: new aport https://github.com/brianmario/charlock_holmes Character encoding detection, brought to you by ICU --- testing/ruby-charlock_holmes/rakefile.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testing/ruby-charlock_holmes/rakefile.patch (limited to 'testing/ruby-charlock_holmes/rakefile.patch') 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 -- cgit v1.2.3