
Hi, Rroonga 12.1.0 has been released! Rroonga is the Ruby bindings for Groonga. https://ranguba.org/#about-rroonga Changes ------- Here are changes since 12.0.8: https://ranguba.org/rroonga/en/file.news.html#12-1-0 * Fixed a bug that Groonga::PatriciaTrie#scan returned wrong offsets if there are many hit words. About Rroonga ------------- Here are two important things in Rroonga. 1. Providing *Ruby-ish* API to use Groonga. 2. Providing *fast* operations like Groonga. They mean that Rroonga provides easy to use API without decreasing Groonga's speed. Install ------- % gem install rroonga Tutorial -------- There are a tutorial that uses irb: https://ranguba.org/rroonga/en/file.tutorial.html If you are a beginner, please try it. Thanks,