rroonga 6.1.0-x86-mingw32 → 6.1.3-x86-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 +4 -4
 - data/Rakefile +1 -1
 - data/doc/text/news.md +28 -0
 - data/ext/groonga/rb-grn-context.c +25 -0
 - data/ext/groonga/rb-grn-database.c +2 -2
 - data/ext/groonga/rb-grn-exception.c +15 -1
 - data/ext/groonga/rb-grn-logger.c +43 -0
 - data/ext/groonga/rb-grn-object.c +11 -3
 - data/ext/groonga/rb-grn-table.c +9 -3
 - data/ext/groonga/rb-grn-variable-size-column.c +16 -2
 - data/ext/groonga/rb-grn.h +2 -2
 - data/ext/groonga/rb-groonga.c +1 -1
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/2.2/groonga.so +0 -0
 - data/lib/2.3/groonga.so +0 -0
 - data/lib/2.4/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +2 -0
 - data/lib/groonga/logger.rb +2 -1
 - data/lib/groonga/schema.rb +4 -2
 - data/rroonga-build.rb +5 -5
 - data/test/test-context.rb +5 -0
 - data/test/test-exception.rb +2 -1
 - data/test/test-logger.rb +18 -0
 - data/test/test-schema-dumper.rb +19 -1
 - data/test/test-variable-size-column.rb +10 -0
 - data/vendor/local/bin/grndb.exe +0 -0
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga-suggest-create-dataset.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-2.dll +0 -0
 - data/vendor/local/bin/libmsgpackc.dll +0 -0
 - data/vendor/local/bin/libonigmo-6.dll +0 -0
 - data/vendor/local/bin/libpcre-1.dll +0 -0
 - data/vendor/local/bin/libpcrecpp-0.dll +0 -0
 - data/vendor/local/bin/libpcreposix-0.dll +0 -0
 - data/vendor/local/bin/lz4.exe +0 -0
 - data/vendor/local/bin/lz4c.exe +0 -0
 - data/vendor/local/bin/lz4cat +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/{onig-config → onigmo-config} +5 -5
 - data/vendor/local/bin/pcregrep.exe +0 -0
 - data/vendor/local/bin/pcretest.exe +0 -0
 - data/vendor/local/bin/zlib1.dll +0 -0
 - data/vendor/local/include/groonga/groonga.h +1 -0
 - data/vendor/local/include/groonga/groonga/accessor.h +34 -0
 - data/vendor/local/include/groonga/groonga/groonga.h +37 -2
 - data/vendor/local/include/groonga/groonga/ii.h +4 -0
 - data/vendor/local/include/groonga/groonga/plugin.h +16 -6
 - data/vendor/local/include/{oniguruma.h → onigmo.h} +326 -262
 - data/vendor/local/include/{oniggnu.h → onigmognu.h} +16 -15
 - data/vendor/local/include/{onigposix.h → onigmoposix.h} +37 -44
 - data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.la +3 -3
 - data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
 - data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/{table/table.dll.a → normalizers/mysql.dll.a} +0 -0
 - data/vendor/local/lib/groonga/plugins/{table/table.la → normalizers/mysql.la} +9 -9
 - 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/query_expanders/tsv.la +3 -3
 - data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +2 -1
 - 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/suggest/suggest.la +3 -3
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
 - 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/plugins/tokenizers/mecab.la +3 -3
 - data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +2 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +3 -3
 - data/vendor/local/lib/liblz4.a +0 -0
 - data/vendor/local/lib/liblz4.dll +0 -0
 - data/vendor/local/lib/liblz4.dll.1 +0 -0
 - data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.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/libonigmo.a +0 -0
 - data/vendor/local/lib/{libonig.dll.a → libonigmo.dll.a} +0 -0
 - data/vendor/local/lib/{libonig.la → libonigmo.la} +9 -9
 - data/vendor/local/lib/libpcre.a +0 -0
 - data/vendor/local/lib/libpcre.dll.a +0 -0
 - data/vendor/local/lib/libpcrecpp.a +0 -0
 - data/vendor/local/lib/libpcrecpp.dll.a +0 -0
 - data/vendor/local/lib/libpcreposix.a +0 -0
 - data/vendor/local/lib/libpcreposix.dll.a +0 -0
 - data/vendor/local/lib/libz.a +0 -0
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga-normalizer-mysql.pc +5 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - data/vendor/local/lib/pkgconfig/{oniguruma.pc → onigmo.pc} +3 -3
 - 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-normalizer-mysql/README.md +211 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/news.md +41 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +114 -46
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -53
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
 - 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 +6 -4
 - 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 +5 -4
 - 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 +134 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +18 -0
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/client.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +8 -36
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +219 -156
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +13 -59
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +11 -10
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news.html +225 -93
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -6
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/4.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/5.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/alias.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +6 -13
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/memcached.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +114 -46
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -53
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
 - 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 +6 -4
 - 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 +5 -4
 - 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 +134 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +18 -0
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/client.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +8 -36
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +219 -156
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +13 -49
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +11 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news.html +225 -92
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +6 -6
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
 - data/vendor/local/share/groonga/mruby/LEGAL +30 -30
 - data/vendor/local/share/license/groonga-normalizer-mysql/README.md +211 -0
 - data/vendor/local/share/license/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
 - data/vendor/local/share/license/onigmo/README +10 -8
 - metadata +86 -75
 - data/vendor/local/bin/libonig-5.dll +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/libonig.a +0 -0
 
