rroonga 4.0.4-x64-mingw32 → 4.0.5-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
 - data/README.md +73 -0
 - data/Rakefile +13 -0
 - data/doc/text/news.textile +26 -2
 - data/ext/groonga/extconf.rb +3 -1
 - data/ext/groonga/rb-grn-context.c +1 -1
 - data/ext/groonga/rb-grn-double-array-trie.c +160 -4
 - data/ext/groonga/rb-grn-object.c +10 -1
 - data/ext/groonga/rb-grn-posting.c +4 -4
 - data/ext/groonga/rb-grn-table-key-support.c +9 -4
 - data/ext/groonga/rb-grn-table.c +1 -1
 - data/ext/groonga/rb-grn-utils.c +2 -6
 - data/ext/groonga/rb-grn-variable-size-column.c +2 -2
 - data/ext/groonga/rb-grn.h +27 -2
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/groonga/record.rb +19 -2
 - data/lib/groonga/schema.rb +2 -2
 - data/rroonga-build.rb +1 -1
 - data/rroonga.gemspec +5 -5
 - data/test/test-column.rb +6 -6
 - data/test/test-database.rb +6 -2
 - data/test/test-double-array-trie.rb +18 -0
 - data/test/test-expression-builder.rb +3 -2
 - data/test/test-hash.rb +13 -1
 - data/test/test-plugin.rb +3 -1
 - data/test/test-record.rb +10 -0
 - data/test/test-variable-size-column.rb +4 -4
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-1.dll +0 -0
 - data/vendor/local/bin/libmsgpack-3.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/libonig-5.dll +0 -0
 - data/vendor/local/bin/libwinpthread-1.dll +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/onig-config +78 -0
 - data/vendor/local/include/oniggnu.h +85 -0
 - data/vendor/local/include/onigposix.h +169 -0
 - data/vendor/local/include/oniguruma.h +870 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.la +41 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.la +41 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/scripts/ruby/backtrace_entry.rb +20 -0
 - data/vendor/local/lib/groonga/scripts/ruby/context.rb +31 -0
 - data/vendor/local/lib/groonga/scripts/ruby/context/error_level.rb +30 -0
 - data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +99 -0
 - data/vendor/local/lib/groonga/scripts/ruby/eval_context.rb +13 -0
 - data/vendor/local/lib/groonga/scripts/ruby/expression.rb +13 -0
 - data/vendor/local/lib/groonga/scripts/ruby/index_info.rb +10 -0
 - data/vendor/local/lib/groonga/scripts/ruby/logger.rb +27 -0
 - data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +32 -0
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +30 -0
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +342 -0
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +198 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libonig.la +41 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - data/vendor/local/lib/pkgconfig/oniguruma.pc +14 -0
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +4 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +46 -10
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -87
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +68 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +5 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +265 -232
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +30 -23
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +8 -9
 - data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +17 -18
 - data/vendor/local/share/doc/groonga/en/html/install.html +8 -9
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +63 -10
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +10 -108
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news.html +123 -48
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +13 -13
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +14 -13
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +264 -250
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +46 -41
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +4 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +46 -10
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -87
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +68 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +5 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +265 -232
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +30 -23
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +7 -6
 - data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/index.html +14 -15
 - data/vendor/local/share/doc/groonga/ja/html/install.html +8 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +57 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +10 -102
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news.html +130 -48
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +17 -33
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +23 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +249 -237
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +36 -36
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
 - data/vendor/local/share/license/mruby/AUTHORS +22 -0
 - data/vendor/local/share/license/mruby/LEGAL +6 -0
 - data/vendor/local/share/license/mruby/MITL +20 -0
 - data/vendor/local/share/license/mruby/README.md +111 -0
 - data/vendor/local/share/license/onigmo/AUTHORS +2 -0
 - data/vendor/local/share/license/onigmo/COPYING +87 -0
 - data/vendor/local/share/license/onigmo/README +249 -0
 - data/vendor/local/share/man/ja/man1/groonga.1 +471 -485
 - data/vendor/local/share/man/man1/groonga.1 +389 -454
 - metadata +82 -46
 - data/README.textile +0 -73
 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: rroonga
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 4.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 4.0.5
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x64-mingw32
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Kouhei Sutou
         
     | 
| 
         @@ -12,7 +12,7 @@ authors: 
     | 
|
| 
       12 
