rroonga 6.0.9-x86-mingw32 → 6.1.0-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/doc/text/news.md +8 -0
 - data/ext/groonga/rb-grn-index-column.c +54 -0
 - data/ext/groonga/rb-grn-object.c +4 -0
 - data/ext/groonga/rb-grn-table.c +18 -0
 - data/ext/groonga/rb-grn.h +2 -2
 - 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/groonga/dumper.rb +8 -1
 - data/lib/groonga/schema.rb +2 -1
 - data/rroonga-build.rb +2 -2
 - data/test/test-index-column.rb +124 -1
 - data/test/test-schema-dumper.rb +82 -4
 - 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/libonig-5.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/pcregrep.exe +0 -0
 - data/vendor/local/bin/pcretest.exe +0 -0
 - data/vendor/local/bin/zlib1.dll +0 -0
 - 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 +1 -1
 - 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 +1 -1
 - 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 +1 -1
 - 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 +1 -1
 - 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 +1 -1
 - data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +9 -4
 - 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 +1 -1
 - 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/table/table.la +1 -1
 - 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 +1 -1
 - 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 +1 -1
 - data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +1 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +1 -1
 - 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/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libonig.la +1 -1
 - 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.pc +2 -2
 - 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/install/centos.txt +3 -3
 - 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 +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 +61 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +741 -42
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +47 -22
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +7 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/client.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/community.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/development.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/index.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/install.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news.html +128 -72
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/4.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/5.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/alias.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +983 -66
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +66 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/search.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/memcached.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/spec.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - 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 +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 +61 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +741 -42
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +47 -22
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +7 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/client.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/community.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/development.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/install.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news.html +130 -72
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +823 -69
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +62 -36
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +11 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/search.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +10 -8
 - data/vendor/local/share/groonga/html/admin/index.html +3 -3
 - data/vendor/local/share/groonga/html/admin/scripts/{scripts.a1c295fa.js → scripts.d3e19381.js} +207 -148
 - data/vendor/local/share/groonga/html/admin/scripts/{vendor.2c228d46.js → vendor.6c1a277a.js} +3854 -2816
 - data/vendor/local/share/groonga/html/admin/styles/{main.d9de008c.css → main.db676f1c.css} +156 -137
 - metadata +62 -129
 - data/vendor/local/etc/groonga/httpd/fastcgi.conf +0 -26
 - data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +0 -26
 - data/vendor/local/etc/groonga/httpd/fastcgi_params +0 -25
 - data/vendor/local/etc/groonga/httpd/fastcgi_params.default +0 -25
 - data/vendor/local/etc/groonga/httpd/html/50x.html +0 -21
 - data/vendor/local/etc/groonga/httpd/html/index.html +0 -25
 - data/vendor/local/etc/groonga/httpd/koi-utf +0 -109
 - data/vendor/local/etc/groonga/httpd/koi-win +0 -103
 - data/vendor/local/etc/groonga/httpd/mime.types +0 -89
 - data/vendor/local/etc/groonga/httpd/mime.types.default +0 -89
 - data/vendor/local/etc/groonga/httpd/nginx.conf.default +0 -117
 - data/vendor/local/etc/groonga/httpd/scgi_params +0 -17
 - data/vendor/local/etc/groonga/httpd/scgi_params.default +0 -17
 - data/vendor/local/etc/groonga/httpd/uwsgi_params +0 -17
 - data/vendor/local/etc/groonga/httpd/uwsgi_params.default +0 -17
 - data/vendor/local/etc/groonga/httpd/win-utf +0 -126
 - data/vendor/local/sbin/groonga-httpd.exe +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +0 -118
 - data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +0 -97
 - data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +0 -108
 - data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-logo.svg +0 -118
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +0 -170
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +0 -186
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +0 -183
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +0 -179
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +0 -201
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +0 -97
 - data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +0 -107
 - data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +0 -117
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +0 -107
 - data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +0 -117
 
    
        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.0 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 6.1.0
         
     | 
| 
       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: 2016- 
     | 
| 
      
 15 
     | 
    
         
            +
            date: 2016-11-07 00:00:00.000000000 Z
         
     | 
| 
       16 
16 
     | 
    
         
             
            dependencies:
         
     | 
| 
       17 
17 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       18 
18 
     | 
    
         
             
              name: pkg-config
         
     | 
| 
         @@ -194,10 +194,10 @@ email: 
     | 
|
| 
       194 
194 
     | 
    
         
             
            - y.hayamizu@gmail.com
         
     | 
| 
       195 
195 
     | 
    
         
             
            - dara@shidara.net
         
     | 
| 
       196 
196 
     | 
    
         
             
            executables:
         
     | 
| 
       197 
     | 
    
         
            -
            - groonga-index-dump
         
     | 
| 
       198 
197 
     | 
    
         
             
            - groonga-database-inspect
         
     | 
| 
       199 
     | 
    
         
            -
            - grndump
         
     | 
| 
       200 
198 
     | 
    
         
             
            - grntest-log-analyze
         
     | 
| 
      
 199 
     | 
    
         
            +
            - grndump
         
     | 