| 
         @@ -1,13 +1,15 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            README   
     | 
| 
      
 1 
     | 
    
         
            +
            README  2016/11/30
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            Onigmo (Oniguruma-mod)  --  (C) K.Takata <kentkt AT csc DOT jp>
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            https://github.com/k-takata/Onigmo
         
     | 
| 
       6 
6 
     | 
    
         | 
| 
       7 
7 
     | 
    
         
             
            Onigmo is a regular expressions library forked from Oniguruma.
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
      
 8 
     | 
    
         
            +
            It focuses to support new expressions like `\K`, `\R`, `(?(cond)yes|no)`
         
     | 
| 
      
 9 
     | 
    
         
            +
            and etc. which are supported in Perl 5.10+.
         
     | 
| 
       9 
10 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
      
 11 
     | 
    
         
            +
            Since Onigmo is used as the default regexp library of Ruby 2.0 or later,
         
     | 
| 
      
 12 
     | 
    
         
            +
            many patches are backported from Ruby 2.x.
         
     | 
| 
       11 
13 
     | 
    
         | 
| 
       12 
14 
     | 
    
         
             
            See also the Wiki page:
         
     | 
| 
       13 
15 
     | 
    
         
             
            https://github.com/k-takata/Onigmo/wiki
         
     | 
| 
         @@ -23,20 +25,20 @@ Main New features: 
     | 
|
| 
       23 
25 
     | 
    
         
             
                onig_search_gpos (for Perl-compatible \G)
         
     | 
| 
       24 
26 
     | 
    
         | 
| 
       25 
27 
     | 
    
         
             
              Encoding:
         
     | 
| 
       26 
     | 
    
         
            -
                CP932
         
     | 
| 
      
 28 
     | 
    
         
            +
                CP932, CP1250, CP1251, CP1252, CP1253, CP1254, CP1257
         
     | 
| 
       27 
29 
     | 
    
         | 
| 
       28 
30 
     | 
    
         
             
              Syntax:
         
     | 
| 
       29 
31 
     | 
    
         
             
                Python
         
     | 
| 
       30 
32 
     | 
    
         | 
| 
       31 
33 
     | 
    
         | 
| 
       32 
34 
     | 
    
         
             
            New Source Files:
         
     | 
| 
       33 
     | 
    
         
            -
              enc/cp932.c                   CP932 encoding.
         
     | 
| 
       34 
35 
     | 
    
         
             
              enc/jis/props.h               JIS character properties data.
         
     | 
| 
       35 
36 
     | 
    
         
             
              enc/jis/props.kwd             JIS character properties data.
         
     | 
| 
       36 
37 
     | 
    
         
             
              enc/unicode/casefold.h        Unicode case folding data.
         
     | 
| 
       37 
38 
     | 
    
         
             
              enc/unicode/name2ctype.h      Unicode properties data.
         
     | 
| 
      
 39 
     | 
    
         
            +
              enc/windows_*.c               CP* encoding
         
     | 
| 
       38 
40 
     | 
    
         | 
| 
       39 
     | 
    
         
            -
               
     | 
| 
      
 41 
     | 
    
         
            +
              onigmo.py                     onigmo.dll/libonigmo.so loader.
         
     | 
| 
       40 
42 
     | 
    
         
             
              testpy.py                     test program.
         
     | 
| 
       41 
43 
     | 
    
         | 
| 
       42 
44 
     | 
    
         
             
              tool/download-ucd.sh          downloads Unicode Character Database (UCD).
         
     | 
| 
         @@ -46,8 +48,8 @@ New Source Files: 
     | 
|
| 
       46 
48 
     | 
    
         
             
              tool/enc-unicode.rb           generates name2ctype.kwd from UCD.
         
     | 