12 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       13 
13 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       14 
14 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       15 
     | 
    
         
            -
            date: 2014- 
     | 
| 
      
 15 
     | 
    
         
            +
            date: 2014-10-05 00:00:00.000000000 Z
         
     | 
| 
       16 
16 
     | 
    
         
             
            dependencies:
         
     | 
| 
       17 
17 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       18 
18 
     | 
    
         
             
              name: pkg-config
         
     | 
| 
         @@ -76,14 +76,14 @@ dependencies: 
     | 
|
| 
       76 
76 
     | 
    
         
             
                requirements:
         
     | 
| 
       77 
77 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
       78 
78 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       79 
     | 
    
         
            -
                    version:  
     | 
| 
      
 79 
     | 
    
         
            +
                    version: 3.0.0
         
     | 
| 
       80 
80 
     | 
    
         
             
              type: :development
         
     | 
| 
       81 
81 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       82 
82 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       83 
83 
     | 
    
         
             
                requirements:
         
     | 
| 
       84 
84 
     | 
    
         
             
                - - ! '>='
         
     | 
| 
       85 
85 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       86 
     | 
    
         
            -
                    version:  
     | 
| 
      
 86 
     | 
    
         
            +
                    version: 3.0.0
         
     | 
| 
       87 
87 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       88 
88 
     | 
    
         
             
              name: test-unit-notify
         
     | 
| 
       89 
89 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -196,18 +196,18 @@ email: 
     | 
|
| 
       196 
196 
     | 
    
         
             
            - y.hayamizu@gmail.com
         
     | 
| 
       197 
197 
     | 
    
         
             
            - dara@shidara.net
         
     | 
| 
       198 
198 
     | 
    
         
             
            executables:
         
     | 
| 
       199 
     | 
    
         
            -
            - grndump
         
     | 
| 
       200 
     | 
    
         
            -
            - groonga-database-inspect
         
     | 
| 
       201 
199 
     | 
    
         
             
            - groonga-index-dump
         
     | 
| 
       202 
200 
     | 
    
         
             
            - grntest-log-analyze
         
     | 
| 
      
 201 
     | 
    
         
            +
            - groonga-database-inspect
         
     | 
| 
      
 202 
     | 
    
         
            +
            - grndump
         
     | 
| 
       203 
203 
     | 
    
         
             
            extensions: []
         
     | 
| 
       204 
204 
     | 
    
         
             
            extra_rdoc_files:
         
     | 
| 
       205 
     | 
    
         
            -
            - README. 
     | 
| 
      
 205 
     | 
    
         
            +
            - README.md
         
     | 
| 
       206 
206 
     | 
    
         
             
            files:
         
     | 
| 
       207 
207 
     | 
    
         
             
            - .yardopts
         
     | 
| 
       208 
208 
     | 
    
         
             
            - AUTHORS
         
     | 
| 
       209 
209 
     | 
    
         
             
            - Gemfile
         
     | 
| 
       210 
     | 
    
         
            -
            - README. 
     | 
| 
      
 210 
     | 
    
         
            +
            - README.md
         
     | 
| 
       211 
211 
     | 
    
         
             
            - Rakefile
         
     | 
| 
       212 
212 
     | 
    
         
             
            - benchmark/common.rb
         
     | 
| 
       213 
213 
     | 
    
         
             
            - benchmark/create-wikipedia-database.rb
         
     | 
| 
         @@ -358,11 +358,13 @@ files: 
     | 
|
| 
       358 
358 
     | 
    
         
             
            - vendor/local/bin/libmecab-1.dll
         
     | 
| 
       359 
359 
     | 
    
         
             
            - vendor/local/bin/libmsgpack-3.dll
         
     | 
| 
       360 
360 
     | 
    
         
             
            - vendor/local/bin/libmsgpackc-2.dll
         
     | 
| 
      
 361 
     | 
    
         
            +
            - vendor/local/bin/libonig-5.dll
         
     | 
| 
       361 
362 
     | 
    
         
             
            - vendor/local/bin/libstdc++-6.dll
         
     | 
| 
       362 
363 
     | 
    
         
             
            - vendor/local/bin/libwinpthread-1.dll
         
     | 
| 
       363 
364 
     | 
    
         
             
            - vendor/local/bin/mecab-config
         
     | 
| 
       364 
365 
     | 
    
         
             
            - vendor/local/bin/mecab.exe
         
     | 
