aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-charlock_holmes/rakefile.patch
blob: 5957a67f23379cabbfaa984c1270f19d17c6c3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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