| 
       47 
49 
     | 
    
         | 
| 
       48 
50 
     | 
    
         
             
              win32/Makefile.mingw          Makefile for Win32 (MinGW)
         
     | 
| 
       49 
     | 
    
         
            -
              win32/makedef.py              creates  
     | 
| 
       50 
     | 
    
         
            -
              win32/ 
     | 
| 
      
 51 
     | 
    
         
            +
              win32/makedef.py              creates onigmo.def.
         
     | 
| 
      
 52 
     | 
    
         
            +
              win32/onigmo.rc               resource file for onigmo.dll.
         
     | 
| 
       51 
53 
     | 
    
         | 
| 
       52 
54 
     | 
    
         | 
| 
       53 
55 
     | 
    
         
             
            ToDo:
         
     | 
    
        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: 6.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 6.1.3
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x86-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:  
     | 
| 
      
 15 
     | 
    
         
            +
            date: 2017-01-12 00:00:00.000000000 Z
         
     | 
| 
       16 
16 
     | 
    
         
             
            dependencies:
         
     | 
| 
       17 
17 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       18 
18 
     | 
    
         
             
              name: pkg-config
         
     | 
| 
         @@ -195,8 +195,8 @@ email: 
     | 
|
| 
       195 
195 
     | 
    
         
             
            - dara@shidara.net
         
     | 
| 
       196 
196 
     | 
    
         
             
            executables:
         
     | 
| 
       197 
197 
     | 
    
         
             
            - groonga-database-inspect
         
     | 
| 
       198 
     | 
    
         
            -
            - grntest-log-analyze
         
     | 
| 
       199 
198 
     | 
    
         
             
            - grndump
         
     | 
| 
      
 199 
     | 
    
         
            +
            - grntest-log-analyze
         
     | 
| 
       200 
200 
     | 
    
         
             
            - groonga-index-dump
         
     | 
| 
       201 
201 
     | 
    
         
             
            extensions: []
         
     | 
| 
       202 
202 
     | 
    
         
             
            extra_rdoc_files:
         
     | 
| 
         @@ -297,6 +297,7 @@ files: 
     | 
|
| 
       297 
297 
     | 
    
         
             
            - lib/2.1/groonga.so
         
     | 
| 
       298 
298 
     | 
    
         
             
            - lib/2.2/groonga.so
         
     | 
| 
       299 
299 
     | 
    
         
             
            - lib/2.3/groonga.so
         
     | 
| 
      
 300 
     | 
    
         
            +
            - lib/2.4/groonga.so
         
     | 
| 
       300 
301 
     | 
    
         
             
            - lib/groonga.rb
         
     | 
| 
       301 
302 
     | 
    
         
             
            - lib/groonga/column.rb
         
     | 
| 
       302 
303 
     | 
    
         
             
            - lib/groonga/context.rb
         
     | 
| 
         @@ -400,7 +401,7 @@ files: 
     | 
|
| 
       400 
401 
     | 
    
         
             
            - vendor/local/bin/libgroonga-0.dll
         
     | 
| 
       401 
402 
     | 
    
         
             
            - vendor/local/bin/libmecab-2.dll
         
     | 
| 
       402 
403 
     | 
    
         
             
            - vendor/local/bin/libmsgpackc.dll
         
     | 
| 
       403 
     | 
    
         
            -
            - vendor/local/bin/ 
     | 
| 
      
 404 
     | 
    
         
            +
            - vendor/local/bin/libonigmo-6.dll
         
     | 
| 
       404 
405 
     | 
    
         
             
            - vendor/local/bin/libpcre-1.dll
         
     | 
| 
       405 
406 
     | 
    
         
             
            - vendor/local/bin/libpcrecpp-0.dll
         
     | 
| 
       406 
407 
     | 
    
         
             
            - vendor/local/bin/libpcreposix-0.dll
         
     | 
| 
         @@ -411,7 +412,7 @@ files: 
     | 
|
| 
       411 
412 
     | 
    
         
             
            - vendor/local/bin/mecab-config
         
     | 
| 
       412 
413 
     | 
    
         
             
            - vendor/local/bin/mecab.exe
         
     | 
| 
       413 
414 
     | 
    
         
             
            - vendor/local/bin/mecabrc
         
     | 
| 
       414 
     | 
    
         
            -
            - vendor/local/bin/ 
     | 
| 
      
 415 
     | 
    
         
            +
            - vendor/local/bin/onigmo-config
         
     | 
| 
       415 
416 
     | 
    
         
             
            - vendor/local/bin/pcre-config
         
     | 