| 
       365 
366 
     | 
    
         
             
            - vendor/local/bin/mecabrc
         
     | 
| 
      
 367 
     | 
    
         
            +
            - vendor/local/bin/onig-config
         
     | 
| 
       366 
368 
     | 
    
         
             
            - vendor/local/etc/groonga/groonga.conf
         
     | 
| 
       367 
369 
     | 
    
         
             
            - vendor/local/etc/groonga/httpd/groonga-httpd.conf
         
     | 
| 
       368 
370 
     | 
    
         
             
            - vendor/local/etc/groonga/synonyms.tsv
         
     | 
| 
         @@ -414,10 +416,21 @@ files: 
     | 
|
| 
       414 
416 
     | 
    
         
             
            - vendor/local/include/msgpack/zbuffer.hpp
         
     | 
| 
       415 
417 
     | 
    
         
             
            - vendor/local/include/msgpack/zone.h
         
     | 
| 
       416 
418 
     | 
    
         
             
            - vendor/local/include/msgpack/zone.hpp
         
     | 
| 
      
 419 
     | 
    
         
            +
            - vendor/local/include/oniggnu.h
         
     | 
| 
      
 420 
     | 
    
         
            +
            - vendor/local/include/onigposix.h
         
     | 
| 
      
 421 
     | 
    
         
            +
            - vendor/local/include/oniguruma.h
         
     | 
| 
       417 
422 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/query_expanders/tsv.a
         
     | 
| 
       418 
423 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll
         
     | 
| 
       419 
424 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a
         
     | 
| 
       420 
425 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/query_expanders/tsv.la
         
     | 
| 
      
 426 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/ruby/eval.a
         
     | 
| 
      
 427 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/ruby/eval.dll
         
     | 
| 
      
 428 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/ruby/eval.dll.a
         
     | 
| 
      
 429 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/ruby/eval.la
         
     | 
| 
      
 430 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/ruby/load.a
         
     | 
| 
      
 431 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/ruby/load.dll
         
     | 
| 
      
 432 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/ruby/load.dll.a
         
     | 
| 
      
 433 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/ruby/load.la
         
     | 
| 
       421 
434 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/suggest/suggest.a
         
     | 
| 
       422 
435 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/suggest/suggest.dll
         
     | 
| 
       423 
436 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/suggest/suggest.dll.a
         
     | 
| 
         @@ -430,6 +443,18 @@ files: 
     | 
|
| 
       430 
443 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll
         
     | 
| 
       431 
444 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a
         
     | 
| 
       432 
445 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/tokenizers/mecab.la
         
     | 
| 
      
 446 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/backtrace_entry.rb
         
     | 
| 
      
 447 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/context.rb
         
     | 
| 
      
 448 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/context/error_level.rb
         
     | 
| 
      
 449 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/context/rc.rb
         
     | 
| 
      
 450 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/eval_context.rb
         
     | 
| 
      
 451 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/expression.rb
         
     | 
| 
      
 452 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/index_info.rb
         
     | 
| 
      
 453 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/logger.rb
         
     | 
| 
      
 454 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/logger/level.rb
         
     | 
| 
      
 455 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/scan_info.rb
         
     | 
| 
      
 456 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb
         
     | 
| 
      
 457 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb
         
     | 
| 
       433 
458 
     | 
    
         
             
            - vendor/local/lib/libgroonga.a
         
     | 
| 
       434 
459 
     | 
    
         
             
            - vendor/local/lib/libgroonga.dll.a
         
     | 
| 
       435 
460 
     | 
    
         
             
            - vendor/local/lib/libgroonga.la
         
     | 
| 
         @@ -442,8 +467,12 @@ files: 
     | 
|
| 
       442 
467 
     | 
    
         
             
            - vendor/local/lib/libmsgpackc.a
         
     | 
| 
       443 
468 
     | 
    
         
             
            - vendor/local/lib/libmsgpackc.dll.a
         
     | 
| 
       444 
469 
     | 
    
         
             
            - vendor/local/lib/libmsgpackc.la
         
     | 
| 
      
 470 
     | 
    
         
            +
            - vendor/local/lib/libonig.a
         
     | 
| 
      
 471 
     | 
    
         
            +
            - vendor/local/lib/libonig.dll.a
         
     | 
