- Require ffi >= 0.6.0 and <= 1.1.0:
- JRuby requires ffi >= 1.0.0.
- A lot of projects still require ffi ~> 0.6.0.
- Added {FFI::Hunspell::USER_DIR}.
- Added {FFI::Hunspell::KNOWN_DIRECTORIES}, containing known dictionary directories used by Debian, Fedora and Mac Ports.
- Have {FFI::Hunspell.directories} return the dictionary directories found on the system.
- Require env ~> 0.1.2.
- Use
Env.langto get the default language.
- Use
- Updated the Copyright years.
- Added {FFI::Hunspell.lang}.
- Added {FFI::Hunspell.lang=}.
- Added {FFI::Hunspell.directories}.
- Have {FFI::Hunspell::Dictionary.open} accept a language name, and search {FFI::Hunspell.directories} for the dictionary files.
- Initial release.