| 
       416 
417 
     | 
    
         
             
            - vendor/local/bin/pcregrep.exe
         
     | 
| 
       417 
418 
     | 
    
         
             
            - vendor/local/bin/pcretest.exe
         
     | 
| 
         @@ -420,6 +421,7 @@ files: 
     | 
|
| 
       420 
421 
     | 
    
         
             
            - vendor/local/etc/groonga/httpd/groonga-httpd.conf
         
     | 
| 
       421 
422 
     | 
    
         
             
            - vendor/local/etc/groonga/synonyms.tsv
         
     | 
| 
       422 
423 
     | 
    
         
             
            - vendor/local/include/groonga/groonga.h
         
     | 
| 
      
 424 
     | 
    
         
            +
            - vendor/local/include/groonga/groonga/accessor.h
         
     | 
| 
       423 
425 
     | 
    
         
             
            - vendor/local/include/groonga/groonga/array.h
         
     | 
| 
       424 
426 
     | 
    
         
             
            - vendor/local/include/groonga/groonga/column.h
         
     | 
| 
       425 
427 
     | 
    
         
             
            - vendor/local/include/groonga/groonga/command.h
         
     | 
| 
         @@ -1097,9 +1099,9 @@ files: 
     | 
|
| 
       1097 
1099 
     | 
    
         
             
            - vendor/local/include/msgpack/zone.h
         
     | 
| 
       1098 
1100 
     | 
    
         
             
            - vendor/local/include/msgpack/zone.hpp
         
     | 
| 
       1099 
1101 
     | 
    
         
             
            - vendor/local/include/msgpack/zone_decl.hpp
         
     | 
| 
       1100 
     | 
    
         
            -
            - vendor/local/include/ 
     | 
| 
       1101 
     | 
    
         
            -
            - vendor/local/include/ 
     | 
| 
       1102 
     | 
    
         
            -
            - vendor/local/include/ 
     | 
| 
      
 1102 
     | 
    
         
            +
            - vendor/local/include/onigmo.h
         
     | 
| 
      
 1103 
     | 
    
         
            +
            - vendor/local/include/onigmognu.h
         
     | 
| 
      
 1104 
     | 
    
         
            +
            - vendor/local/include/onigmoposix.h
         
     | 
| 
       1103 
1105 
     | 
    
         
             
            - vendor/local/include/pcre.h
         
     | 
| 
       1104 
1106 
     | 
    
         
             
            - vendor/local/include/pcre_scanner.h
         
     | 
| 
       1105 
1107 
     | 
    
         
             
            - vendor/local/include/pcre_stringpiece.h
         
     | 
| 
         @@ -1125,6 +1127,10 @@ files: 
     | 
|
| 
       1125 
1127 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/functions/vector.dll
         
     | 
| 
       1126 
1128 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/functions/vector.dll.a
         
     | 
| 
       1127 
1129 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/functions/vector.la
         
     | 
| 
      
 1130 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/normalizers/mysql.a
         
     | 
| 
      
 1131 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/normalizers/mysql.dll
         
     | 
| 
      
 1132 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a
         
     | 
| 
      
 1133 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/normalizers/mysql.la
         
     | 
| 
       1128 
1134 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/query_expanders/tsv.a
         
     | 
| 
       1129 
1135 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll
         
     | 
| 
       1130 
1136 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a
         
     | 
| 
         @@ -1144,10 +1150,6 @@ files: 
     | 
|
| 
       1144 
1150 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/suggest/suggest.dll
         
     | 
| 
       1145 
1151 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/suggest/suggest.dll.a
         
     | 
| 
       1146 
1152 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/suggest/suggest.la
         
     | 
| 
       1147 
     | 
    
         
            -
            - vendor/local/lib/groonga/plugins/table/table.a
         
     | 
| 
       1148 
     | 
    
         
            -
            - vendor/local/lib/groonga/plugins/table/table.dll
         
     | 
| 
       1149 
     | 
    
         
            -
            - vendor/local/lib/groonga/plugins/table/table.dll.a
         
     | 
| 
       1150 
     | 
    
         
            -
            - vendor/local/lib/groonga/plugins/table/table.la
         
     | 
| 
       1151 
1153 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/token_filters/stop_word.a
         
     | 
| 
       1152 
1154 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/token_filters/stop_word.dll
         
     | 
| 
       1153 
1155 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a
         
     | 
| 
         @@ -1218,9 +1220,9 @@ files: 
     | 
|
| 
       1218 
1220 
     | 
    
         
             
            - vendor/local/lib/libmecab.la
         
     | 
