lib/ffi/hunspell/hunspell.rb in ffi-hunspell-0.2.3 vs lib/ffi/hunspell/hunspell.rb in ffi-hunspell-0.2.4

- old
+ new

@@ -3,10 +3,10 @@ module FFI module Hunspell extend FFI::Library - ffi_lib 'hunspell-1.2' + ffi_lib ['hunspell-1.2', 'hunspell-1.3'] attach_function :Hunspell_create, [:string, :string], :pointer attach_function :Hunspell_create_key, [:string, :string, :string], :pointer attach_function :Hunspell_destroy, [:pointer], :void attach_function :Hunspell_spell, [:pointer, :string], :int