| 
      
 472 
     | 
    
         
            +
            - vendor/local/lib/libonig.la
         
     | 
| 
       445 
473 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/groonga.pc
         
     | 
| 
       446 
474 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/msgpack.pc
         
     | 
| 
      
 475 
     | 
    
         
            +
            - vendor/local/lib/pkgconfig/oniguruma.pc
         
     | 
| 
       447 
476 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-cost-train.exe
         
     | 
| 
       448 
477 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-dict-gen.exe
         
     | 
| 
       449 
478 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-dict-index.exe
         
     | 
| 
         @@ -1300,11 +1329,18 @@ files: 
     | 
|
| 
       1300 
1329 
     | 
    
         
             
            - vendor/local/share/license/mecab/COPYING
         
     | 
| 
       1301 
1330 
     | 
    
         
             
            - vendor/local/share/license/mecab/GPL
         
     | 
| 
       1302 
1331 
     | 
    
         
             
            - vendor/local/share/license/mecab/LGPL
         
     | 
| 
      
 1332 
     | 
    
         
            +
            - vendor/local/share/license/mruby/AUTHORS
         
     | 
| 
      
 1333 
     | 
    
         
            +
            - vendor/local/share/license/mruby/LEGAL
         
     | 
| 
      
 1334 
     | 
    
         
            +
            - vendor/local/share/license/mruby/MITL
         
     | 
| 
      
 1335 
     | 
    
         
            +
            - vendor/local/share/license/mruby/README.md
         
     | 
| 
       1303 
1336 
     | 
    
         
             
            - vendor/local/share/license/msgpack/AUTHORS
         
     | 
| 
       1304 
1337 
     | 
    
         
             
            - vendor/local/share/license/msgpack/COPYING
         
     | 
| 
       1305 
1338 
     | 
    
         
             
            - vendor/local/share/license/msgpack/LICENSE
         
     | 
| 
       1306 
1339 
     | 
    
         
             
            - vendor/local/share/license/naist-jdic/AUTHORS
         
     | 
| 
       1307 
1340 
     | 
    
         
             
            - vendor/local/share/license/naist-jdic/COPYING
         
     | 
| 
      
 1341 
     | 
    
         
            +
            - vendor/local/share/license/onigmo/AUTHORS
         
     | 
| 
      
 1342 
     | 
    
         
            +
            - vendor/local/share/license/onigmo/COPYING
         
     | 
| 
      
 1343 
     | 
    
         
            +
            - vendor/local/share/license/onigmo/README
         
     | 
| 
       1308 
1344 
     | 
    
         
             
            - vendor/local/share/man/ja/man1/groonga.1
         
     | 
| 
       1309 
1345 
     | 
    
         
             
            - vendor/local/share/man/man1/groonga.1
         
     | 
| 
       1310 
1346 
     | 
    
         
             
            - vendor/local/share/man/man1/mecab.1
         
     | 
| 
         @@ -1343,62 +1379,62 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       1343 
1379 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       1344 
1380 
     | 
    
         
             
            requirements: []
         
     | 
| 
       1345 
1381 
     | 
    
         
             
            rubyforge_project: groonga
         
     | 
| 
       1346 
     | 
    
         
            -
            rubygems_version: 2.4. 
     | 
| 
      
 1382 
     | 
    
         
            +
            rubygems_version: 2.4.2
         
     | 
| 
       1347 
1383 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       1348 
1384 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       1349 
1385 
     | 
    
         
             
            summary: Ruby bindings for Groonga that provide full text search and column store
         
     | 
| 
       1350 
1386 
     | 
    
         
             
              features.
         
     | 
| 
       1351 
1387 
     | 
    
         
             
            test_files:
         
     | 
| 
       1352 
1388 
     | 
    
         
             
            - test/test-double-array-trie.rb
         
     | 
| 
       1353 
     | 
    
         
            -
            - test/test-variable.rb
         
     | 
| 
       1354 
     | 
    
         
            -
            - test/test-table-key-support.rb
         
     | 
| 
       1355 
     | 
    
         
            -
            - test/test-remote.rb
         
     | 
| 
       1356 
     | 
    
         
            -
            - test/test-normalizer.rb
         
     | 
| 
       1357 
1389 
     | 
    
         
             
            - test/test-expression.rb
         
     | 
| 
      
 1390 
     | 
    
         
            +
            - test/test-geo-point.rb
         
     | 