| 
       1219 
1221 
     | 
    
         
             
            - vendor/local/lib/libmsgpackc.a
         
     | 
| 
       1220 
1222 
     | 
    
         
             
            - vendor/local/lib/libmsgpackc.dll.a
         
     | 
| 
       1221 
     | 
    
         
            -
            - vendor/local/lib/ 
     | 
| 
       1222 
     | 
    
         
            -
            - vendor/local/lib/ 
     | 
| 
       1223 
     | 
    
         
            -
            - vendor/local/lib/ 
     | 
| 
      
 1223 
     | 
    
         
            +
            - vendor/local/lib/libonigmo.a
         
     | 
| 
      
 1224 
     | 
    
         
            +
            - vendor/local/lib/libonigmo.dll.a
         
     | 
| 
      
 1225 
     | 
    
         
            +
            - vendor/local/lib/libonigmo.la
         
     | 
| 
       1224 
1226 
     | 
    
         
             
            - vendor/local/lib/libpcre.a
         
     | 
| 
       1225 
1227 
     | 
    
         
             
            - vendor/local/lib/libpcre.dll.a
         
     | 
| 
       1226 
1228 
     | 
    
         
             
            - vendor/local/lib/libpcre.la
         
     | 
| 
         @@ -1232,13 +1234,14 @@ files: 
     | 
|
| 
       1232 
1234 
     | 
    
         
             
            - vendor/local/lib/libpcreposix.la
         
     | 
| 
       1233 
1235 
     | 
    
         
             
            - vendor/local/lib/libz.a
         
     | 
| 
       1234 
1236 
     | 
    
         
             
            - vendor/local/lib/libz.dll.a
         
     | 
| 
      
 1237 
     | 
    
         
            +
            - vendor/local/lib/pkgconfig/groonga-normalizer-mysql.pc
         
     | 
| 
       1235 
1238 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/groonga.pc
         
     | 
| 
       1236 
1239 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/liblz4.pc
         
     | 
| 
       1237 
1240 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/libpcre.pc
         
     | 
| 
       1238 
1241 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/libpcrecpp.pc
         
     | 
| 
       1239 
1242 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/libpcreposix.pc
         
     | 
| 
       1240 
1243 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/msgpack.pc
         
     | 
| 
       1241 
     | 
    
         
            -
            - vendor/local/lib/pkgconfig/ 
     | 
| 
      
 1244 
     | 
    
         
            +
            - vendor/local/lib/pkgconfig/onigmo.pc
         
     | 
| 
       1242 
1245 
     | 
    
         
             
            - vendor/local/lib/pkgconfig/zlib.pc
         
     | 
| 
       1243 
1246 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-cost-train.exe
         
     | 
| 
       1244 
1247 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-dict-gen.exe
         
     | 
| 
         @@ -1246,6 +1249,9 @@ files: 
     | 
|
| 
       1246 
1249 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-system-eval.exe
         
     | 
| 
       1247 
1250 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-test-gen.exe
         
     | 
| 
       1248 
1251 
     | 
    
         
             
            - vendor/local/sbin/groonga-httpd-restart
         
     | 
| 
      
 1252 
     | 
    
         
            +
            - vendor/local/share/doc/groonga-normalizer-mysql/README.md
         
     | 
| 
      
 1253 
     | 
    
         
            +
            - vendor/local/share/doc/groonga-normalizer-mysql/lgpl-2.0.txt
         
     | 
| 
      
 1254 
     | 
    
         
            +
            - vendor/local/share/doc/groonga-normalizer-mysql/news.md
         
     | 
| 
       1249 
1255 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/.buildinfo
         
     | 
| 
       1250 
1256 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_images/geo-points.png
         
     | 
| 
       1251 
1257 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_images/used-when-indexing.png
         
     | 
| 
         @@ -2417,6 +2423,8 @@ files: 
     | 
|
| 
       2417 
2423 
     | 
    
         
             
            - vendor/local/share/groonga/mruby/LEGAL
         
     | 
| 
       2418 
2424 
     | 
    
         
             
            - vendor/local/share/license/groonga-admin/LICENSE
         
     | 
| 
       2419 
2425 
     | 
    
         
             
            - vendor/local/share/license/groonga-admin/README.md
         
     | 
| 
      
 2426 
     | 
    
         
            +
            - vendor/local/share/license/groonga-normalizer-mysql/README.md
         
     | 
| 
      
 2427 
     | 
    
         
            +
            - vendor/local/share/license/groonga-normalizer-mysql/lgpl-2.0.txt
         
     | 
