diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-11 01:49:05 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-11 01:49:05 +0200 |
commit | 5db720285b2e91ef4cd49ca42e845dc981d5dd4d (patch) | |
tree | a00e54a393d73226e8147aba12ee67773eff92a1 /Rakefile | |
parent | b59692859cefc8600cafbcf2275b6921e6784428 (diff) | |
download | ffi-efl-5db720285b2e91ef4cd49ca42e845dc981d5dd4d.zip ffi-efl-5db720285b2e91ef4cd49ca42e845dc981d5dd4d.tar.gz |
works with ffi >=1.0.2
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] # |