| 
      
 1391 
     | 
    
         
            +
            - test/test-context.rb
         
     | 
| 
      
 1392 
     | 
    
         
            +
            - test/test-schema-create-table.rb
         
     | 
| 
      
 1393 
     | 
    
         
            +
            - test/test-database.rb
         
     | 
| 
      
 1394 
     | 
    
         
            +
            - test/test-schema-dumper.rb
         
     | 
| 
      
 1395 
     | 
    
         
            +
            - test/test-patricia-trie.rb
         
     | 
| 
      
 1396 
     | 
    
         
            +
            - test/test-gqtp.rb
         
     | 
| 
      
 1397 
     | 
    
         
            +
            - test/test-fix-size-column.rb
         
     | 
| 
      
 1398 
     | 
    
         
            +
            - test/test-table-traverse.rb
         
     | 
| 
      
 1399 
     | 
    
         
            +
            - test/test-normalizer.rb
         
     | 
| 
      
 1400 
     | 
    
         
            +
            - test/test-pagination.rb
         
     | 
| 
      
 1401 
     | 
    
         
            +
            - test/test-schema.rb
         
     | 
| 
       1358 
1402 
     | 
    
         
             
            - test/test-version.rb
         
     | 
| 
       1359 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 1403 
     | 
    
         
            +
            - test/test-command-select.rb
         
     | 
| 
      
 1404 
     | 
    
         
            +
            - test/test-logger.rb
         
     | 
| 
       1360 
1405 
     | 
    
         
             
            - test/test-vector-column.rb
         
     | 
| 
       1361 
     | 
    
         
            -
            - test/test-exception.rb
         
     | 
| 
       1362 
1406 
     | 
    
         
             
            - test/test-encoding.rb
         
     | 
| 
       1363 
     | 
    
         
            -
            - test/test 
     | 
| 
       1364 
     | 
    
         
            -
            - test/test- 
     | 
| 
       1365 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 1407 
     | 
    
         
            +
            - test/run-test.rb
         
     | 
| 
      
 1408 
     | 
    
         
            +
            - test/test-table-select-mecab.rb
         
     | 
| 
      
 1409 
     | 
    
         
            +
            - test/test-index-column.rb
         
     | 
| 
      
 1410 
     | 
    
         
            +
            - test/test-plugin.rb
         
     | 
| 
       1366 
1411 
     | 
    
         
             
            - test/test-variable-size-column.rb
         
     | 
| 
       1367 
     | 
    
         
            -
            - test/test- 
     | 
| 
       1368 
     | 
    
         
            -
            - test/test- 
     | 
| 
       1369 
     | 
    
         
            -
            - test/test-schema-type.rb
         
     | 
| 
       1370 
     | 
    
         
            -
            - test/test-type.rb
         
     | 
| 
       1371 
     | 
    
         
            -
            - test/test-geo-point.rb
         
     | 
| 
       1372 
     | 
    
         
            -
            - test/test-command-select.rb
         
     | 
| 
      
 1412 
     | 
    
         
            +
            - test/test-convert.rb
         
     | 
| 
      
 1413 
     | 
    
         
            +
            - test/test-lock-timeout.rb
         
     | 
| 
       1373 
1414 
     | 
    
         
             
            - test/groonga-test-utils.rb
         
     | 
| 
       1374 
1415 
     | 
    
         
             
            - test/test-snippet.rb
         
     | 
| 
       1375 
     | 
    
         
            -
            - test/test- 
     | 
| 
       1376 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 1416 
     | 
    
         
            +
            - test/test-database-dumper.rb
         
     | 
| 
      
 1417 
     | 
    
         
            +
            - test/test-variable.rb
         
     | 
| 
      
 1418 
     | 
    
         
            +
            - test/test-schema-type.rb
         
     | 
| 
      
 1419 
     | 
    
         
            +
            - test/test-array.rb
         
     | 
| 
       1377 
1420 
     | 
    
         
             
            - test/test-table-select-normalize.rb
         
     | 
| 
      
 1421 
     | 
    
         
            +
            - test/test-statistic-measurer.rb
         
     | 
| 
      
 1422 
     | 
    
         
            +
            - test/test-type.rb
         
     | 
| 
      
 1423 
     | 
    
         
            +
            - test/test-memory-pool.rb
         
     | 
