[DRE-commits] [ruby-ffi] 02/07: Undo accidental change to Rakefile

Antonio Terceiro terceiro at alioth.debian.org
Sun Sep 15 23:14:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-ffi.

commit a3f280be9abcce2c61768a9739208007221e7091
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Sep 15 19:53:23 2013 -0300

    Undo accidental change to Rakefile
---
 Rakefile |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Rakefile b/Rakefile
index 1de6306..cc23ed3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,6 +4,12 @@ require 'rubygems/tasks'
 require 'rbconfig'
 require 'rake/clean'
 
+USE_RAKE_COMPILER = (RUBY_PLATFORM =~ /java/) ? false : true
+if USE_RAKE_COMPILER
+  gem 'rake-compiler', '>=0.6.0'
+  require 'rake/extensiontask'
+end
+
 require 'date'
 require 'fileutils'
 require 'rbconfig'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi.git



More information about the Pkg-ruby-extras-commits mailing list