README.md in rb-libsvm-1.1.3 vs README.md in rb-libsvm-1.1.4

- old
+ new

@@ -19,11 +19,11 @@ this gem. You should install the original package if you need them. It is helpful to consult the [README][] of the LIBSVM package for reference when configuring the training parameters. -Currently this package includes libsvm version 3.16. +Currently this package includes libsvm version 3.17. ## Dependencies None. LIBSVM is bundled with the project. Just install and go! @@ -74,9 +74,12 @@ gem 'rb-libsvm', require: 'libsvm' ``` This is because the loadable name (`libsvm`) is different from the gem's name (`rb-libsvm`). + +There is a JRuby variant of this gem named +[jrb-libsvm](https://github.com/sch1zo/jrb-libsvm) by Andreas Eger. ## Author Written by [C. Florian Ebeling](https://github.com/febeling).