lib/ffi/hunspell/hunspell.rb in ffi-hunspell-0.3.1 vs lib/ffi/hunspell/hunspell.rb in ffi-hunspell-0.4.0

- old
+ new

@@ -3,9 +3,12 @@ module FFI module Hunspell extend FFI::Library ffi_lib [ + 'hunspell-1.6', 'libhunspell-1.6.so.0', + 'hunspell-1.5', 'libhunspell-1.5.so.0', + 'hunspell-1.4', 'libhunspell-1.4.so.0', 'hunspell-1.3', 'libhunspell-1.3.so.0', 'hunspell-1.2', 'libhunspell-1.2.so.0' ]