Hi, We released rroonga 2.1.3. http://ranguba.org/#about-rroonga rroonga is the library which ruby-binding for grronga. Since ver.2.1.2 was released, We added the backword incompatible change to rroogna. We removed Groonga::View because this feature was removed in groonga 2.1.2 (the latest release). By this change, rroonga 2.1.3 can be built and used with groonga 2.1.2. We also re-added Groonga::Logger and implemented Groonga::Context#restore to restore commands dumped "grndump" in groonga package. How to install: % sudo gem install rroonga There is the tutorial of rroonga with irb: http://ranguba.org/rroonga/en/file.tutorial.html There is the reference of rroonga (almost Japanese). http://ranguba.org/rroonga/en/ Please see below changes since ver.2.1.2. http://ranguba.org/rroonga/en/file.news.html 2.1.3: 2013-01-29 ----------------- Improvements ^^^^^^^^^^^^ * Removed Groonga::View removed in groonga 2.1.2. * [doc] Added tutorial in English. ** for English:http://ranguba.org/rroonga/en/file.tutorial.html ** for Japanese:http://ranguba.org/rroonga/ja/file.tutorial.html * [context] Added Context#restore. This method restores command dumped by "grndump" command. Please see example below: dumped_commands = File.read("dump.grn") context.restore(dumped_commands) Fixes ^^^^^ * Added missing Groonga::Logger. * [dumper] Reduced needless new lines in dumped commands. * For installing groonga with this gem: ** Fix the needless install of documents. ** Fix the needless build of static library. * For ranguba project: ** [template] Removed needless block for sponsor by rubyforge. ** [template] Removed needless piwik tag. ** [template] Fixed URLs of references in Japanese. --- Thanks, yoshihara (yoshihara at clear-code.com)
on 2013-01-29 08:46
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.