| 
      
 200 
     | 
    
         
            +
            - groonga-index-dump
         
     | 
| 
       201 
201 
     | 
    
         
             
            extensions: []
         
     | 
| 
       202 
202 
     | 
    
         
             
            extra_rdoc_files:
         
     | 
| 
       203 
203 
     | 
    
         
             
            - README.md
         
     | 
| 
         @@ -417,23 +417,7 @@ files: 
     | 
|
| 
       417 
417 
     | 
    
         
             
            - vendor/local/bin/pcretest.exe
         
     | 
| 
       418 
418 
     | 
    
         
             
            - vendor/local/bin/zlib1.dll
         
     | 
| 
       419 
419 
     | 
    
         
             
            - vendor/local/etc/groonga/groonga.conf
         
     | 
| 
       420 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/fastcgi.conf
         
     | 
| 
       421 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/fastcgi.conf.default
         
     | 
| 
       422 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/fastcgi_params
         
     | 
| 
       423 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/fastcgi_params.default
         
     | 
| 
       424 
420 
     | 
    
         
             
            - vendor/local/etc/groonga/httpd/groonga-httpd.conf
         
     | 
| 
       425 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/html/50x.html
         
     | 
| 
       426 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/html/index.html
         
     | 
| 
       427 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/koi-utf
         
     | 
| 
       428 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/koi-win
         
     | 
| 
       429 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/mime.types
         
     | 
| 
       430 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/mime.types.default
         
     | 
| 
       431 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/nginx.conf.default
         
     | 
| 
       432 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/scgi_params
         
     | 
| 
       433 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/scgi_params.default
         
     | 
| 
       434 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/uwsgi_params
         
     | 
| 
       435 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/uwsgi_params.default
         
     | 
| 
       436 
     | 
    
         
            -
            - vendor/local/etc/groonga/httpd/win-utf
         
     | 
| 
       437 
421 
     | 
    
         
             
            - vendor/local/etc/groonga/synonyms.tsv
         
     | 
| 
       438 
422 
     | 
    
         
             
            - vendor/local/include/groonga/groonga.h
         
     | 
| 
       439 
423 
     | 
    
         
             
            - vendor/local/include/groonga/groonga/array.h
         
     | 
| 
         @@ -1262,7 +1246,6 @@ files: 
     | 
|
| 
       1262 
1246 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-system-eval.exe
         
     | 
| 
       1263 
1247 
     | 
    
         
             
            - vendor/local/libexec/mecab/mecab-test-gen.exe
         
     | 
| 
       1264 
1248 
     | 
    
         
             
            - vendor/local/sbin/groonga-httpd-restart
         
     | 
| 
       1265 
     | 
    
         
            -
            - vendor/local/sbin/groonga-httpd.exe
         
     | 
| 
       1266 
1249 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/.buildinfo
         
     | 
| 
       1267 
1250 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_images/geo-points.png
         
     | 
| 
       1268 
1251 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_images/used-when-indexing.png
         
     | 
| 
         @@ -2420,9 +2403,9 @@ files: 
     | 
|
| 
       2420 
2403 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/index.html
         
     | 
| 
       2421 
2404 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/robots.txt
         
     | 
| 
       2422 
2405 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/scripts/oldieshim.572be7b4.js
         
     | 
| 
       2423 
     | 
    
         
            -
            - vendor/local/share/groonga/html/admin/scripts/scripts. 
     | 
| 
       2424 
     | 
    
         
            -
            - vendor/local/share/groonga/html/admin/scripts/vendor. 
     | 
| 
       2425 
     | 
    
         
            -
            - vendor/local/share/groonga/html/admin/styles/main. 
     | 
| 
      
 2406 
     | 
    
         
            +
            - vendor/local/share/groonga/html/admin/scripts/scripts.d3e19381.js
         
     | 
| 
      
 2407 
     | 
    
         
            +
            - vendor/local/share/groonga/html/admin/scripts/vendor.6c1a277a.js
         
     | 
| 
      
 2408 
     | 
    
         
            +
            - vendor/local/share/groonga/html/admin/styles/main.db676f1c.css
         
     | 
| 
       2426 
2409 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/styles/vendor.7f75f6e0.css
         
     | 
| 
       2427 
2410 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/views/columns/new.html
         
     | 
| 
       2428 
2411 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/views/columns/show.html
         
     | 
| 
         @@ -2431,56 +2414,6 @@ files: 
     | 
|
| 
       2431 
2414 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/views/tables/search.html
         
     | 
| 
       2432 
2415 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/views/tables/show.html
         
     | 
| 
       2433 
2416 
     | 
    
         
             
            - vendor/local/share/groonga/html/admin/views/top.html
         
     | 
| 
       2434 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png
         
     | 
| 
       2435 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg
         
     | 
| 
       2436 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-icon-full-size.png
         
     | 
| 
       2437 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg
         
     | 
| 
       2438 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-icon.png
         
     | 
| 
       2439 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-icon.svg
         
     | 
| 
       2440 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png
         
     | 
| 
       2441 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg
         
     | 
| 
       2442 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-logo.png
         
     | 
| 
       2443 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-logo.svg
         
     | 