| 
      
 1424 
     | 
    
         
            +
            - test/test-table-offset-and-limit.rb
         
     | 
| 
       1378 
1425 
     | 
    
         
             
            - test/test-expression-builder.rb
         
     | 
| 
       1379 
     | 
    
         
            -
            - test/test-table-select-mecab.rb
         
     | 
| 
       1380 
     | 
    
         
            -
            - test/test-gqtp.rb
         
     | 
| 
       1381 
     | 
    
         
            -
            - test/run-test.rb
         
     | 
| 
       1382 
     | 
    
         
            -
            - test/test-database-dumper.rb
         
     | 
| 
       1383 
     | 
    
         
            -
            - test/test-table-traverse.rb
         
     | 
| 
       1384 
     | 
    
         
            -
            - test/test-database.rb
         
     | 
| 
       1385 
     | 
    
         
            -
            - test/test-table-select-weight.rb
         
     | 
| 
       1386 
     | 
    
         
            -
            - test/test-lock-timeout.rb
         
     | 
| 
       1387 
1426 
     | 
    
         
             
            - test/test-accessor.rb
         
     | 
| 
       1388 
     | 
    
         
            -
            - test/test-procedure.rb
         
     | 
| 
       1389 
     | 
    
         
            -
            - test/test-statistic-measurer.rb
         
     | 
| 
       1390 
     | 
    
         
            -
            - test/test-schema.rb
         
     | 
| 
       1391 
     | 
    
         
            -
            - test/test-table-select.rb
         
     | 
| 
       1392 
1427 
     | 
    
         
             
            - test/test-table-dumper.rb
         
     | 
| 
       1393 
1428 
     | 
    
         
             
            - test/test-record.rb
         
     | 
| 
       1394 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 1429 
     | 
    
         
            +
            - test/test-procedure.rb
         
     | 
| 
      
 1430 
     | 
    
         
            +
            - test/test-database-inspector.rb
         
     | 
| 
      
 1431 
     | 
    
         
            +
            - test/test-index-cursor.rb
         
     | 
| 
      
 1432 
     | 
    
         
            +
            - test/test-remote.rb
         
     | 
| 
       1395 
1433 
     | 
    
         
             
            - test/test-hash.rb
         
     | 
| 
      
 1434 
     | 
    
         
            +
            - test/test-table-key-support.rb
         
     | 
| 
      
 1435 
     | 
    
         
            +
            - test/test-table-select.rb
         
     | 
| 
      
 1436 
     | 
    
         
            +
            - test/test-column.rb
         
     | 
| 
       1396 
1437 
     | 
    
         
             
            - test/test-table.rb
         
     | 
| 
       1397 
     | 
    
         
            -
            - test/test- 
     | 
| 
       1398 
     | 
    
         
            -
            - test/test-schema-dumper.rb
         
     | 
| 
      
 1438 
     | 
    
         
            +
            - test/test-table-select-weight.rb
         
     | 
| 
       1399 
1439 
     | 
    
         
             
            - test/test-sub-records.rb
         
     | 
| 
       1400 
     | 
    
         
            -
            - test/test- 
     | 
| 
       1401 
     | 
    
         
            -
            - test/test-fix-size-column.rb
         
     | 
| 
       1402 
     | 
    
         
            -
            - test/test-convert.rb
         
     | 
| 
       1403 
     | 
    
         
            -
            - test/test-logger.rb
         
     | 
| 
       1404 
     | 
    
         
            -
            - test/test-database-inspector.rb
         
     | 
| 
      
 1440 
     | 
    
         
            +
            - test/test-exception.rb
         
     | 
    
        data/README.textile
    DELETED
    
    | 
         @@ -1,73 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            h1. README
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            h2. Name
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            Rroonga
         
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
            h2. Description
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            Ruby bindings for Groonga that provide full text search and
         
     | 
| 
       10 
     | 
    
         
            -
            column store features.
         
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
            Rroonga is an extension library to use Groonga's DB-API
         
     | 
| 
       13 
     | 
    
         
            -
            layer. Rroonga provides Rubyish readable and writable API
         
     | 
| 
       14 
     | 
    
         
            -
            not C like API. You can use Groonga's fast and highly
         
     | 
| 
       15 
     | 
    
         
            -
            functional features from Ruby with Rubyish form.
         
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
            See the following URL about Groonga.
         
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
            * "The Groonga official site":http://groonga.org/
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
            h2. Authors
         
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
            * Kouhei Sutou <kou@clear-code.com>
         
     | 