| 
       2420 
2428 
     | 
    
         
             
            - vendor/local/share/license/groonga/COPYING
         
     | 
| 
       2421 
2429 
     | 
    
         
             
            - vendor/local/share/license/groonga/README.md
         
     | 
| 
       2422 
2430 
     | 
    
         
             
            - vendor/local/share/license/lz4/LICENSE
         
     | 
| 
         @@ -2574,7 +2582,10 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       2574 
2582 
     | 
    
         
             
              requirements:
         
     | 
| 
       2575 
2583 
     | 
    
         
             
              - - ">="
         
     | 
| 
       2576 
2584 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       2577 
     | 
    
         
            -
                  version: 1 
     | 
| 
      
 2585 
     | 
    
         
            +
                  version: '2.1'
         
     | 
| 
      
 2586 
     | 
    
         
            +
              - - "<"
         
     | 
| 
      
 2587 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 2588 
     | 
    
         
            +
                  version: '2.5'
         
     | 
| 
       2578 
2589 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       2579 
2590 
     | 
    
         
             
              requirements:
         
     | 
| 
       2580 
2591 
     | 
    
         
             
              - - ">="
         
     | 
| 
         @@ -2582,77 +2593,77 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       2582 
2593 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       2583 
2594 
     | 
    
         
             
            requirements: []
         
     | 
| 
       2584 
2595 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       2585 
     | 
    
         
            -
            rubygems_version: 2. 
     | 
| 
      
 2596 
     | 
    
         
            +
            rubygems_version: 2.6.8
         
     | 
| 
       2586 
2597 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       2587 
2598 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       2588 
2599 
     | 
    
         
             
            summary: Ruby bindings for Groonga that provide full text search and column store
         
     | 
| 
       2589 
2600 
     | 
    
         
             
              features.
         
     | 
| 
       2590 
2601 
     | 
    
         
             
            test_files:
         
     | 
| 
       2591 
     | 
    
         
            -
            - test/test-statistic-measurer.rb
         
     | 
| 
       2592 
     | 
    
         
            -
            - test/test-table-select-weight.rb
         
     | 
| 
       2593 
     | 
    
         
            -
            - test/test-table-key-support.rb
         
     | 
| 
       2594 
     | 
    
         
            -
            - test/test-table-group.rb
         
     | 
| 
       2595 
     | 
    
         
            -
            - test/test-id.rb
         
     | 
| 
       2596 
     | 
    
         
            -
            - test/test-table-select-normalize.rb
         
     | 
| 
       2597 
     | 
    
         
            -
            - test/test-schema-type.rb
         
     | 
| 
       2598 
     | 
    
         
            -
            - test/test-record.rb
         
     | 
| 
       2599 
     | 
    
         
            -
            - test/test-table-traverse.rb
         
     | 
| 
       2600 
     | 
    
         
            -
            - test/test-data-column.rb
         
     | 
| 
       2601 
     | 
    
         
            -
            - test/test-lock-timeout.rb
         
     | 
| 
       2602 
     | 
    
         
            -
            - test/test-variable.rb
         
     | 
| 
       2603 
     | 
    
         
            -
            - test/test-table-dumper.rb
         
     | 
| 
       2604 
     | 
    
         
            -
            - test/test-gqtp.rb
         
     | 
| 
       2605 
     | 
    
         
            -
            - test/test-database-inspector.rb
         
     | 
| 
       2606 
     | 
    
         
            -
            - test/test-flushable.rb
         
     | 
| 
       2607 
     | 
    
         
            -
            - test/test-context.rb
         
     | 
| 
       2608 
     | 
    
         
            -
            - test/test-index-column.rb
         
     | 
| 
       2609 
     | 
    
         
            -
            - test/test-exception.rb
         
     | 
| 
       2610 
     | 
    
         
            -
            - test/test-fix-size-column.rb
         
     | 
| 
       2611 
     | 
    
         
            -
            - test/test-config.rb
         
     | 
| 
       2612 
     | 
    
         
            -
            - test/test-sub-records.rb
         
     | 
| 
       2613 
     | 
    
         
            -
            - test/test-encoding.rb
         
     | 
| 
       2614 
     | 
    
         
            -
            - test/test-patricia-trie.rb
         
     | 
| 
       2615 
2602 
     | 
    
         
             
            - test/run-test.rb
         
     | 
| 
       2616 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2617 
     | 
    
         
            -
            - test/test-plugin.rb
         
     | 
| 
      
 2603 
     | 
    
         
            +
            - test/test-error-message.rb
         
     | 
| 
       2618 
