README.md in ffi-hunspell-0.2.3 vs README.md in ffi-hunspell-0.2.4
- old
+ new
@@ -1,9 +1,9 @@
# ffi-hunspell
-* [Source](http://github.com/postmodern/ffi-hunspell)
-* [Issues](http://github.com/postmodern/ffi-hunspell/issues)
+* [Source](https://github.com/postmodern/ffi-hunspell)
+* [Issues](https://github.com/postmodern/ffi-hunspell/issues)
* [Documentation](http://rubydoc.info/gems/ffi-hunspell)
* [Email](postmodern.mod3 at gmail.com)
## Description
@@ -46,16 +46,16 @@
# => ["arbitrage", "arbitrages", "arbitrager", "arbitraged", "arbitrate"]
## Requirements
* [libhunspell](http://hunspell.sourceforge.net/) >= 1.2.0
-* [ffi](http://github.com/ffi/ffi) >= 0.6.0, <= 1.1.0
-* [env](http://github.com/postmodern/env) ~> 0.1.2
+* [ffi](https://github.com/ffi/ffi) ~> 1.0
+* [env](https://github.com/postmodern/env) ~> 0.2
## Install
- $ sudo gem install ffi-hunspell
+ $ gem install ffi-hunspell
## Known Issues
Some Linux distributions do not install the `libhunspell-1.2.so`
shared library file, but instead installs `libhunspell-1.2.so.0`.
@@ -64,8 +64,8 @@
# ln -s /usr/lib/libhunspell-1.2.so.0 /usr/lib/libhunspell-1.2.so
## License
-Copyright (c) 2010-2011 Hal Brodigan
+Copyright (c) 2010-2012 Hal Brodigan
See {file:LICENSE.txt} for license information.