# -*- encoding: utf-8 -*- # stub: rroonga 1.3.0 x86-mingw32 lib Gem::Specification.new do |s| s.name = "rroonga".freeze s.version = "1.3.0".freeze s.platform = "x86-mingw32".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kouhei Sutou".freeze, "Tasuku SUENAGA".freeze, "daijiro".freeze, "Yuto HAYAMIZU".freeze, "SHIDARA Yoji".freeze] s.date = "2011-11-27" 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 = ["groonga-users-en@rubyforge.org".freeze, "groonga-dev@lists.sourceforge.jp".freeze] s.files = ["Gemfile".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-query-log-extract".freeze, "example/bookmark.rb".freeze, "example/index-html.rb".freeze, "ext/groonga/Makefile".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-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-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.c".freeze, "ext/groonga/rb-grn-query.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-view-accessor.c".freeze, "ext/groonga/rb-grn-view-cursor.c".freeze, "ext/groonga/rb-grn-view-record.c".freeze, "ext/groonga/rb-grn-view.c".freeze, "ext/groonga/rb-grn.h".freeze, "ext/groonga/rb-groonga.c".freeze, "extconf.rb".freeze, "lib/1.8/groonga.so".freeze, "lib/1.9/groonga.so".freeze, "lib/groonga.rb".freeze, "lib/groonga/context.rb".freeze, "lib/groonga/dumper.rb".freeze, "lib/groonga/expression-builder-19.rb".freeze, "lib/groonga/expression-builder.rb".freeze, "lib/groonga/grntest-log.rb".freeze, "lib/groonga/pagination.rb".freeze, "lib/groonga/patricia-trie.rb".freeze, "lib/groonga/posting.rb".freeze, "lib/groonga/query-log.rb".freeze, "lib/groonga/record.rb".freeze, "lib/groonga/schema.rb".freeze, "lib/groonga/view-record.rb".freeze, "misc/grnop2ruby.rb".freeze, "rroonga-build.rb".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-context-select.rb".freeze, "test/test-context.rb".freeze, "test/test-database-dumper.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-gqtp.rb".freeze, "test/test-hash.rb".freeze, "test/test-index-column.rb".freeze, "test/test-index-cursor.rb".freeze, "test/test-logger.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-query-log.rb".freeze, "test/test-query.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-view.rb".freeze, "test/test-schema.rb".freeze, "test/test-snippet.rb".freeze, "test/test-table-cursor.rb".freeze, "test/test-table-dumper.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.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, "test/test-view.rb".freeze, "vendor/local/bin/grntest.exe".freeze, "vendor/local/bin/groonga-query-log-analyzer".freeze, "vendor/local/bin/groonga.exe".freeze, "vendor/local/bin/libgroonga-0.dll".freeze, "vendor/local/bin/libmecab-1.dll".freeze, "vendor/local/bin/mecab-config".freeze, "vendor/local/bin/mecab.exe".freeze, "vendor/local/bin/mecabrc".freeze, "vendor/local/etc/groonga/groonga.conf".freeze, "vendor/local/include/groonga/groonga.h".freeze, "vendor/local/include/groonga/groonga/plugin.h".freeze, "vendor/local/include/mecab.h".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/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/libgroonga.a".freeze, "vendor/local/lib/libgroonga.dll.a".freeze, "vendor/local/lib/libgroonga.la".freeze, "vendor/local/lib/libmecab.a".freeze, "vendor/local/lib/libmecab.dll.a".freeze, "vendor/local/lib/libmecab.la".freeze, "vendor/local/lib/pkgconfig/groonga.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/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/command_version.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/cache_limit.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/check.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/clearlock.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/column_create.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/column_list.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/column_remove.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/define_selector.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/defrag.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/delete.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/dump.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/load.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/log_level.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/log_put.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/log_reopen.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/quit.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/select.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/shutdown.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/status.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/table_create.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/table_list.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/commands/view_add.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/document.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/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/report.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/executables.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/executables/grnslap.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-http.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/executables/groonga.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/expr.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/functions.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/functions/edit_distance.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/functions/geo_distance.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_circle.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_rectangle.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/functions/now.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/functions/rand.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.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/limitations.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/log.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/senna.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/pseudo_column.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/reference.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/spec.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/suggest.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt".freeze, "vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.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/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/_sources/type.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/default.css".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/footer-bar.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.js".freeze, "vendor/local/share/doc/groonga/en/html/_static/logo.png".freeze, "vendor/local/share/doc/groonga/en/html/_static/menu-header.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/sidebar.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/command_version.html".freeze, "vendor/local/share/doc/groonga/en/html/commands.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/cache_limit.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/check.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/clearlock.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/column_create.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/column_list.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/column_remove.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/define_selector.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/defrag.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/delete.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/dump.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/load.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/log_level.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/log_put.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/log_reopen.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/quit.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/select.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/shutdown.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/status.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/suggest.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/table_create.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/table_list.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/table_remove.html".freeze, "vendor/local/share/doc/groonga/en/html/commands/view_add.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/document.html".freeze, "vendor/local/share/doc/groonga/en/html/contribution/development/query.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/report.html".freeze, "vendor/local/share/doc/groonga/en/html/executables.html".freeze, "vendor/local/share/doc/groonga/en/html/executables/grnslap.html".freeze, "vendor/local/share/doc/groonga/en/html/executables/grntest.html".freeze, "vendor/local/share/doc/groonga/en/html/executables/groonga-http.html".freeze, "vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html".freeze, "vendor/local/share/doc/groonga/en/html/executables/groonga.html".freeze, "vendor/local/share/doc/groonga/en/html/expr.html".freeze, "vendor/local/share/doc/groonga/en/html/functions.html".freeze, "vendor/local/share/doc/groonga/en/html/functions/edit_distance.html".freeze, "vendor/local/share/doc/groonga/en/html/functions/geo_distance.html".freeze, "vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html".freeze, "vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html".freeze, "vendor/local/share/doc/groonga/en/html/functions/now.html".freeze, "vendor/local/share/doc/groonga/en/html/functions/rand.html".freeze, "vendor/local/share/doc/groonga/en/html/genindex.html".freeze, "vendor/local/share/doc/groonga/en/html/geolocation_search.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/limitations.html".freeze, "vendor/local/share/doc/groonga/en/html/log.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/senna.html".freeze, "vendor/local/share/doc/groonga/en/html/objects.inv".freeze, "vendor/local/share/doc/groonga/en/html/pseudo_column.html".freeze, "vendor/local/share/doc/groonga/en/html/reference.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/spec.html".freeze, "vendor/local/share/doc/groonga/en/html/spec/search.html".freeze, "vendor/local/share/doc/groonga/en/html/suggest.html".freeze, "vendor/local/share/doc/groonga/en/html/suggest/completion.html".freeze, "vendor/local/share/doc/groonga/en/html/suggest/correction.html".freeze, "vendor/local/share/doc/groonga/en/html/suggest/introduction.html".freeze, "vendor/local/share/doc/groonga/en/html/suggest/suggestion.html".freeze, "vendor/local/share/doc/groonga/en/html/suggest/tutorial.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/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/en/html/type.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/command_version.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/cache_limit.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/check.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/clearlock.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/column_create.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/column_list.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/column_remove.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/define_selector.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/defrag.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/delete.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/dump.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/load.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/log_level.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/log_put.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/log_reopen.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/quit.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/select.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/shutdown.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/status.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/table_create.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/table_list.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/commands/view_add.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/document.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/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/report.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/executables.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/executables/grnslap.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-http.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/expr.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/functions.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/functions/edit_distance.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_distance.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_circle.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_rectangle.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/functions/now.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/functions/rand.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.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/limitations.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/log.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/senna.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/pseudo_column.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/reference.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/spec.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt".freeze, "vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.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/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/_sources/type.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/default.css".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/footer-bar.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.js".freeze, "vendor/local/share/doc/groonga/ja/html/_static/logo.png".freeze, "vendor/local/share/doc/groonga/ja/html/_static/menu-header.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/sidebar.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/command_version.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/check.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/clearlock.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/column_create.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/column_list.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/column_remove.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/define_selector.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/defrag.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/delete.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/dump.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/load.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/log_level.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/log_put.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/quit.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/select.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/shutdown.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/status.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/suggest.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/table_create.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/table_list.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/table_remove.html".freeze, "vendor/local/share/doc/groonga/ja/html/commands/view_add.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/document.html".freeze, "vendor/local/share/doc/groonga/ja/html/contribution/development/query.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/report.html".freeze, "vendor/local/share/doc/groonga/ja/html/executables.html".freeze, "vendor/local/share/doc/groonga/ja/html/executables/grnslap.html".freeze, "vendor/local/share/doc/groonga/ja/html/executables/grntest.html".freeze, "vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html".freeze, "vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html".freeze, "vendor/local/share/doc/groonga/ja/html/executables/groonga.html".freeze, "vendor/local/share/doc/groonga/ja/html/expr.html".freeze, "vendor/local/share/doc/groonga/ja/html/functions.html".freeze, "vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html".freeze, "vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html".freeze, "vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html".freeze, "vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html".freeze, "vendor/local/share/doc/groonga/ja/html/functions/now.html".freeze, "vendor/local/share/doc/groonga/ja/html/functions/rand.html".freeze, "vendor/local/share/doc/groonga/ja/html/genindex.html".freeze, "vendor/local/share/doc/groonga/ja/html/geolocation_search.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/limitations.html".freeze, "vendor/local/share/doc/groonga/ja/html/log.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/senna.html".freeze, "vendor/local/share/doc/groonga/ja/html/objects.inv".freeze, "vendor/local/share/doc/groonga/ja/html/pseudo_column.html".freeze, "vendor/local/share/doc/groonga/ja/html/reference.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/spec.html".freeze, "vendor/local/share/doc/groonga/ja/html/spec/search.html".freeze, "vendor/local/share/doc/groonga/ja/html/suggest.html".freeze, "vendor/local/share/doc/groonga/ja/html/suggest/completion.html".freeze, "vendor/local/share/doc/groonga/ja/html/suggest/correction.html".freeze, "vendor/local/share/doc/groonga/ja/html/suggest/introduction.html".freeze, "vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html".freeze, "vendor/local/share/doc/groonga/ja/html/suggest/tutorial.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/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/doc/groonga/ja/html/type.html".freeze, "vendor/local/share/doc/groonga/source/__init__.py".freeze, "vendor/local/share/doc/groonga/source/characteristic.txt".freeze, "vendor/local/share/doc/groonga/source/command_version.txt".freeze, "vendor/local/share/doc/groonga/source/commands.txt".freeze, "vendor/local/share/doc/groonga/source/commands/cache_limit.txt".freeze, "vendor/local/share/doc/groonga/source/commands/check.txt".freeze, "vendor/local/share/doc/groonga/source/commands/clearlock.txt".freeze, "vendor/local/share/doc/groonga/source/commands/column_create.txt".freeze, "vendor/local/share/doc/groonga/source/commands/column_list.txt".freeze, "vendor/local/share/doc/groonga/source/commands/column_remove.txt".freeze, "vendor/local/share/doc/groonga/source/commands/define_selector.txt".freeze, "vendor/local/share/doc/groonga/source/commands/defrag.txt".freeze, "vendor/local/share/doc/groonga/source/commands/delete.txt".freeze, "vendor/local/share/doc/groonga/source/commands/dump.txt".freeze, "vendor/local/share/doc/groonga/source/commands/load.txt".freeze, "vendor/local/share/doc/groonga/source/commands/log_level.txt".freeze, "vendor/local/share/doc/groonga/source/commands/log_put.txt".freeze, "vendor/local/share/doc/groonga/source/commands/log_reopen.txt".freeze, "vendor/local/share/doc/groonga/source/commands/quit.txt".freeze, "vendor/local/share/doc/groonga/source/commands/select.txt".freeze, "vendor/local/share/doc/groonga/source/commands/shutdown.txt".freeze, "vendor/local/share/doc/groonga/source/commands/status.txt".freeze, "vendor/local/share/doc/groonga/source/commands/suggest-completion.log".freeze, "vendor/local/share/doc/groonga/source/commands/suggest-correction.log".freeze, "vendor/local/share/doc/groonga/source/commands/suggest-learn-completion.log".freeze, "vendor/local/share/doc/groonga/source/commands/suggest-learn-correction.log".freeze, "vendor/local/share/doc/groonga/source/commands/suggest-learn-suggestion.log".freeze, "vendor/local/share/doc/groonga/source/commands/suggest-mixed.log".freeze, "vendor/local/share/doc/groonga/source/commands/suggest-suggestion.log".freeze, "vendor/local/share/doc/groonga/source/commands/suggest.txt".freeze, "vendor/local/share/doc/groonga/source/commands/table_create.txt".freeze, "vendor/local/share/doc/groonga/source/commands/table_list.txt".freeze, "vendor/local/share/doc/groonga/source/commands/table_remove.txt".freeze, "vendor/local/share/doc/groonga/source/commands/view_add.txt".freeze, "vendor/local/share/doc/groonga/source/commands_not_implemented/add.txt".freeze, "vendor/local/share/doc/groonga/source/commands_not_implemented/get.txt".freeze, "vendor/local/share/doc/groonga/source/commands_not_implemented/set.txt".freeze, "vendor/local/share/doc/groonga/source/community.txt".freeze, "vendor/local/share/doc/groonga/source/conf.py".freeze, "vendor/local/share/doc/groonga/source/contribution.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/development.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/development/com.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/development/document.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/development/query.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/development/test.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/documentation.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt".freeze, "vendor/local/share/doc/groonga/source/contribution/report.txt".freeze, "vendor/local/share/doc/groonga/source/example/completion-1.log".freeze, "vendor/local/share/doc/groonga/source/example/correction-1.log".freeze, "vendor/local/share/doc/groonga/source/example/suggestion-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/data-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/data-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/data-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/index-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/index-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/index-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/index-4.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/index-5.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/index-6.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/index-7.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/network-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/network-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/network-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/search-1.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/search-2.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/search-3.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/search-4.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/search-5.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/search-6.log".freeze, "vendor/local/share/doc/groonga/source/example/tutorial/search-7.log".freeze, "vendor/local/share/doc/groonga/source/executables.txt".freeze, "vendor/local/share/doc/groonga/source/executables/grnslap.txt".freeze, "vendor/local/share/doc/groonga/source/executables/grntest.txt".freeze, "vendor/local/share/doc/groonga/source/executables/groonga-http.txt".freeze, "vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt".freeze, "vendor/local/share/doc/groonga/source/executables/groonga.txt".freeze, "vendor/local/share/doc/groonga/source/expr.txt".freeze, "vendor/local/share/doc/groonga/source/functions.txt".freeze, "vendor/local/share/doc/groonga/source/functions/edit_distance.txt".freeze, "vendor/local/share/doc/groonga/source/functions/geo_distance.txt".freeze, "vendor/local/share/doc/groonga/source/functions/geo_in_circle.txt".freeze, "vendor/local/share/doc/groonga/source/functions/geo_in_rectangle.txt".freeze, "vendor/local/share/doc/groonga/source/functions/now.txt".freeze, "vendor/local/share/doc/groonga/source/functions/rand.txt".freeze, "vendor/local/share/doc/groonga/source/geolocation_search.txt".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png".freeze, "vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-points-distance.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-points-distance.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-points-sort.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-points-sort.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-points.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-points.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg".freeze, "vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png".freeze, "vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg".freeze, "vendor/local/share/doc/groonga/source/index.txt".freeze, "vendor/local/share/doc/groonga/source/install.txt".freeze, "vendor/local/share/doc/groonga/source/limitations.txt".freeze, "vendor/local/share/doc/groonga/source/log.txt".freeze, "vendor/local/share/doc/groonga/source/news.txt".freeze, "vendor/local/share/doc/groonga/source/news/0.x.txt".freeze, "vendor/local/share/doc/groonga/source/news/1.0.x.txt".freeze, "vendor/local/share/doc/groonga/source/news/1.1.x.txt".freeze, "vendor/local/share/doc/groonga/source/news/senna.txt".freeze, "vendor/local/share/doc/groonga/source/pseudo_column.txt".freeze, "vendor/local/share/doc/groonga/source/rdoc.py".freeze, "vendor/local/share/doc/groonga/source/reference.txt".freeze, "vendor/local/share/doc/groonga/source/spec.txt".freeze, "vendor/local/share/doc/groonga/source/spec/search.txt".freeze, "vendor/local/share/doc/groonga/source/suggest.txt".freeze, "vendor/local/share/doc/groonga/source/suggest/completion.txt".freeze, "vendor/local/share/doc/groonga/source/suggest/correction.txt".freeze, "vendor/local/share/doc/groonga/source/suggest/introduction.txt".freeze, "vendor/local/share/doc/groonga/source/suggest/suggestion.txt".freeze, "vendor/local/share/doc/groonga/source/suggest/tutorial.txt".freeze, "vendor/local/share/doc/groonga/source/textile.py".freeze, "vendor/local/share/doc/groonga/source/troubleshooting.txt".freeze, "vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/data.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/drilldown.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/index.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/introduction.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/lexicon.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/match_columns.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/network.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt".freeze, "vendor/local/share/doc/groonga/source/tutorial/search.txt".freeze, "vendor/local/share/doc/groonga/source/type.txt".freeze, "vendor/local/share/doc/groonga/source/update_execution_example.py".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.6.0.min.js".freeze, "vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.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/admin.css".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_222222_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_228ef1_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ef8c08_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffd27a_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png".freeze, "vendor/local/share/groonga/html/admin/css/ui-lightness/jquery-ui-1.8.1.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/loading.gif".freeze, "vendor/local/share/groonga/html/admin/index.html".freeze, "vendor/local/share/groonga/html/admin/js/jquery-1.4.2.min.js".freeze, "vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js".freeze, "vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js".freeze, "vendor/local/share/license/groonga/AUTHORS".freeze, "vendor/local/share/license/groonga/COPYING".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/naist-jdic/AUTHORS".freeze, "vendor/local/share/license/naist-jdic/COPYING".freeze, "vendor/local/share/man/ja/man1/groonga.1".freeze, "vendor/local/share/man/man1/groonga.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://groonga.rubyforge.org/".freeze s.licenses = ["LGPLv2".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-remote.rb".freeze, "test/test-table-cursor.rb".freeze, "test/test-accessor.rb".freeze, "test/test-database-dumper.rb".freeze, "test/test-index-column.rb".freeze, "test/test-context-select.rb".freeze, "test/groonga-test-utils.rb".freeze, "test/test-pagination.rb".freeze, "test/test-table.rb".freeze, "test/test-variable-size-column.rb".freeze, "test/test-plugin.rb".freeze, "test/test-hash.rb".freeze, "test/test-encoding.rb".freeze, "test/test-schema-create-table.rb".freeze, "test/test-type.rb".freeze, "test/test-database.rb".freeze, "test/test-variable.rb".freeze, "test/test-table-select.rb".freeze, "test/test-patricia-trie.rb".freeze, "test/test-expression-builder.rb".freeze, "test/test-logger.rb".freeze, "test/test-array.rb".freeze, "test/test-record.rb".freeze, "test/test-column.rb".freeze, "test/test-fix-size-column.rb".freeze, "test/run-test.rb".freeze, "test/test-procedure.rb".freeze, "test/test-query-log.rb".freeze, "test/test-table-dumper.rb".freeze, "test/test-schema.rb".freeze, "test/test-view.rb".freeze, "test/test-table-select-mecab.rb".freeze, "test/test-table-select-normalize.rb".freeze, "test/test-expression.rb".freeze, "test/test-vector-column.rb".freeze, "test/test-version.rb".freeze, "test/test-schema-view.rb".freeze, "test/test-index-cursor.rb".freeze, "test/test-double-array-trie.rb".freeze, "test/test-exception.rb".freeze, "test/test-schema-dumper.rb".freeze, "test/test-query.rb".freeze, "test/test-schema-type.rb".freeze, "test/test-table-select-weight.rb".freeze, "test/test-gqtp.rb".freeze, "test/test-context.rb".freeze, "test/test-snippet.rb".freeze, "test/test-table-offset-and-limit.rb".freeze] end