2604 
     | 
    
         
             
            - test/test-request-canceler.rb
         
     | 
| 
       2619 
     | 
    
         
            -
            - test/test-query-logger.rb
         
     | 
| 
       2620 
     | 
    
         
            -
            - test/test-schema-dumper.rb
         
     | 
| 
       2621 
     | 
    
         
            -
            - test/test-snippet.rb
         
     | 
| 
       2622 
     | 
    
         
            -
            - test/test-accessor.rb
         
     | 
| 
       2623 
     | 
    
         
            -
            - test/test-database.rb
         
     | 
| 
       2624 
     | 
    
         
            -
            - test/test-table-offset-and-limit.rb
         
     | 
| 
       2625 
     | 
    
         
            -
            - test/test-version.rb
         
     | 
| 
       2626 
     | 
    
         
            -
            - test/test-thread.rb
         
     | 
| 
       2627 
     | 
    
         
            -
            - test/test-token-regexp.rb
         
     | 
| 
       2628 
     | 
    
         
            -
            - test/test-table-select.rb
         
     | 
| 
       2629 
     | 
    
         
            -
            - test/test-logger.rb
         
     | 
| 
       2630 
     | 
    
         
            -
            - test/test-package-label.rb
         
     | 
| 
       2631 
     | 
    
         
            -
            - test/groonga-test-utils.rb
         
     | 
| 
       2632 
     | 
    
         
            -
            - test/test-expression-builder.rb
         
     | 
| 
       2633 
2605 
     | 
    
         
             
            - test/test-normalizer.rb
         
     | 
| 
       2634 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 2606 
     | 
    
         
            +
            - test/test-database.rb
         
     | 
| 
      
 2607 
     | 
    
         
            +
            - test/test-schema-type.rb
         
     | 
| 
       2635 
2608 
     | 
    
         
             
            - test/test-convert.rb
         
     | 
| 
       2636 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2637 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2638 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 2609 
     | 
    
         
            +
            - test/test-memory-pool.rb
         
     | 
| 
      
 2610 
     | 
    
         
            +
            - test/test-gqtp.rb
         
     | 
| 
      
 2611 
     | 
    
         
            +
            - test/test-id.rb
         
     | 
| 
      
 2612 
     | 
    
         
            +
            - test/test-schema-create-table.rb
         
     | 
| 
      
 2613 
     | 
    
         
            +
            - test/test-query-logger.rb
         
     | 
| 
      
 2614 
     | 
    
         
            +
            - test/test-pagination.rb
         
     | 
| 
      
 2615 
     | 
    
         
            +
            - test/test-expression-builder.rb
         
     | 
| 
      
 2616 
     | 
    
         
            +
            - test/test-table-group.rb
         
     | 
| 
       2639 
2617 
     | 
    
         
             
            - test/test-schema.rb
         
     | 
| 
       2640 
     | 
    
         
            -
            - test/test-remote.rb
         
     | 
| 
       2641 
     | 
    
         
            -
            - test/test-procedure.rb
         
     | 
| 
       2642 
     | 
    
         
            -
            - test/test-name.rb
         
     | 
| 
       2643 
2618 
     | 
    
         
             
            - test/test-operator.rb
         
     | 
| 
       2644 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2645 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 2619 
     | 
    
         
            +
            - test/test-expression.rb
         
     | 
| 
      
 2620 
     | 
    
         
            +
            - test/test-name.rb
         
     | 
| 
      
 2621 
     | 
    
         
            +
            - test/test-patricia-trie.rb
         
     | 
| 
      
 2622 
     | 
    
         
            +
            - test/test-command-select.rb
         
     | 
| 
      
 2623 
     | 
    
         
            +
            - test/test-context.rb
         
     | 
| 
      
 2624 
     | 
    
         
            +
            - test/test-variable-size-column.rb
         
     | 
| 
       2646 
2625 
     | 
    
         
             
            - test/test-request-timer.rb
         
     | 
| 
      
 2626 
     | 
    
         
            +
            - test/test-variable.rb
         
     | 
| 
      
 2627 
     | 
    
         
            +
            - test/test-sub-records.rb
         
     | 
| 
      
 2628 
     | 
    
         
            +
            - test/test-index-cursor.rb
         
     | 
| 
      
 2629 
     | 
    
         
            +
            - test/test-double-array-trie.rb
         
     | 
| 
      
 2630 
     | 
    
         
            +
            - test/test-table-select.rb
         
     | 
| 
      
 2631 
     | 
    
         
            +
            - test/test-windows-event-logger.rb
         
     | 