| 
       2444 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
         
     | 
| 
       2445 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
         
     | 
| 
       2446 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png
         
     | 
| 
       2447 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg
         
     | 
| 
       2448 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
         
     | 
| 
       2449 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
         
     | 
| 
       2450 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png
         
     | 
| 
       2451 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg
         
     | 
| 
       2452 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png
         
     | 
| 
       2453 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg
         
     | 
| 
       2454 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png
         
     | 
| 
       2455 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg
         
     | 
| 
       2456 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png
         
     | 
| 
       2457 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg
         
     | 
| 
       2458 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-icon.png
         
     | 
| 
       2459 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-icon.svg
         
     | 
| 
       2460 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png
         
     | 
| 
       2461 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg
         
     | 
| 
       2462 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-logo.png
         
     | 
| 
       2463 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/mroonga-logo.svg
         
     | 
| 
       2464 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png
         
     | 
| 
       2465 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg
         
     | 
| 
       2466 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png
         
     | 
| 
       2467 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg
         
     | 
| 
       2468 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-icon.png
         
     | 
| 
       2469 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-icon.svg
         
     | 
| 
       2470 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png
         
     | 
| 
       2471 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg
         
     | 
| 
       2472 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-logo.png
         
     | 
| 
       2473 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/nroonga-logo.svg
         
     | 
| 
       2474 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png
         
     | 
| 
       2475 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg
         
     | 
| 
       2476 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png
         
     | 
| 
       2477 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg
         
     | 
| 
       2478 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-icon.png
         
     | 
| 
       2479 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-icon.svg
         
     | 
| 
       2480 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png
         
     | 
| 
       2481 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg
         
     | 
| 
       2482 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-logo.png
         
     | 
| 
       2483 
     | 
    
         
            -
            - vendor/local/share/groonga/images/logo/rroonga-logo.svg
         
     | 
| 
       2484 
2417 
     | 
    
         
             
            - vendor/local/share/groonga/mruby/LEGAL
         
     | 
| 
       2485 
2418 
     | 
    
         
             
            - vendor/local/share/license/groonga-admin/LICENSE
         
     | 
| 
       2486 
2419 
     | 
    
         
             
            - vendor/local/share/license/groonga-admin/README.md
         
     | 
| 
         @@ -2655,71 +2588,71 @@ specification_version: 4 
     | 
|
| 
       2655 
2588 
     | 
    
         
             
            summary: Ruby bindings for Groonga that provide full text search and column store
         
     | 
| 
       2656 
2589 
     | 
    
         
             
              features.
         
     | 
| 
       2657 
2590 
     | 
    
         
             
            test_files:
         
     | 
| 
       2658 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2659 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2660 
     | 
    
         
            -
            - test/test-table- 
     | 
| 
       2661 
     | 
    
         
            -
            - test/test-table- 
     | 
| 
       2662 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2663 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2664 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2665 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2666 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2667 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2668 
     | 
    
         
            -
            - test/test-request-timer.rb
         
     | 
| 
       2669 
     | 
    
         
            -
            - test/test-table.rb
         
     | 
| 
      
 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
         
     | 
| 
       2670 
2601 
     | 
    
         
             
            - test/test-lock-timeout.rb
         
     | 
| 
       2671 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2672 
     | 
    
         
            -
            - test/test-index-column.rb
         
     | 
| 
       2673 
     | 
    
         
            -
            - test/test-fix-size-column.rb
         
     | 
| 
      
 2602 
     | 
    
         
            +
            - test/test-variable.rb
         
     | 
| 
       2674 
2603 
     | 
    
         
             
            - test/test-table-dumper.rb
         
     | 
| 
       2675 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2676 
     | 
    
         
            -
            - test/test-record.rb
         
     | 
| 
       2677 
     | 
    
         
            -
            - test/test-schema-dumper.rb
         
     | 
| 
       2678 
     | 
    
         
            -
            - test/test-variable-size-column.rb
         
     | 
| 
       2679 
     | 
    
         
            -
            - test/test-type.rb
         
     | 
| 
       2680 
     | 
    
         
            -
            - test/test-pagination.rb
         
     | 
| 
       2681 
     | 
    
         
            -
            - test/test-database-dumper.rb
         
     | 
| 
       2682 
     | 
    
         
            -
            - test/test-table-group.rb
         
     | 
| 
       2683 
     | 
    
         
            -
            - test/test-accessor.rb
         
     | 
| 
       2684 
     | 
    
         
            -
            - test/test-name.rb
         
     | 
| 
       2685 
     | 
    
         
            -
            - test/test-database.rb
         
     | 
| 
      
 2604 
     | 
    
         
            +
            - test/test-gqtp.rb
         
     | 
| 
       2686 
2605 
     | 
    
         
             
            - test/test-database-inspector.rb
         
     | 
| 
       2687 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2688 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2689 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2690 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2691 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 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
         
     | 
| 
       2692 
2611 
     | 
    
         
             
            - test/test-config.rb
         
     | 
| 
       2693 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 2612 
     | 
    
         
            +
            - test/test-sub-records.rb
         
     | 
| 
       2694 
