Subject: [ruby-ffi] Ruby 1.9.1 and Debian |
From: micah |
Date: 3/5/10 5:10 PM |
To: ruby-ffi |
Hi,
I have just uploaded the most recent release of FFI to Debian.
I built it for both ruby1.8 and ruby1.9. I would have preferred to use
1.9.1, but the ffi.rb has this contained in it:
elsif RUBY_VERSION =~ /1.9/
require '1.9/ffi_c'
The debian 1.9.1 packages would get installed under 1.9.1, so this
require would fail. Perhaps that is a good thing, can the FFI ruby
library work with 1.9.1, or is it 1.9 specific?
Thanks!