summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-11 01:49:05 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-11 01:49:05 +0200
commit5db720285b2e91ef4cd49ca42e845dc981d5dd4d (patch)
treea00e54a393d73226e8147aba12ee67773eff92a1 /Rakefile
parentb59692859cefc8600cafbcf2275b6921e6784428 (diff)
downloadffi-efl-5db720285b2e91ef4cd49ca42e845dc981d5dd4d.zip
ffi-efl-5db720285b2e91ef4cd49ca42e845dc981d5dd4d.tar.gz
works with ffi >=1.0.2
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 68a26b9..3177599 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,7 +44,7 @@ PROJ.spec.opts << '--color'
PROJ.rcov.opts << '-I lib'
#
# Dependencies
-depend_on 'ffi', '>=1.0.7'
+depend_on 'ffi', '>=1.0.2'
#
task :default => [:spec]
#