2613 
     | 
    
         
             
            - test/test-encoding.rb
         
     | 
| 
       2695 
     | 
    
         
            -
            - test/test-table-key-support.rb
         
     | 
| 
       2696 
     | 
    
         
            -
            - test/test-gqtp.rb
         
     | 
| 
       2697 
     | 
    
         
            -
            - test/run-test.rb
         
     | 
| 
       2698 
2614 
     | 
    
         
             
            - test/test-patricia-trie.rb
         
     | 
| 
       2699 
     | 
    
         
            -
            - test/test 
     | 
| 
       2700 
     | 
    
         
            -
            - test/test-table-select-weight.rb
         
     | 
| 
      
 2615 
     | 
    
         
            +
            - test/run-test.rb
         
     | 
| 
       2701 
2616 
     | 
    
         
             
            - test/test-windows-event-logger.rb
         
     | 
| 
       2702 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 2617 
     | 
    
         
            +
            - test/test-plugin.rb
         
     | 
| 
      
 2618 
     | 
    
         
            +
            - 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
         
     | 
| 
       2703 
2629 
     | 
    
         
             
            - test/test-logger.rb
         
     | 
| 
       2704 
2630 
     | 
    
         
             
            - test/test-package-label.rb
         
     | 
| 
       2705 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2706 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2707 
     | 
    
         
            -
            - test/test-error-message.rb
         
     | 
| 
      
 2631 
     | 
    
         
            +
            - test/groonga-test-utils.rb
         
     | 
| 
      
 2632 
     | 
    
         
            +
            - test/test-expression-builder.rb
         
     | 
| 
       2708 
2633 
     | 
    
         
             
            - test/test-normalizer.rb
         
     | 
| 
       2709 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2710 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2711 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2712 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2713 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2714 
     | 
    
         
            -
            - test/test-id.rb
         
     | 
| 
       2715 
     | 
    
         
            -
            - test/test-data-column.rb
         
     | 
| 
       2716 
     | 
    
         
            -
            - test/test-exception.rb
         
     | 
| 
       2717 
     | 
    
         
            -
            - test/test-table-select-mecab.rb
         
     | 
| 
       2718 
     | 
    
         
            -
            - test/test-table-select-normalize.rb
         
     | 
| 
      
 2634 
     | 
    
         
            +
            - test/test-expression.rb
         
     | 
| 
      
 2635 
     | 
    
         
            +
            - test/test-convert.rb
         
     | 
| 
      
 2636 
     | 
    
         
            +
            - test/test-index-cursor.rb
         
     | 
| 
      
 2637 
     | 
    
         
            +
            - test/test-command-select.rb
         
     | 
| 
      
 2638 
     | 
    
         
            +
            - test/test-vector-column.rb
         
     | 
| 
       2719 
2639 
     | 
    
         
             
            - test/test-schema.rb
         
     | 
| 
      
 2640 
     | 
    
         
            +
            - test/test-remote.rb
         
     | 
| 
      
 2641 
     | 
    
         
            +
            - test/test-procedure.rb
         
     | 
| 
      
 2642 
     | 
    
         
            +
            - test/test-name.rb
         
     | 
| 
      
 2643 
     | 
    
         
            +
            - test/test-operator.rb
         
     | 
| 
      
 2644 
     | 
    
         
            +
            - test/test-table-select-mecab.rb
         
     | 
| 
      
 2645 
     | 
    
         
            +
            - test/test-schema-create-table.rb
         
     | 
| 
      
 2646 
     | 
    
         
            +
            - test/test-request-timer.rb
         
     | 
| 
       2720 
2647 
     | 
    
         
             
            - test/test-geo-point.rb
         
     | 
| 
       2721 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2722 
     | 
    
         
            -
            - test/ 
     | 
| 
      
 2648 
     | 
    
         
            +
            - test/test-database-dumper.rb
         
     | 
| 
      
 2649 
     | 
    
         
            +
            - test/test-table.rb
         
     | 
| 
       2723 
2650 
     | 
    
         
             
            - test/test-column.rb
         
     | 
| 
       2724 
     | 
    
         
            -
            - test/test- 
     | 
| 
       2725 
     | 
    
         
            -
            - test/test- 
     | 
| 
      
 2651 
     | 
    
         
            +
            - test/test-pagination.rb
         
     | 
| 
      
 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
         
     | 
| 
      
 2658 
     | 
    
         
            +
            - test/test-hash.rb
         
     | 
| 
         @@ -1,26 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
         
     | 
| 
       3 
     | 
    
         
            -
            fastcgi_param  QUERY_STRING       $query_string;
         
     | 
| 
       4 
     | 
    
         
            -
            fastcgi_param  REQUEST_METHOD     $request_method;
         
     | 
| 
       5 
     | 
    
         
            -
            fastcgi_param  CONTENT_TYPE       $content_type;
         
     | 
| 
       6 
     | 
    
         
            -
            fastcgi_param  CONTENT_LENGTH     $content_length;
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
         
     | 
| 
       9 
     | 
    
         
            -
            fastcgi_param  REQUEST_URI        $request_uri;
         
     | 