| 
       24 
     | 
    
         
            -
            * Tasuku SUENAGA <a@razil.jp>
         
     | 
| 
       25 
     | 
    
         
            -
            * Daijiro MORI <morita@razil.jp>
         
     | 
| 
       26 
     | 
    
         
            -
            * Yuto HAYAMIZU <y.hayamizu@gmail.com>
         
     | 
| 
       27 
     | 
    
         
            -
            * SHIDARA Yoji <dara@shidara.net>
         
     | 
| 
       28 
     | 
    
         
            -
            * yoshihara haruka <yoshihara@clear-code.com>
         
     | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
       30 
     | 
    
         
            -
            h2. License
         
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
            LGPL 2.1. See license/LGPL for details.
         
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
            (Kouhei Sutou has a right to change the license including
         
     | 
| 
       35 
     | 
    
         
            -
            contributed patches.)
         
     | 
| 
       36 
     | 
    
         
            -
             
     | 
| 
       37 
     | 
    
         
            -
            h2. Dependencies
         
     | 
| 
       38 
     | 
    
         
            -
             
     | 
| 
       39 
     | 
    
         
            -
            * Ruby >= 1.9.3
         
     | 
| 
       40 
     | 
    
         
            -
            * Groonga >= 4.0.4
         
     | 
| 
       41 
     | 
    
         
            -
             
     | 
| 
       42 
     | 
    
         
            -
            h2. Install
         
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
            <pre>
         
     | 
| 
       45 
     | 
    
         
            -
            !!!command_line
         
     | 
| 
       46 
     | 
    
         
            -
            % sudo gem install rroonga
         
     | 
| 
       47 
     | 
    
         
            -
            </pre>
         
     | 
| 
       48 
     | 
    
         
            -
             
     | 
| 
       49 
     | 
    
         
            -
            h2. Documents
         
     | 
| 
       50 
     | 
    
         
            -
             
     | 
| 
       51 
     | 
    
         
            -
            * "Reference manual in English":http://ranguba.org/rroonga/en/
         
     | 
| 
       52 
     | 
    
         
            -
            * "Reference manual in Japanese":http://ranguba.org/rroonga/ja/
         
     | 
| 
       53 
     | 
    
         
            -
             
     | 
| 
       54 
     | 
    
         
            -
            h2. Mailing list
         
     | 
| 
       55 
     | 
    
         
            -
             
     | 
| 
       56 
     | 
    
         
            -
            * English: "groonga-talk":http://lists.sourceforge.net/mailman/listinfo/groonga-talk
         
     | 
| 
       57 
     | 
    
         
            -
            * Japanese: "groonga-dev":http://lists.sourceforge.jp/mailman/listinfo/groonga-dev
         
     | 
| 
       58 
     | 
    
         
            -
             
     | 
| 
       59 
     | 
    
         
            -
            h2. Thanks
         
     | 
| 
       60 
     | 
    
         
            -
             
     | 
| 
       61 
     | 
    
         
            -
            * Daijiro MORI: sent patches to support the latest Groonga.
         
     | 
| 
       62 
     | 
    
         
            -
            * Tasuku SUENAGA: sent bug reports.
         
     | 
| 
       63 
     | 
    
         
            -
            * niku: sent bug reports.
         
     | 
| 
       64 
     | 
    
         
            -
            * dara:
         
     | 
| 
       65 
     | 
    
         
            -
            ** wrote tests.
         
     | 
| 
       66 
     | 
    
         
            -
            ** fixed bugs.
         
     | 
| 
       67 
     | 
    
         
            -
            * id:mat_aki: sent bug reports.
         
     | 
| 
       68 
     | 
    
         
            -
            * @yune_kotomi: sent a bug report.
         
     | 
| 
       69 
     | 
    
         
            -
            * m_seki: sent bug reports.
         
     | 
| 
       70 
     | 
    
         
            -
            * ono matope: sent bug reports.
         
     | 
| 
       71 
     | 
    
         
            -
            * @kamipo: send a bug report.
         
     | 
| 
       72 
     | 
    
         
            -
            * ongaeshi: sent a patch to build gem on Windows.
         
     | 
| 
       73 
     | 
    
         
            -
            * mallowlabs: send a patch.
         
     |