# -*- encoding: utf-8 -*- # stub: rroonga 12.1.0 ruby libext/groonga # stub: ext/groonga/extconf.rb Gem::Specification.new do |s| s.name = "rroonga".freeze s.version = "12.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "msys2_mingw_dependencies" => "groonga>=12.0.2" } if s.respond_to? :metadata= 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 = "2022-12-06" 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 = ["grndump".freeze, "grntest-log-analyze".freeze, "groonga-database-inspect".freeze, "groonga-index-dump".freeze] s.extensions = ["ext/groonga/extconf.rb".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/cross-compile.md".freeze, "doc/text/install.md".freeze, "doc/text/news.md".freeze, "doc/text/release.md".freeze, "doc/text/tutorial.md".freeze, "example/bookmark.rb".freeze, "example/index-html.rb".freeze, "example/measure-data-column-disk-usage.rb".freeze, "example/measure-index-column-disk-usage.rb".freeze, "example/measure-table-disk-usage.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-cache.c".freeze, "ext/groonga/rb-grn-column.c".freeze, "ext/groonga/rb-grn-config.c".freeze, "ext/groonga/rb-grn-context.c".freeze, "ext/groonga/rb-grn-data-column.c".freeze, "ext/groonga/rb-grn-database.c".freeze, "ext/groonga/rb-grn-default-cache.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-equal-operator.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-flushable.c".freeze, "ext/groonga/rb-grn-geo-point.c".freeze, "ext/groonga/rb-grn-greater-equal-operator.c".freeze, "ext/groonga/rb-grn-greater-operator.c".freeze, "ext/groonga/rb-grn-hash-cursor.c".freeze, "ext/groonga/rb-grn-hash.c".freeze, "ext/groonga/rb-grn-id.c".freeze, "ext/groonga/rb-grn-index-column.c".freeze, "ext/groonga/rb-grn-index-cursor.c".freeze, "ext/groonga/rb-grn-index.c".freeze, "ext/groonga/rb-grn-inverted-index-cursor.c".freeze, "ext/groonga/rb-grn-less-equal-operator.c".freeze, "ext/groonga/rb-grn-less-operator.c".freeze, "ext/groonga/rb-grn-logger.c".freeze, "ext/groonga/rb-grn-match-operator.c".freeze, "ext/groonga/rb-grn-name.c".freeze, "ext/groonga/rb-grn-normalizer.c".freeze, "ext/groonga/rb-grn-not-equal-operator.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-prefix-operator.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-regexp-operator.c".freeze, "ext/groonga/rb-grn-request-canceler.c".freeze, "ext/groonga/rb-grn-request-timer-id.c".freeze, "ext/groonga/rb-grn-request-timer.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-sort-keys.c".freeze, "ext/groonga/rb-grn-table.c".freeze, "ext/groonga/rb-grn-thread.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-windows-event-logger.c".freeze, "ext/groonga/rb-grn.h".freeze, "ext/groonga/rb-groonga.c".freeze, "extconf.rb".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.rb".freeze, "lib/groonga/geo-point.rb".freeze, "lib/groonga/grntest-log.rb".freeze, "lib/groonga/index-column.rb".freeze, "lib/groonga/index.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/sub-records.rb".freeze, "lib/rroonga.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-cache.rb".freeze, "test/test-column.rb".freeze, "test/test-command-select.rb".freeze, "test/test-config.rb".freeze, "test/test-context.rb".freeze, "test/test-convert.rb".freeze, "test/test-data-column.rb".freeze, "test/test-database-dumper.rb".freeze, "test/test-database-inspector.rb".freeze, "test/test-database.rb".freeze, "test/test-default-cache.rb".freeze, "test/test-double-array-trie.rb".freeze, "test/test-encoding.rb".freeze, "test/test-error-message.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-flushable.rb".freeze, "test/test-geo-point.rb".freeze, "test/test-gqtp.rb".freeze, "test/test-hash.rb".freeze, "test/test-id.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-name.rb".freeze, "test/test-normalizer.rb".freeze, "test/test-operator.rb".freeze, "test/test-package-label.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-logger.rb".freeze, "test/test-ractor.rb".freeze, "test/test-record.rb".freeze, "test/test-remote.rb".freeze, "test/test-request-canceler.rb".freeze, "test/test-request-timer.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-sub-records.rb".freeze, "test/test-table-arrow.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-thread.rb".freeze, "test/test-token-regexp.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-windows-event-logger.rb".freeze] s.homepage = "http://ranguba.org/#about-rroonga".freeze s.licenses = ["LGPL-2.1".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/groonga-test-utils.rb".freeze, "test/run-test.rb".freeze, "test/test-accessor.rb".freeze, "test/test-array.rb".freeze, "test/test-column-cache.rb".freeze, "test/test-column.rb".freeze, "test/test-command-select.rb".freeze, "test/test-config.rb".freeze, "test/test-context.rb".freeze, "test/test-convert.rb".freeze, "test/test-data-column.rb".freeze, "test/test-database-dumper.rb".freeze, "test/test-database-inspector.rb".freeze, "test/test-database.rb".freeze, "test/test-default-cache.rb".freeze, "test/test-double-array-trie.rb".freeze, "test/test-encoding.rb".freeze, "test/test-error-message.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-flushable.rb".freeze, "test/test-geo-point.rb".freeze, "test/test-gqtp.rb".freeze, "test/test-hash.rb".freeze, "test/test-id.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-name.rb".freeze, "test/test-normalizer.rb".freeze, "test/test-operator.rb".freeze, "test/test-package-label.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-logger.rb".freeze, "test/test-ractor.rb".freeze, "test/test-record.rb".freeze, "test/test-remote.rb".freeze, "test/test-request-canceler.rb".freeze, "test/test-request-timer.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-sub-records.rb".freeze, "test/test-table-arrow.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-thread.rb".freeze, "test/test-token-regexp.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-windows-event-logger.rb".freeze] s.specification_version = 4 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_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, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end