| 
       10 
     | 
    
         
            -
            fastcgi_param  DOCUMENT_URI       $document_uri;
         
     | 
| 
       11 
     | 
    
         
            -
            fastcgi_param  DOCUMENT_ROOT      $document_root;
         
     | 
| 
       12 
     | 
    
         
            -
            fastcgi_param  SERVER_PROTOCOL    $server_protocol;
         
     | 
| 
       13 
     | 
    
         
            -
            fastcgi_param  REQUEST_SCHEME     $scheme;
         
     | 
| 
       14 
     | 
    
         
            -
            fastcgi_param  HTTPS              $https if_not_empty;
         
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
            fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
         
     | 
| 
       17 
     | 
    
         
            -
            fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;
         
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
            fastcgi_param  REMOTE_ADDR        $remote_addr;
         
     | 
| 
       20 
     | 
    
         
            -
            fastcgi_param  REMOTE_PORT        $remote_port;
         
     | 
| 
       21 
     | 
    
         
            -
            fastcgi_param  SERVER_ADDR        $server_addr;
         
     | 
| 
       22 
     | 
    
         
            -
            fastcgi_param  SERVER_PORT        $server_port;
         
     | 
| 
       23 
     | 
    
         
            -
            fastcgi_param  SERVER_NAME        $server_name;
         
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
            # PHP only, required if PHP was built with --enable-force-cgi-redirect
         
     | 
| 
       26 
     | 
    
         
            -
            fastcgi_param  REDIRECT_STATUS    200;
         
     | 
| 
         @@ -1,26 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
         
     | 
| 
       3 
     | 
    
         
            -
            fastcgi_param  QUERY_STRING       $query_string;
         
     | 
| 
       4 
     | 
    
         
            -
            fastcgi_param  REQUEST_METHOD     $request_method;
         
     | 
| 
       5 
     | 
    
         
            -
            fastcgi_param  CONTENT_TYPE       $content_type;
         
     | 
| 
       6 
     | 
    
         
            -
            fastcgi_param  CONTENT_LENGTH     $content_length;
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
         
     | 
| 
       9 
     | 
    
         
            -
            fastcgi_param  REQUEST_URI        $request_uri;
         
     | 
| 
       10 
     | 
    
         
            -
            fastcgi_param  DOCUMENT_URI       $document_uri;
         
     | 
| 
       11 
     | 
    
         
            -
            fastcgi_param  DOCUMENT_ROOT      $document_root;
         
     | 
| 
       12 
     | 
    
         
            -
            fastcgi_param  SERVER_PROTOCOL    $server_protocol;
         
     | 
| 
       13 
     | 
    
         
            -
            fastcgi_param  REQUEST_SCHEME     $scheme;
         
     | 
| 
       14 
     | 
    
         
            -
            fastcgi_param  HTTPS              $https if_not_empty;
         
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
            fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
         
     | 
| 
       17 
     | 
    
         
            -
            fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;
         
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
            fastcgi_param  REMOTE_ADDR        $remote_addr;
         
     | 
| 
       20 
     | 
    
         
            -
            fastcgi_param  REMOTE_PORT        $remote_port;
         
     | 
| 
       21 
     | 
    
         
            -
            fastcgi_param  SERVER_ADDR        $server_addr;
         
     | 
| 
       22 
     | 
    
         
            -
            fastcgi_param  SERVER_PORT        $server_port;
         
     | 
| 
       23 
     | 
    
         
            -
            fastcgi_param  SERVER_NAME        $server_name;
         
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
            # PHP only, required if PHP was built with --enable-force-cgi-redirect
         
     | 
| 
       26 
     | 
    
         
            -
            fastcgi_param  REDIRECT_STATUS    200;
         
     | 
| 
         @@ -1,25 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            fastcgi_param  QUERY_STRING       $query_string;
         
     | 
| 
       3 
     | 
    
         
            -
            fastcgi_param  REQUEST_METHOD     $request_method;
         
     | 
| 
       4 
     | 
    
         
            -
            fastcgi_param  CONTENT_TYPE       $content_type;
         
     | 
| 
       5 
     | 
    
         
            -
            fastcgi_param  CONTENT_LENGTH     $content_length;
         
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
            fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
         
     | 
| 
       8 
     | 
    
         
            -
            fastcgi_param  REQUEST_URI        $request_uri;
         
     | 
| 
       9 
     | 
    
         
            -
            fastcgi_param  DOCUMENT_URI       $document_uri;
         
     | 
| 
       10 
     | 
    
         
            -
            fastcgi_param  DOCUMENT_ROOT      $document_root;
         
     | 
| 
       11 
     | 
    
         
            -
            fastcgi_param  SERVER_PROTOCOL    $server_protocol;
         
     | 
| 
       12 
     | 
    
         
            -
            fastcgi_param  REQUEST_SCHEME     $scheme;
         
     | 
| 
       13 
     | 
    
         
            -
            fastcgi_param  HTTPS              $https if_not_empty;
         
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
            fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
         
     | 
| 
       16 
     | 
    
         
            -
            fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
            fastcgi_param  REMOTE_ADDR        $remote_addr;
         
     | 