| 
      
 2632 
     | 
    
         
            +
            - test/test-table-traverse.rb
         
     | 
| 
      
 2633 
     | 
    
         
            +
            - test/test-exception.rb
         
     | 
| 
      
 2634 
     | 
    
         
            +
            - test/test-index-column.rb
         
     | 
| 
       2647 
2635 
     | 
    
         
             
            - test/test-geo-point.rb
         
     | 
| 
      
 2636 
     | 
    
         
            +
            - test/test-vector-column.rb
         
     | 
| 
      
 2637 
     | 
    
         
            +
            - test/test-lock-timeout.rb
         
     | 
| 
      
 2638 
     | 
    
         
            +
            - test/test-array.rb
         
     | 
| 
      
 2639 
     | 
    
         
            +
            - test/test-schema-dumper.rb
         
     | 
| 
      
 2640 
     | 
    
         
            +
            - test/test-fix-size-column.rb
         
     | 
| 
      
 2641 
     | 
    
         
            +
            - test/test-table-select-mecab.rb
         
     | 
| 
      
 2642 
     | 
    
         
            +
            - test/test-procedure.rb
         
     | 
| 
       2648 
2643 
     | 
    
         
             
            - test/test-database-dumper.rb
         
     | 
| 
       2649 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 2644 
     | 
    
         
            +
            - test/test-database-inspector.rb
         
     | 
| 
      
 2645 
     | 
    
         
            +
            - test/test-package-label.rb
         
     | 
| 
      
 2646 
     | 
    
         
            +
            - test/test-data-column.rb
         
     | 
| 
      
 2647 
     | 
    
         
            +
            - test/test-table-key-support.rb
         
     | 
| 
      
 2648 
     | 
    
         
            +
            - test/test-table-offset-and-limit.rb
         
     | 
| 
      
 2649 
     | 
    
         
            +
            - test/test-accessor.rb
         
     | 
| 
      
 2650 
     | 
    
         
            +
            - test/test-remote.rb
         
     | 
| 
      
 2651 
     | 
    
         
            +
            - test/test-plugin.rb
         
     | 
| 
      
 2652 
     | 
    
         
            +
            - test/groonga-test-utils.rb
         
     | 
| 
       2650 
2653 
     | 
    
         
             
            - test/test-column.rb
         
     | 
| 
       2651 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2652 
     | 
    
         
            -
            - test/test-double-array-trie.rb
         
     | 
| 
       2653 
     | 
    
         
            -
            - test/test-memory-pool.rb
         
     | 
| 
       2654 
     | 
    
         
            -
            - test/test-type.rb
         
     | 
| 
       2655 
     | 
    
         
            -
            - test/test-array.rb
         
     | 
| 
       2656 
     | 
    
         
            -
            - test/test-variable-size-column.rb
         
     | 
| 
       2657 
     | 
    
         
            -
            - test/test-error-message.rb
         
     | 
| 
      
 2654 
     | 
    
         
            +
            - test/test-record.rb
         
     | 
| 
       2658 
2655 
     | 
    
         
             
            - test/test-hash.rb
         
     | 
| 
      
 2656 
     | 
    
         
            +
            - test/test-logger.rb
         
     | 
| 
      
 2657 
     | 
    
         
            +
            - test/test-table-select-weight.rb
         
     | 
| 
      
 2658 
     | 
    
         
            +
            - test/test-version.rb
         
     | 
| 
      
 2659 
     | 
    
         
            +
            - test/test-table-select-normalize.rb
         
     | 
| 
      
 2660 
     | 
    
         
            +
            - test/test-config.rb
         
     | 
| 
      
 2661 
     | 
    
         
            +
            - test/test-flushable.rb
         
     | 
| 
      
 2662 
     | 
    
         
            +
            - test/test-encoding.rb
         
     | 
| 
      
 2663 
     | 
    
         
            +
            - test/test-thread.rb
         
     | 
| 
      
 2664 
     | 
    
         
            +
            - test/test-snippet.rb
         
     | 
| 
      
 2665 
     | 
    
         
            +
            - test/test-type.rb
         
     | 
| 
      
 2666 
     | 
    
         
            +
            - test/test-table.rb
         
     | 
| 
      
 2667 
     | 
    
         
            +
            - test/test-table-dumper.rb
         
     | 
| 
      
 2668 
     | 
    
         
            +
            - test/test-statistic-measurer.rb
         
     | 
| 
      
 2669 
     | 
    
         
            +
            - test/test-token-regexp.rb
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        data/vendor/local/lib/libonig.a
    DELETED
    
    | 
         Binary file 
     |