# -*- encoding: utf-8 -*- # stub: rroonga 5.0.0 x64-mingw32 libext/groonga Gem::Specification.new do |s| s.name = "rroonga".freeze s.version = "5.0.0".freeze s.platform = "x64-mingw32".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext/groonga".freeze] s.authors = ["Kouhei Sutou".freeze, "Tasuku SUENAGA".freeze, "daijiro".freeze, "Yuto HAYAMIZU".freeze, "SHIDARA Yoji".freeze] s.date = "2015-02-16" s.description = "Rroonga is an extension library to use Groonga's DB-API\nlayer. Rroonga provides Rubyish readable and writable API\nnot C like API. You can use Groonga's fast and highly\nfunctional features from Ruby with Rubyish form.".freeze s.email = ["kou@clear-code.com".freeze, "a@razil.jp".freeze, "morita@razil.jp".freeze, "y.hayamizu@gmail.com".freeze, "dara@shidara.net".freeze] s.executables = ["groonga-database-inspect".freeze, "groonga-index-dump".freeze, "grndump".freeze, "grntest-log-analyze".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".yardopts".freeze, "AUTHORS".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "benchmark/common.rb".freeze, "benchmark/create-wikipedia-database.rb".freeze, "benchmark/read-write-many-small-items.rb".freeze, "benchmark/repeat-load.rb".freeze, "benchmark/select.rb".freeze, "benchmark/write-many-small-items.rb".freeze, "bin/grndump".freeze, "bin/grntest-log-analyze".freeze, "bin/groonga-database-inspect".freeze, "bin/groonga-index-dump".freeze, "doc/images/sample-schema.png".freeze, "doc/text/install.textile".freeze, "doc/text/news.textile".freeze, "doc/text/tutorial.textile".freeze, "example/bookmark.rb".freeze, "example/index-html.rb".freeze, "ext/groonga/extconf.rb".freeze, "ext/groonga/groonga.def".freeze, "ext/groonga/rb-grn-accessor.c".freeze, "ext/groonga/rb-grn-array-cursor.c".freeze, "ext/groonga/rb-grn-array.c".freeze, "ext/groonga/rb-grn-column.c".freeze, "ext/groonga/rb-grn-context.c".freeze, "ext/groonga/rb-grn-database.c".freeze, "ext/groonga/rb-grn-double-array-trie-cursor.c".freeze, "ext/groonga/rb-grn-double-array-trie.c".freeze, "ext/groonga/rb-grn-encoding-support.c".freeze, "ext/groonga/rb-grn-encoding.c".freeze, "ext/groonga/rb-grn-exception.c".freeze, "ext/groonga/rb-grn-expression-builder.c".freeze, "ext/groonga/rb-grn-expression.c".freeze, "ext/groonga/rb-grn-fix-size-column.c".freeze, "ext/groonga/rb-grn-geo-point.c".freeze, "ext/groonga/rb-grn-hash-cursor.c".freeze, "ext/groonga/rb-grn-hash.c".freeze, "ext/groonga/rb-grn-index-column.c".freeze, "ext/groonga/rb-grn-index-cursor.c".freeze, "ext/groonga/rb-grn-logger.c".freeze, "ext/groonga/rb-grn-normalizer.c".freeze, "ext/groonga/rb-grn-object.c".freeze, "ext/groonga/rb-grn-operator.c".freeze, "ext/groonga/rb-grn-patricia-trie-cursor.c".freeze, "ext/groonga/rb-grn-patricia-trie.c".freeze, "ext/groonga/rb-grn-plugin.c".freeze, "ext/groonga/rb-grn-posting.c".freeze, "ext/groonga/rb-grn-procedure-type.c".freeze, "ext/groonga/rb-grn-procedure.c".freeze, "ext/groonga/rb-grn-query-logger.c".freeze, "ext/groonga/rb-grn-record.c".freeze, "ext/groonga/rb-grn-snippet.c".freeze, "ext/groonga/rb-grn-table-cursor-key-support.c".freeze, "ext/groonga/rb-grn-table-cursor.c".freeze, "ext/groonga/rb-grn-table-key-support.c".freeze, "ext/groonga/rb-grn-table.c".freeze, "ext/groonga/rb-grn-type.c".freeze, "ext/groonga/rb-grn-utils.c".freeze, "ext/groonga/rb-grn-variable-size-column.c".freeze, "ext/groonga/rb-grn-variable.c".freeze, "ext/groonga/rb-grn.h".freeze, "ext/groonga/rb-groonga.c".freeze, "extconf.rb".freeze, "lib/1.9/groonga.so".freeze, "lib/2.0/groonga.so".freeze, "lib/2.1/groonga.so".freeze, "lib/groonga.rb".freeze, "lib/groonga/column.rb".freeze, "lib/groonga/context.rb".freeze, "lib/groonga/context/command-executor.rb".freeze, "lib/groonga/database-inspector.rb".freeze, "lib/groonga/database.rb".freeze, "lib/groonga/dumper.rb".freeze, "lib/groonga/expression-builder-19.rb".freeze, "lib/groonga/expression-builder.rb".freeze, "lib/groonga/geo-point.rb".freeze, "lib/groonga/grntest-log.rb".freeze, "lib/groonga/index-column.rb".freeze, "lib/groonga/logger.rb".freeze, "lib/groonga/memory-pool.rb".freeze, "lib/groonga/pagination.rb".freeze, "lib/groonga/patricia-trie.rb".freeze, "lib/groonga/posting.rb".freeze, "lib/groonga/query-logger.rb".freeze, "lib/groonga/record.rb".freeze, "lib/groonga/schema.rb".freeze, "lib/groonga/statistic-measurer.rb".freeze, "lib/groonga/sub-records.rb".freeze, "lib/groonga/table.rb".freeze, "misc/grnop2ruby.rb".freeze, "rroonga-build.rb".freeze, "rroonga.gemspec".freeze, "test/groonga-test-utils.rb".freeze, "test/run-test.rb".freeze, "test/test-accessor.rb".freeze, "test/test-array.rb".freeze, "test/test-column.rb".freeze, "test/test-command-select.rb".freeze, "test/test-context.rb".freeze, "test/test-convert.rb".freeze, "test/test-database-dumper.rb".freeze, "test/test-database-inspector.rb".freeze, "test/test-database.rb".freeze, "test/test-double-array-trie.rb".freeze, "test/test-encoding.rb".freeze, "test/test-exception.rb".freeze, "test/test-expression-builder.rb".freeze, "test/test-expression.rb".freeze, "test/test-fix-size-column.rb".freeze, "test/test-geo-point.rb".freeze, "test/test-gqtp.rb".freeze, "test/test-hash.rb".freeze, "test/test-index-column.rb".freeze, "test/test-index-cursor.rb".freeze, "test/test-lock-timeout.rb".freeze, "test/test-logger.rb".freeze, "test/test-memory-pool.rb".freeze, "test/test-normalizer.rb".freeze, "test/test-pagination.rb".freeze, "test/test-patricia-trie.rb".freeze, "test/test-plugin.rb".freeze, "test/test-procedure.rb".freeze, "test/test-record.rb".freeze, "test/test-remote.rb".freeze, "test/test-schema-create-table.rb".freeze, "test/test-schema-dumper.rb".freeze, "test/test-schema-type.rb".freeze, "test/test-schema.rb".freeze, "test/test-snippet.rb".freeze, "test/test-statistic-measurer.rb".freeze, "test/test-sub-records.rb".freeze, "test/test-table-dumper.rb".freeze, "test/test-table-group.rb".freeze, "test/test-table-key-support.rb".freeze, "test/test-table-offset-and-limit.rb".freeze, "test/test-table-select-mecab.rb".freeze, "test/test-table-select-normalize.rb".freeze, "test/test-table-select-weight.rb".freeze, "test/test-table-select.rb".freeze, "test/test-table-traverse.rb".freeze, "test/test-table.rb".freeze, "test/test-type.rb".freeze, "test/test-variable-size-column.rb".freeze, "test/test-variable.rb".freeze, "test/test-vector-column.rb".freeze, "test/test-version.rb".freeze, "vendor/local/bin/grndb.exe".freeze, "vendor/local/bin/groonga-benchmark.exe".freeze, "vendor/local/bin/groonga.exe".freeze, "vendor/local/bin/libgcc_s_seh-1.dll".freeze, "vendor/local/bin/libgroonga-0.dll".freeze, "vendor/local/bin/libmecab-1.dll".freeze, "vendor/local/bin/libmsgpack-3.dll".freeze, "vendor/local/bin/libmsgpackc-2.dll".freeze, "vendor/local/bin/libonig-5.dll".freeze, "vendor/local/bin/libstdc++-6.dll".freeze, "vendor/local/bin/libwinpthread-1.dll".freeze, "vendor/local/bin/lz4.exe".freeze, "vendor/local/bin/lz4c.exe".freeze, "vendor/local/bin/lz4cat".freeze, "vendor/local/bin/mecab-config".freeze, "vendor/local/bin/mecab.exe".freeze, "vendor/local/bin/mecabrc".freeze, "vendor/local/bin/onig-config".freeze, "vendor/local/bin/zlib1.dll".freeze, "vendor/local/etc/groonga/groonga.conf".freeze, "vendor/local/etc/groonga/httpd/fastcgi.conf".freeze, "vendor/local/etc/groonga/httpd/fastcgi.conf.default".freeze, "vendor/local/etc/groonga/httpd/fastcgi_params".freeze, "vendor/local/etc/groonga/httpd/fastcgi_params.default".freeze, "vendor/local/etc/groonga/httpd/groonga-httpd.conf".freeze, "vendor/local/etc/groonga/httpd/html/50x.html".freeze, "vendor/local/etc/groonga/httpd/html/index.html".freeze, "vendor/local/etc/groonga/httpd/koi-utf".freeze, "vendor/local/etc/groonga/httpd/koi-win".freeze, "vendor/local/etc/groonga/httpd/mime.types".freeze, "vendor/local/etc/groonga/httpd/mime.types.default".freeze, "vendor/local/etc/groonga/httpd/nginx.conf.default".freeze, "vendor/local/etc/groonga/httpd/scgi_params".freeze, "vendor/local/etc/groonga/httpd/scgi_params.default".freeze, "vendor/local/etc/groonga/httpd/uwsgi_params".freeze, "vendor/local/etc/groonga/httpd/uwsgi_params.default".freeze, "vendor/local/etc/groonga/httpd/win-utf".freeze, "vendor/local/etc/groonga/synonyms.tsv".freeze, "vendor/local/include/groonga/groonga.h".freeze, "vendor/local/include/groonga/groonga/command.h".freeze, "vendor/local/include/groonga/groonga/expr.h".freeze, "vendor/local/include/groonga/groonga/groonga.h".freeze, "vendor/local/include/groonga/groonga/ii.h".freeze, "vendor/local/include/groonga/groonga/nfkc.h".freeze, "vendor/local/include/groonga/groonga/normalizer.h".freeze, "vendor/local/include/groonga/groonga/output.h".freeze, "vendor/local/include/groonga/groonga/plugin.h".freeze, "vendor/local/include/groonga/groonga/request_canceler.h".freeze, "vendor/local/include/groonga/groonga/token.h".freeze, "vendor/local/include/groonga/groonga/token_filter.h".freeze, "vendor/local/include/groonga/groonga/tokenizer.h".freeze, "vendor/local/include/groonga/groonga/util.h".freeze, "vendor/local/include/lz4.h".freeze, "vendor/local/include/lz4frame.h".freeze, "vendor/local/include/lz4hc.h".freeze, "vendor/local/include/mecab.h".freeze, "vendor/local/include/msgpack.h".freeze, "vendor/local/include/msgpack.hpp".freeze, "vendor/local/include/msgpack/fbuffer.h".freeze, "vendor/local/include/msgpack/fbuffer.hpp".freeze, "vendor/local/include/msgpack/object.h".freeze, "vendor/local/include/msgpack/object.hpp".freeze, "vendor/local/include/msgpack/pack.h".freeze, "vendor/local/include/msgpack/pack.hpp".freeze, "vendor/local/include/msgpack/pack_define.h".freeze, "vendor/local/include/msgpack/pack_template.h".freeze, "vendor/local/include/msgpack/sbuffer.h".freeze, "vendor/local/include/msgpack/sbuffer.hpp".freeze, "vendor/local/include/msgpack/sysdep.h".freeze, "vendor/local/include/msgpack/type.hpp".freeze, "vendor/local/include/msgpack/type/bool.hpp".freeze, "vendor/local/include/msgpack/type/define.hpp".freeze, "vendor/local/include/msgpack/type/deque.hpp".freeze, "vendor/local/include/msgpack/type/fixint.hpp".freeze, "vendor/local/include/msgpack/type/float.hpp".freeze, "vendor/local/include/msgpack/type/int.hpp".freeze, "vendor/local/include/msgpack/type/list.hpp".freeze, "vendor/local/include/msgpack/type/map.hpp".freeze, "vendor/local/include/msgpack/type/nil.hpp".freeze, "vendor/local/include/msgpack/type/pair.hpp".freeze, "vendor/local/include/msgpack/type/raw.hpp".freeze, "vendor/local/include/msgpack/type/set.hpp".freeze, "vendor/local/include/msgpack/type/string.hpp".freeze, "vendor/local/include/msgpack/type/tr1/unordered_map.hpp".freeze, "vendor/local/include/msgpack/type/tr1/unordered_set.hpp".freeze, "vendor/local/include/msgpack/type/tuple.hpp".freeze, "vendor/local/include/msgpack/type/vector.hpp".freeze, "vendor/local/include/msgpack/unpack.h".freeze, "vendor/local/include/msgpack/unpack.hpp".freeze, "vendor/local/include/msgpack/unpack_define.h".freeze, "vendor/local/include/msgpack/unpack_template.h".freeze, "vendor/local/include/msgpack/version.h".freeze, "vendor/local/include/msgpack/vrefbuffer.h".freeze, "vendor/local/include/msgpack/vrefbuffer.hpp".freeze, "vendor/local/include/msgpack/zbuffer.h".freeze, "vendor/local/include/msgpack/zbuffer.hpp".freeze, "vendor/local/include/msgpack/zone.h".freeze, "vendor/local/include/msgpack/zone.hpp".freeze, "vendor/local/include/oniggnu.h".freeze, "vendor/local/include/onigposix.h".freeze, "vendor/local/include/oniguruma.h".freeze, "vendor/local/include/zconf.h".freeze, "vendor/local/include/zlib.h".freeze, "vendor/local/lib/groonga/plugins/query_expanders/tsv.a".freeze, "vendor/local/lib/groonga/plugins/query_expanders/tsv.dll".freeze, "vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a".freeze, "vendor/local/lib/groonga/plugins/query_expanders/tsv.la".freeze, "vendor/local/lib/groonga/plugins/ruby/eval.a".freeze, "vendor/local/lib/groonga/plugins/ruby/eval.dll".freeze, "vendor/local/lib/groonga/plugins/ruby/eval.dll.a".freeze, "vendor/local/lib/groonga/plugins/ruby/eval.la".freeze, "vendor/local/lib/groonga/plugins/ruby/load.a".freeze, "vendor/local/lib/groonga/plugins/ruby/load.dll".freeze, "vendor/local/lib/groonga/plugins/ruby/load.dll.a".freeze, "vendor/local/lib/groonga/plugins/ruby/load.la".freeze, "vendor/local/lib/groonga/plugins/sharding.rb".freeze, "vendor/local/lib/groonga/plugins/sharding/logical_count.rb".freeze, "vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb".freeze, "vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb".freeze, "vendor/local/lib/groonga/plugins/suggest/suggest.a".freeze, "vendor/local/lib/groonga/plugins/suggest/suggest.dll".freeze, "vendor/local/lib/groonga/plugins/suggest/suggest.dll.a".freeze, "vendor/local/lib/groonga/plugins/suggest/suggest.la".freeze, "vendor/local/lib/groonga/plugins/table/table.a".freeze, "vendor/local/lib/groonga/plugins/table/table.dll".freeze, "vendor/local/lib/groonga/plugins/table/table.dll.a".freeze, "vendor/local/lib/groonga/plugins/table/table.la".freeze, "vendor/local/lib/groonga/plugins/token_filters/stop_word.a".freeze, "vendor/local/lib/groonga/plugins/token_filters/stop_word.dll".freeze, "vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a".freeze, "vendor/local/lib/groonga/plugins/token_filters/stop_word.la".freeze, "vendor/local/lib/groonga/plugins/tokenizers/mecab.a".freeze, "vendor/local/lib/groonga/plugins/tokenizers/mecab.dll".freeze, "vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a".freeze, "vendor/local/lib/groonga/plugins/tokenizers/mecab.la".freeze, "vendor/local/lib/groonga/scripts/ruby/backtrace_entry.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/command.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/context.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/context/error_level.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/context/rc.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/database.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/error.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/eval_context.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/expression.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/index_cursor.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/index_info.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/initialize/post.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/initialize/pre.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/logger.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/logger/level.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/require.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/scan_info.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/table_cursor.rb".freeze, "vendor/local/lib/groonga/scripts/ruby/writer.rb".freeze, "vendor/local/lib/libgroonga.a".freeze, "vendor/local/lib/libgroonga.dll.a".freeze, "vendor/local/lib/libgroonga.la".freeze, "vendor/local/lib/liblz4.a".freeze, "vendor/local/lib/liblz4.dll".freeze, "vendor/local/lib/liblz4.dll.1".freeze, "vendor/local/lib/liblz4.dll.1.5.0".freeze, "vendor/local/lib/libmecab.a".freeze, "vendor/local/lib/libmecab.dll.a".freeze, "vendor/local/lib/libmecab.la".freeze, "vendor/local/lib/libmsgpack.a".freeze, "vendor/local/lib/libmsgpack.dll.a".freeze, "vendor/local/lib/libmsgpack.la".freeze, "vendor/local/lib/libmsgpackc.a".freeze, "vendor/local/lib/libmsgpackc.dll.a".freeze, "vendor/local/lib/libmsgpackc.la".freeze, "vendor/local/lib/libonig.a".freeze, "vendor/local/lib/libonig.dll.a".freeze, "vendor/local/lib/libonig.la".freeze, "vendor/local/lib/libz.a".freeze, "vendor/local/lib/libz.dll.a".freeze, "vendor/local/lib/pkgconfig/groonga.pc".freeze, "vendor/local/lib/pkgconfig/liblz4.pc".freeze, "vendor/local/lib/pkgconfig/msgpack.pc".freeze, "vendor/local/lib/pkgconfig/oniguruma.pc".freeze, "vendor/local/lib/pkgconfig/zlib.pc".freeze, "vendor/local/libexec/mecab/mecab-cost-train.exe".freeze, "vendor/local/libexec/mecab/mecab-dict-gen.exe".freeze, "vendor/local/libexec/mecab/mecab-dict-index.exe".freeze, "vendor/local/libexec/mecab/mecab-system-eval.exe".freeze, "vendor/local/libexec/mecab/mecab-test-gen.exe".freeze, "vendor/local/sbin/groonga-httpd-restart".freeze, "vendor/local/sbin/groonga-httpd.exe".freeze, "vendor/local/share/doc/groonga/en/html/.buildinfo".freeze, "vendor/local/share/doc/groonga/en/html/_images/geo-points.png".freeze, "vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/client.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/community.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/development.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/index.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install/others.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/limitations.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/server.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/server/http.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/server/package.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/spec.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt".freeze, "vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif".freeze, "vendor/local/share/doc/groonga/en/html/_static/basic.css".freeze, "vendor/local/share/doc/groonga/en/html/_static/comment-bright.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/comment-close.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/comment.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/doctools.js".freeze, "vendor/local/share/doc/groonga/en/html/_static/down-pressed.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/down.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/favicon.ico".freeze, "vendor/local/share/doc/groonga/en/html/_static/file.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/groonga.css".freeze, "vendor/local/share/doc/groonga/en/html/_static/header-background.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/jp.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/jquery-1.11.1.js".freeze, "vendor/local/share/doc/groonga/en/html/_static/jquery.js".freeze, "vendor/local/share/doc/groonga/en/html/_static/logo.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/minus.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/plus.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/pygments.css".freeze, "vendor/local/share/doc/groonga/en/html/_static/searchtools.js".freeze, "vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js".freeze, "vendor/local/share/doc/groonga/en/html/_static/underscore.js".freeze, "vendor/local/share/doc/groonga/en/html/_static/up-pressed.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/up.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/us.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/websupport.js".freeze, "vendor/local/share/doc/groonga/en/html/characteristic.html".freeze, "vendor/local/share/doc/groonga/en/html/client.html".freeze, "vendor/local/share/doc/groonga/en/html/community.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/development.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/development/com.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/development/query.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/development/release.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/development/repository.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/development/test.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/documentation.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/report.html".freeze, "vendor/local/share/doc/groonga/en/html/development.html".freeze, "vendor/local/share/doc/groonga/en/html/development/travis-ci.html".freeze, "vendor/local/share/doc/groonga/en/html/genindex.html".freeze, "vendor/local/share/doc/groonga/en/html/index.html".freeze, "vendor/local/share/doc/groonga/en/html/install.html".freeze, "vendor/local/share/doc/groonga/en/html/install/centos.html".freeze, "vendor/local/share/doc/groonga/en/html/install/debian.html".freeze, "vendor/local/share/doc/groonga/en/html/install/fedora.html".freeze, "vendor/local/share/doc/groonga/en/html/install/mac_os_x.html".freeze, "vendor/local/share/doc/groonga/en/html/install/others.html".freeze, "vendor/local/share/doc/groonga/en/html/install/solaris.html".freeze, "vendor/local/share/doc/groonga/en/html/install/ubuntu.html".freeze, "vendor/local/share/doc/groonga/en/html/install/windows.html".freeze, "vendor/local/share/doc/groonga/en/html/limitations.html".freeze, "vendor/local/share/doc/groonga/en/html/news.html".freeze, "vendor/local/share/doc/groonga/en/html/news/0.x.html".freeze, "vendor/local/share/doc/groonga/en/html/news/1.0.x.html".freeze, "vendor/local/share/doc/groonga/en/html/news/1.1.x.html".freeze, "vendor/local/share/doc/groonga/en/html/news/1.2.x.html".freeze, "vendor/local/share/doc/groonga/en/html/news/1.3.x.html".freeze, "vendor/local/share/doc/groonga/en/html/news/2.x.html".freeze, "vendor/local/share/doc/groonga/en/html/news/3.x.html".freeze, "vendor/local/share/doc/groonga/en/html/news/4.x.html".freeze, "vendor/local/share/doc/groonga/en/html/news/senna.html".freeze, "vendor/local/share/doc/groonga/en/html/objects.inv".freeze, "vendor/local/share/doc/groonga/en/html/reference.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/api/plugin.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/cast.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/column.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/columns/index.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/columns/vector.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/command.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/command/command_version.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/command/output_format.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/command/request_id.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/command/return_code.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/check.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/delete.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/dump.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/load.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/quit.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/register.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/select.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/status.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/function.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/between.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/now.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/query.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/rand.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/grn_expr.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/indexing.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/log.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/normalizers.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/operations.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/output.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/query_expanders.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/suggest.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/tables.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/token_filters.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/tokenizers.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/tuning.html".freeze, "vendor/local/share/doc/groonga/en/html/reference/types.html".freeze, "vendor/local/share/doc/groonga/en/html/search.html".freeze, "vendor/local/share/doc/groonga/en/html/searchindex.js".freeze, "vendor/local/share/doc/groonga/en/html/server.html".freeze, "vendor/local/share/doc/groonga/en/html/server/gqtp.html".freeze, "vendor/local/share/doc/groonga/en/html/server/http.html".freeze, "vendor/local/share/doc/groonga/en/html/server/http/comparison.html".freeze, "vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html".freeze, "vendor/local/share/doc/groonga/en/html/server/http/groonga.html".freeze, "vendor/local/share/doc/groonga/en/html/server/package.html".freeze, "vendor/local/share/doc/groonga/en/html/spec.html".freeze, "vendor/local/share/doc/groonga/en/html/spec/gqtp.html".freeze, "vendor/local/share/doc/groonga/en/html/spec/search.html".freeze, "vendor/local/share/doc/groonga/en/html/troubleshooting.html".freeze, "vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html".freeze, "vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/data.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/index.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/introduction.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/network.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html".freeze, "vendor/local/share/doc/groonga/en/html/tutorial/search.html".freeze, "vendor/local/share/doc/groonga/ja/html/.buildinfo".freeze, "vendor/local/share/doc/groonga/ja/html/_images/geo-points.png".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/client.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/community.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/development.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/index.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/server.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/spec.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif".freeze, "vendor/local/share/doc/groonga/ja/html/_static/basic.css".freeze, "vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/comment-close.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/comment.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/doctools.js".freeze, "vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/down.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/favicon.ico".freeze, "vendor/local/share/doc/groonga/ja/html/_static/file.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/groonga.css".freeze, "vendor/local/share/doc/groonga/ja/html/_static/header-background.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/jp.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/jquery-1.11.1.js".freeze, "vendor/local/share/doc/groonga/ja/html/_static/jquery.js".freeze, "vendor/local/share/doc/groonga/ja/html/_static/logo.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/minus.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/plus.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/pygments.css".freeze, "vendor/local/share/doc/groonga/ja/html/_static/searchtools.js".freeze, "vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js".freeze, "vendor/local/share/doc/groonga/ja/html/_static/underscore.js".freeze, "vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/up.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/us.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/websupport.js".freeze, "vendor/local/share/doc/groonga/ja/html/characteristic.html".freeze, "vendor/local/share/doc/groonga/ja/html/client.html".freeze, "vendor/local/share/doc/groonga/ja/html/community.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/development.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/development/com.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/development/query.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/development/release.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/development/test.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/documentation.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/report.html".freeze, "vendor/local/share/doc/groonga/ja/html/development.html".freeze, "vendor/local/share/doc/groonga/ja/html/development/travis-ci.html".freeze, "vendor/local/share/doc/groonga/ja/html/genindex.html".freeze, "vendor/local/share/doc/groonga/ja/html/index.html".freeze, "vendor/local/share/doc/groonga/ja/html/install.html".freeze, "vendor/local/share/doc/groonga/ja/html/install/centos.html".freeze, "vendor/local/share/doc/groonga/ja/html/install/debian.html".freeze, "vendor/local/share/doc/groonga/ja/html/install/fedora.html".freeze, "vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html".freeze, "vendor/local/share/doc/groonga/ja/html/install/others.html".freeze, "vendor/local/share/doc/groonga/ja/html/install/solaris.html".freeze, "vendor/local/share/doc/groonga/ja/html/install/ubuntu.html".freeze, "vendor/local/share/doc/groonga/ja/html/install/windows.html".freeze, "vendor/local/share/doc/groonga/ja/html/limitations.html".freeze, "vendor/local/share/doc/groonga/ja/html/news.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/0.x.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/1.0.x.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/1.1.x.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/1.2.x.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/1.3.x.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/2.x.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/3.x.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/4.x.html".freeze, "vendor/local/share/doc/groonga/ja/html/news/senna.html".freeze, "vendor/local/share/doc/groonga/ja/html/objects.inv".freeze, "vendor/local/share/doc/groonga/ja/html/reference.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/cast.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/column.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/columns/index.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/command.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/check.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/load.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/register.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/select.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/status.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/function.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/between.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/now.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/query.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/indexing.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/log.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/normalizers.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/operations.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/output.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/suggest.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/tables.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/token_filters.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/tuning.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference/types.html".freeze, "vendor/local/share/doc/groonga/ja/html/search.html".freeze, "vendor/local/share/doc/groonga/ja/html/searchindex.js".freeze, "vendor/local/share/doc/groonga/ja/html/server.html".freeze, "vendor/local/share/doc/groonga/ja/html/server/gqtp.html".freeze, "vendor/local/share/doc/groonga/ja/html/server/http.html".freeze, "vendor/local/share/doc/groonga/ja/html/server/http/comparison.html".freeze, "vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html".freeze, "vendor/local/share/doc/groonga/ja/html/server/http/groonga.html".freeze, "vendor/local/share/doc/groonga/ja/html/server/package.html".freeze, "vendor/local/share/doc/groonga/ja/html/spec.html".freeze, "vendor/local/share/doc/groonga/ja/html/spec/gqtp.html".freeze, "vendor/local/share/doc/groonga/ja/html/spec/search.html".freeze, "vendor/local/share/doc/groonga/ja/html/troubleshooting.html".freeze, "vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html".freeze, "vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/data.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/index.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/network.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html".freeze, "vendor/local/share/doc/groonga/ja/html/tutorial/search.html".freeze, "vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh".freeze, "vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb".freeze, "vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh".freeze, "vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb".freeze, "vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh".freeze, "vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png".freeze, "vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css".freeze, "vendor/local/share/groonga/examples/dictionary/html/index.html".freeze, "vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js".freeze, "vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.js".freeze, "vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js".freeze, "vendor/local/share/groonga/examples/dictionary/init-db.sh".freeze, "vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb".freeze, "vendor/local/share/groonga/examples/dictionary/readme.txt".freeze, "vendor/local/share/groonga/html/admin/css/groonga-admin.css".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css".freeze, "vendor/local/share/groonga/html/admin/favicon.ico".freeze, "vendor/local/share/groonga/html/admin/favicon.png".freeze, "vendor/local/share/groonga/html/admin/favicon.svg".freeze, "vendor/local/share/groonga/html/admin/images/groonga.png".freeze, "vendor/local/share/groonga/html/admin/images/groonga.svg".freeze, "vendor/local/share/groonga/html/admin/images/loading.gif".freeze, "vendor/local/share/groonga/html/admin/index.html".freeze, "vendor/local/share/groonga/html/admin/index.ja.html".freeze, "vendor/local/share/groonga/html/admin/js/groonga-admin.ja.js".freeze, "vendor/local/share/groonga/html/admin/js/groonga-admin.js".freeze, "vendor/local/share/groonga/html/admin/js/jquery-1.7.2.js".freeze, "vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js".freeze, "vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.js".freeze, "vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt".freeze, "vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-icon-full-size.png".freeze, "vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-icon.png".freeze, "vendor/local/share/groonga/images/logo/groonga-icon.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-logo.png".freeze, "vendor/local/share/groonga/images/logo/groonga-logo.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png".freeze, "vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg".freeze, "vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png".freeze, "vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg".freeze, "vendor/local/share/groonga/images/logo/mroonga-icon.png".freeze, "vendor/local/share/groonga/images/logo/mroonga-icon.svg".freeze, "vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/mroonga-logo.png".freeze, "vendor/local/share/groonga/images/logo/mroonga-logo.svg".freeze, "vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png".freeze, "vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg".freeze, "vendor/local/share/groonga/images/logo/nroonga-icon.png".freeze, "vendor/local/share/groonga/images/logo/nroonga-icon.svg".freeze, "vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/nroonga-logo.png".freeze, "vendor/local/share/groonga/images/logo/nroonga-logo.svg".freeze, "vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png".freeze, "vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg".freeze, "vendor/local/share/groonga/images/logo/rroonga-icon.png".freeze, "vendor/local/share/groonga/images/logo/rroonga-icon.svg".freeze, "vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png".freeze, "vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg".freeze, "vendor/local/share/groonga/images/logo/rroonga-logo.png".freeze, "vendor/local/share/groonga/images/logo/rroonga-logo.svg".freeze, "vendor/local/share/license/groonga/COPYING".freeze, "vendor/local/share/license/groonga/README.md".freeze, "vendor/local/share/license/lz4/LICENSE".freeze, "vendor/local/share/license/mecab/AUTHORS".freeze, "vendor/local/share/license/mecab/BSD".freeze, "vendor/local/share/license/mecab/COPYING".freeze, "vendor/local/share/license/mecab/GPL".freeze, "vendor/local/share/license/mecab/LGPL".freeze, "vendor/local/share/license/mruby/AUTHORS".freeze, "vendor/local/share/license/mruby/LEGAL".freeze, "vendor/local/share/license/mruby/MITL".freeze, "vendor/local/share/license/mruby/README.md".freeze, "vendor/local/share/license/msgpack/AUTHORS".freeze, "vendor/local/share/license/msgpack/COPYING".freeze, "vendor/local/share/license/msgpack/LICENSE".freeze, "vendor/local/share/license/naist-jdic/AUTHORS".freeze, "vendor/local/share/license/naist-jdic/COPYING".freeze, "vendor/local/share/license/onigmo/AUTHORS".freeze, "vendor/local/share/license/onigmo/COPYING".freeze, "vendor/local/share/license/onigmo/README".freeze, "vendor/local/share/license/zlib/README".freeze, "vendor/local/share/man/ja/man1/groonga.1".freeze, "vendor/local/share/man/man1/groonga.1".freeze, "vendor/local/share/man/man1/lz4.1".freeze, "vendor/local/share/man/man1/lz4c.1".freeze, "vendor/local/share/man/man1/lz4cat.1".freeze, "vendor/local/share/man/man1/mecab.1".freeze, "vendor/local/share/mecab/dic/naist-jdic/char.bin".freeze, "vendor/local/share/mecab/dic/naist-jdic/char.def".freeze, "vendor/local/share/mecab/dic/naist-jdic/dicrc".freeze, "vendor/local/share/mecab/dic/naist-jdic/feature.def".freeze, "vendor/local/share/mecab/dic/naist-jdic/left-id.def".freeze, "vendor/local/share/mecab/dic/naist-jdic/matrix.bin".freeze, "vendor/local/share/mecab/dic/naist-jdic/matrix.def".freeze, "vendor/local/share/mecab/dic/naist-jdic/naist-jdic.csv".freeze, "vendor/local/share/mecab/dic/naist-jdic/pos-id.def".freeze, "vendor/local/share/mecab/dic/naist-jdic/rewrite.def".freeze, "vendor/local/share/mecab/dic/naist-jdic/right-id.def".freeze, "vendor/local/share/mecab/dic/naist-jdic/sys.dic".freeze, "vendor/local/share/mecab/dic/naist-jdic/unk.def".freeze, "vendor/local/share/mecab/dic/naist-jdic/unk.dic".freeze] s.homepage = "http://ranguba.org/#about-rroonga".freeze s.licenses = ["LGPLv2".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for Groonga that provide full text search and column store features.".freeze s.test_files = ["test/test-version.rb".freeze, "test/test-logger.rb".freeze, "test/test-pagination.rb".freeze, "test/test-expression-builder.rb".freeze, "test/test-encoding.rb".freeze, "test/test-expression.rb".freeze, "test/test-procedure.rb".freeze, "test/test-column.rb".freeze, "test/test-variable-size-column.rb".freeze, "test/test-exception.rb".freeze, "test/test-memory-pool.rb".freeze, "test/test-schema-type.rb".freeze, "test/test-schema.rb".freeze, "test/test-vector-column.rb".freeze, "test/test-remote.rb".freeze, "test/test-snippet.rb".freeze, "test/test-sub-records.rb".freeze, "test/test-patricia-trie.rb".freeze, "test/test-context.rb".freeze, "test/test-table-offset-and-limit.rb".freeze, "test/test-table-select-mecab.rb".freeze, "test/test-convert.rb".freeze, "test/test-variable.rb".freeze, "test/test-schema-create-table.rb".freeze, "test/test-table-select.rb".freeze, "test/test-table-group.rb".freeze, "test/test-table-dumper.rb".freeze, "test/test-index-column.rb".freeze, "test/test-command-select.rb".freeze, "test/test-table-key-support.rb".freeze, "test/test-hash.rb".freeze, "test/test-statistic-measurer.rb".freeze, "test/test-record.rb".freeze, "test/test-accessor.rb".freeze, "test/test-database.rb".freeze, "test/groonga-test-utils.rb".freeze, "test/test-lock-timeout.rb".freeze, "test/test-geo-point.rb".freeze, "test/test-fix-size-column.rb".freeze, "test/test-schema-dumper.rb".freeze, "test/test-double-array-trie.rb".freeze, "test/test-table-traverse.rb".freeze, "test/run-test.rb".freeze, "test/test-table.rb".freeze, "test/test-table-select-normalize.rb".freeze, "test/test-type.rb".freeze, "test/test-index-cursor.rb".freeze, "test/test-plugin.rb".freeze, "test/test-table-select-weight.rb".freeze, "test/test-array.rb".freeze, "test/test-database-inspector.rb".freeze, "test/test-gqtp.rb".freeze, "test/test-normalizer.rb".freeze, "test/test-database-dumper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end