| 
       19 
     | 
    
         
            -
            fastcgi_param  REMOTE_PORT        $remote_port;
         
     | 
| 
       20 
     | 
    
         
            -
            fastcgi_param  SERVER_ADDR        $server_addr;
         
     | 
| 
       21 
     | 
    
         
            -
            fastcgi_param  SERVER_PORT        $server_port;
         
     | 
| 
       22 
     | 
    
         
            -
            fastcgi_param  SERVER_NAME        $server_name;
         
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
            # PHP only, required if PHP was built with --enable-force-cgi-redirect
         
     | 
| 
       25 
     | 
    
         
            -
            fastcgi_param  REDIRECT_STATUS    200;
         
     | 
| 
         @@ -1,25 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            fastcgi_param  QUERY_STRING       $query_string;
         
     | 
| 
       3 
     | 
    
         
            -
            fastcgi_param  REQUEST_METHOD     $request_method;
         
     | 
| 
       4 
     | 
    
         
            -
            fastcgi_param  CONTENT_TYPE       $content_type;
         
     | 
| 
       5 
     | 
    
         
            -
            fastcgi_param  CONTENT_LENGTH     $content_length;
         
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
            fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
         
     | 
| 
       8 
     | 
    
         
            -
            fastcgi_param  REQUEST_URI        $request_uri;
         
     | 
| 
       9 
     | 
    
         
            -
            fastcgi_param  DOCUMENT_URI       $document_uri;
         
     | 
| 
       10 
     | 
    
         
            -
            fastcgi_param  DOCUMENT_ROOT      $document_root;
         
     | 
| 
       11 
     | 
    
         
            -
            fastcgi_param  SERVER_PROTOCOL    $server_protocol;
         
     | 
| 
       12 
     | 
    
         
            -
            fastcgi_param  REQUEST_SCHEME     $scheme;
         
     | 
| 
       13 
     | 
    
         
            -
            fastcgi_param  HTTPS              $https if_not_empty;
         
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
            fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
         
     | 
| 
       16 
     | 
    
         
            -
            fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
            fastcgi_param  REMOTE_ADDR        $remote_addr;
         
     | 
| 
       19 
     | 
    
         
            -
            fastcgi_param  REMOTE_PORT        $remote_port;
         
     | 
| 
       20 
     | 
    
         
            -
            fastcgi_param  SERVER_ADDR        $server_addr;
         
     | 
| 
       21 
     | 
    
         
            -
            fastcgi_param  SERVER_PORT        $server_port;
         
     | 
| 
       22 
     | 
    
         
            -
            fastcgi_param  SERVER_NAME        $server_name;
         
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
            # PHP only, required if PHP was built with --enable-force-cgi-redirect
         
     | 
| 
       25 
     | 
    
         
            -
            fastcgi_param  REDIRECT_STATUS    200;
         
     | 
| 
         @@ -1,21 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <!DOCTYPE html>
         
     | 
| 
       2 
     | 
    
         
            -
            <html>
         
     | 
| 
       3 
     | 
    
         
            -
            <head>
         
     | 
| 
       4 
     | 
    
         
            -
            <title>Error</title>
         
     | 
| 
       5 
     | 
    
         
            -
            <style>
         
     | 
| 
       6 
     | 
    
         
            -
                body {
         
     | 
| 
       7 
     | 
    
         
            -
                    width: 35em;
         
     | 
| 
       8 
     | 
    
         
            -
                    margin: 0 auto;
         
     | 
| 
       9 
     | 
    
         
            -
                    font-family: Tahoma, Verdana, Arial, sans-serif;
         
     | 
| 
       10 
     | 
    
         
            -
                }
         
     | 
| 
       11 
     | 
    
         
            -
            </style>
         
     | 
| 
       12 
     | 
    
         
            -
            </head>
         
     | 
| 
       13 
     | 
    
         
            -
            <body>
         
     | 
| 
       14 
     | 
    
         
            -
            <h1>An error occurred.</h1>
         
     | 
| 
       15 
     | 
    
         
            -
            <p>Sorry, the page you are looking for is currently unavailable.<br/>
         
     | 
| 
       16 
     | 
    
         
            -
            Please try again later.</p>
         
     | 
| 
       17 
     | 
    
         
            -
            <p>If you are the system administrator of this resource then you should check
         
     | 
| 
       18 
     | 
    
         
            -
            the <a href="http://nginx.org/r/error_log">error log</a> for details.</p>
         
     | 
| 
       19 
     | 
    
         
            -
            <p><em>Faithfully yours, nginx.</em></p>
         
     | 
| 
       20 
     | 
    
         
            -
            </body>
         
     | 
| 
       21 
     | 
    
         
            -
            </html>
         
     | 
| 
         @@ -1,25 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <!DOCTYPE html>
         
     | 
| 
       2 
     | 
    
         
            -
            <html>
         
     | 
| 
       3 
     | 
    
         
            -
            <head>
         
     | 
| 
       4 
     | 
    
         
            -
            <title>Welcome to nginx!</title>
         
     | 
| 
       5 
     | 
    
         
            -
            <style>
         
     | 
