1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/ruby-charlock_holmes/rakefile.patch
2018-03-02 17:40:29 +01:00

16 lines
329 B
Diff

--- 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