From 376c0c5913681370b38e5f44ceb7847a7e8dee03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 2 May 2011 23:50:31 +0200 Subject: update gem dependencies --- Rakefile | 2 +- tasks/constants.rb | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 12fbfa4..68a26b9 100644 --- a/Rakefile +++ b/Rakefile @@ -44,7 +44,7 @@ PROJ.spec.opts << '--color' PROJ.rcov.opts << '-I lib' # # Dependencies -depend_on 'rake', '>=0.8.7' +depend_on 'ffi', '>=1.0.7' # task :default => [:spec] # diff --git a/tasks/constants.rb b/tasks/constants.rb index 0e84d3a..78a7625 100644 --- a/tasks/constants.rb +++ b/tasks/constants.rb @@ -104,6 +104,10 @@ end HAVE_SVN = (Dir.entries(Dir.pwd).include?('.svn') and system("svn --version 2>&1 > #{DEV_NULL}")) HAVE_GIT = (Dir.entries(Dir.pwd).include?('.git') and system("git --version 2>&1 > #{DEV_NULL}")) +# Add rake as a development dependency +# +PROJ.gem.development_dependencies << ['rake', '>=0.8.7'] + # Add bones as a development dependency # if HAVE_BONES -- cgit v1.1-2-g2b99