| 
       6 
     | 
    
         
            -
                body {
         
     | 
| 
       7 
     | 
    
         
            -
                    width: 35em;
         
     | 
| 
       8 
     | 
    
         
            -
                    margin: 0 auto;
         
     | 
| 
       9 
     | 
    
         
            -
                    font-family: Tahoma, Verdana, Arial, sans-serif;
         
     | 
| 
       10 
     | 
    
         
            -
                }
         
     | 
| 
       11 
     | 
    
         
            -
            </style>
         
     | 
| 
       12 
     | 
    
         
            -
            </head>
         
     | 
| 
       13 
     | 
    
         
            -
            <body>
         
     | 
| 
       14 
     | 
    
         
            -
            <h1>Welcome to nginx!</h1>
         
     | 
| 
       15 
     | 
    
         
            -
            <p>If you see this page, the nginx web server is successfully installed and
         
     | 
| 
       16 
     | 
    
         
            -
            working. Further configuration is required.</p>
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
            <p>For online documentation and support please refer to
         
     | 
| 
       19 
     | 
    
         
            -
            <a href="http://nginx.org/">nginx.org</a>.<br/>
         
     | 
| 
       20 
     | 
    
         
            -
            Commercial support is available at
         
     | 
| 
       21 
     | 
    
         
            -
            <a href="http://nginx.com/">nginx.com</a>.</p>
         
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
            <p><em>Thank you for using nginx.</em></p>
         
     | 
| 
       24 
     | 
    
         
            -
            </body>
         
     | 
| 
       25 
     | 
    
         
            -
            </html>
         
     | 
| 
         @@ -1,109 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            # This map is not a full koi8-r <> utf8 map: it does not contain
         
     | 
| 
       3 
     | 
    
         
            -
            # box-drawing and some other characters.  Besides this map contains
         
     | 
| 
       4 
     | 
    
         
            -
            # several koi8-u and Byelorussian letters which are not in koi8-r.
         
     | 
| 
       5 
     | 
    
         
            -
            # If you need a full and standard map, use contrib/unicode2nginx/koi-utf
         
     | 
