diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-02 17:40:29 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-02 17:40:29 +0100 |
commit | 0f20f3910b4dd65b090b99f4372bd5274ac7d86f (patch) | |
tree | c6a67b1465fb61b49ac51a3a23bccff36106558e /community/ruby-charlock_holmes/rakefile.patch | |
parent | a1540bbfb837e6a8690f747e0bd5f2edfc6d57a4 (diff) | |
download | aports-0f20f3910b4dd65b090b99f4372bd5274ac7d86f.tar.bz2 aports-0f20f3910b4dd65b090b99f4372bd5274ac7d86f.tar.xz |
community/ruby-charlock_holmes: move from testing
Diffstat (limited to 'community/ruby-charlock_holmes/rakefile.patch')
-rw-r--r-- | community/ruby-charlock_holmes/rakefile.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/ruby-charlock_holmes/rakefile.patch b/community/ruby-charlock_holmes/rakefile.patch new file mode 100644 index 0000000000..5957a67f23 --- /dev/null +++ b/community/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 |