README.md in ffi-icu-0.1.10 vs README.md in ffi-icu-0.2.0
- old
+ new
@@ -1,12 +1,10 @@
ffi-icu
=======
-Simple FFI wrappers for things I need from ICU. For the full thing, check out [ICU4R](http://icu4r.rubyforge.org/) instead.
+Simple FFI wrappers for ICU. Checkout the renovated [ICU gem](https://github.com/fantasticfears/icu4r) instead which supports various of encoding and distributed with packaged source. FFI-ICU needs some love with ICU gem's transcoding method.
-[![Build Status](https://secure.travis-ci.org/jarib/ffi-icu.png)](http://travis-ci.org/jarib/ffi-icu)
-
Gem
---
[Rubygem](http://rubygems.org/gems/ffi-icu "ffi-icu")
@@ -130,13 +128,13 @@
* OS X 10.6 - 10.10
* Travis' Linux
Rubies:
-* 1.9.3
-* 2.0.0
-* 2.1.0
-* ruby-head
+- 2.4.6
+- 2.5.5
+- 2.6.3
+- ruby-head
TODO:
=====
* Any other useful part of ICU?