| 
       6 
     | 
    
         
            -
            # map instead.
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            charset_map  koi8-r  utf-8 {
         
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
                80  E282AC ; # euro
         
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
                95  E280A2 ; # bullet
         
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
                9A  C2A0 ;   #  
         
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
                9E  C2B7 ;   # ·
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
                A3  D191 ;   # small yo
         
     | 
| 
       19 
     | 
    
         
            -
                A4  D194 ;   # small Ukrainian ye
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
                A6  D196 ;   # small Ukrainian i
         
     | 
| 
       22 
     | 
    
         
            -
                A7  D197 ;   # small Ukrainian yi
         
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
                AD  D291 ;   # small Ukrainian soft g
         
     | 
| 
       25 
     | 
    
         
            -
                AE  D19E ;   # small Byelorussian short u
         
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
                B0  C2B0 ;   # °
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
                B3  D081 ;   # capital YO
         
     | 
| 
       30 
     | 
    
         
            -
                B4  D084 ;   # capital Ukrainian YE
         
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
                B6  D086 ;   # capital Ukrainian I
         
     | 
| 
       33 
     | 
    
         
            -
                B7  D087 ;   # capital Ukrainian YI
         
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
       35 
     | 
    
         
            -
                B9  E28496 ; # numero sign
         
     | 
| 
       36 
     | 
    
         
            -
             
     | 
| 
       37 
     | 
    
         
            -
                BD  D290 ;   # capital Ukrainian soft G
         
     | 
| 
       38 
     | 
    
         
            -
                BE  D18E ;   # capital Byelorussian short U
         
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
                BF  C2A9 ;   # (C)
         
     | 
| 
       41 
     | 
    
         
            -
             
     | 
| 
       42 
     | 
    
         
            -
                C0  D18E ;   # small yu
         
     | 
| 
       43 
     | 
    
         
            -
                C1  D0B0 ;   # small a
         
     | 
| 
       44 
     | 
    
         
            -
                C2  D0B1 ;   # small b
         
     | 
| 
       45 
     | 
    
         
            -
                C3  D186 ;   # small ts
         
     | 
| 
       46 
     | 
    
         
            -
                C4  D0B4 ;   # small d
         
     | 
| 
       47 
     | 
    
         
            -
                C5  D0B5 ;   # small ye
         
     | 
| 
       48 
     | 
    
         
            -
                C6  D184 ;   # small f
         
     | 
| 
       49 
     | 
    
         
            -
                C7  D0B3 ;   # small g
         
     | 
| 
       50 
     | 
    
         
            -
                C8  D185 ;   # small kh
         
     | 
| 
       51 
     | 
    
         
            -
                C9  D0B8 ;   # small i
         
     | 
| 
       52 
     | 
    
         
            -
                CA  D0B9 ;   # small j
         
     | 
| 
       53 
     | 
    
         
            -
                CB  D0BA ;   # small k
         
     | 
| 
       54 
     | 
    
         
            -
                CC  D0BB ;   # small l
         
     | 
| 
       55 
     | 
    
         
            -
                CD  D0BC ;   # small m
         
     | 
| 
       56 
     | 
    
         
            -
                CE  D0BD ;   # small n
         
     | 
| 
       57 
     | 
    
         
            -
                CF  D0BE ;   # small o
         
     | 
| 
       58 
     | 
    
         
            -
             
     | 
| 
       59 
     | 
    
         
            -
                D0  D0BF ;   # small p
         
     | 
| 
       60 
     | 
    
         
            -
                D1  D18F ;   # small ya
         
     | 
| 
       61 
     | 
    
         
            -
                D2  D180 ;   # small r
         
     | 
| 
       62 
     | 
    
         
            -
                D3  D181 ;   # small s
         
     | 
| 
       63 
     | 
    
         
            -
                D4  D182 ;   # small t
         
     | 
| 
       64 
     | 
    
         
            -
                D5  D183 ;   # small u
         
     | 
| 
       65 
     | 
    
         
            -
                D6  D0B6 ;   # small zh
         
     | 
| 
       66 
     | 
    
         
            -
                D7  D0B2 ;   # small v
         
     | 
| 
       67 
     | 
    
         
            -
                D8  D18C ;   # small soft sign
         
     | 
| 
       68 
     | 
    
         
            -
                D9  D18B ;   # small y
         
     | 
| 
       69 
     | 
    
         
            -
                DA  D0B7 ;   # small z
         
     | 
| 
       70 
     | 
    
         
            -
                DB  D188 ;   # small sh
         
     | 
| 
       71 
     | 
    
         
            -
                DC  D18D ;   # small e
         
     | 
| 
       72 
     | 
    
         
            -
                DD  D189 ;   # small shch
         
     | 
| 
       73 
     | 
    
         
            -
                DE  D187 ;   # small ch
         
     | 
| 
       74 
     | 
    
         
            -
                DF  D18A ;   # small hard sign
         
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
                E0  D0AE ;   # capital YU
         
     | 
| 
       77 
     | 
    
         
            -
                E1  D090 ;   # capital A
         
     | 
| 
       78 
     | 
    
         
            -
                E2  D091 ;   # capital B
         
     | 
| 
       79 
     | 
    
         
            -
                E3  D0A6 ;   # capital TS
         
     | 
| 
       80 
     | 
    
         
            -
                E4  D094 ;   # capital D
         
     | 
| 
       81 
     | 
    
         
            -
                E5  D095 ;   # capital YE
         
     | 
| 
       82 
     | 
    
         
            -
                E6  D0A4 ;   # capital F
         
     | 
| 
       83 
     | 
    
         
            -
                E7  D093 ;   # capital G
         
     | 
| 
       84 
     | 
    
         
            -
                E8  D0A5 ;   # capital KH
         
     | 
| 
       85 
     | 
    
         
            -
                E9  D098 ;   # capital I
         
     | 
| 
       86 
     | 
    
         
            -
                EA  D099 ;   # capital J
         
     | 
| 
       87 
     | 
    
         
            -
                EB  D09A ;   # capital K
         
     | 
| 
       88 
     | 
    
         
            -
                EC  D09B ;   # capital L
         
     | 
| 
       89 
     | 
    
         
            -
                ED  D09C ;   # capital M
         
     | 
| 
       90 
     | 
    
         
            -
                EE  D09D ;   # capital N
         
     | 
| 
       91 
     | 
    
         
            -
                EF  D09E ;   # capital O
         
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
       93 
     | 
    
         
            -
                F0  D09F ;   # capital P
         
     | 
| 
       94 
     | 
    
         
            -
                F1  D0AF ;   # capital YA
         
     | 
| 
       95 
     | 
    
         
            -
                F2  D0A0 ;   # capital R
         
     | 
| 
       96 
     | 
    
         
            -
                F3  D0A1 ;   # capital S
         
     | 
| 
       97 
     | 
    
         
            -
                F4  D0A2 ;   # capital T
         
     | 
| 
       98 
     | 
    
         
            -
                F5  D0A3 ;   # capital U
         
     | 
| 
       99 
     | 
    
         
            -
                F6  D096 ;   # capital ZH
         
     | 
| 
       100 
     | 
    
         
            -
                F7  D092 ;   # capital V
         
     | 
| 
       101 
     | 
    
         
            -
                F8  D0AC ;   # capital soft sign
         
     | 
| 
       102 
     | 
    
         
            -
                F9  D0AB ;   # capital Y
         
     | 
| 
       103 
     | 
    
         
            -
                FA  D097 ;   # capital Z
         
     | 
| 
       104 
     | 
    
         
            -
                FB  D0A8 ;   # capital SH
         
     | 
| 
       105 
     | 
    
         
            -
                FC  D0AD ;   # capital E
         
     | 
| 
       106 
     | 
    
         
            -
                FD  D0A9 ;   # capital SHCH
         
     | 
| 
       107 
     | 
    
         
            -
                FE  D0A7 ;   # capital CH
         
     | 
| 
       108 
     | 
    
         
            -
                FF  D0AA ;   # capital hard sign
         
     | 
| 
       109 
     | 
    
         
            -
            }
         
     |