# -*- encoding: utf-8 -*- # stub: rroonga 1.2.2 ruby lib # stub: ext/groonga/extconf.rb Gem::Specification.new do |s| s.name = "rroonga".freeze s.version = "1.2.2".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-06-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.executables = ["grndump".freeze] s.extensions = ["ext/groonga/extconf.rb".freeze] s.extra_rdoc_files = ["README.textile".freeze, "TODO".freeze] s.files = ["README.textile".freeze, "Rakefile".freeze, "TODO".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, "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/groonga.so".freeze, "ext/groonga/rb-grn-accessor.c".freeze, "ext/groonga/rb-grn-accessor.o".freeze, "ext/groonga/rb-grn-array-cursor.c".freeze, "ext/groonga/rb-grn-array-cursor.o".freeze, "ext/groonga/rb-grn-array.c".freeze, "ext/groonga/rb-grn-array.o".freeze, "ext/groonga/rb-grn-column.c".freeze, "ext/groonga/rb-grn-column.o".freeze, "ext/groonga/rb-grn-context.c".freeze, "ext/groonga/rb-grn-context.o".freeze, "ext/groonga/rb-grn-database.c".freeze, "ext/groonga/rb-grn-database.o".freeze, "ext/groonga/rb-grn-encoding-support.c".freeze, "ext/groonga/rb-grn-encoding-support.o".freeze, "ext/groonga/rb-grn-encoding.c".freeze, "ext/groonga/rb-grn-encoding.o".freeze, "ext/groonga/rb-grn-exception.c".freeze, "ext/groonga/rb-grn-exception.o".freeze, "ext/groonga/rb-grn-expression-builder.c".freeze, "ext/groonga/rb-grn-expression-builder.o".freeze, "ext/groonga/rb-grn-expression.c".freeze, "ext/groonga/rb-grn-expression.o".freeze, "ext/groonga/rb-grn-fix-size-column.c".freeze, "ext/groonga/rb-grn-fix-size-column.o".freeze, "ext/groonga/rb-grn-hash-cursor.c".freeze, "ext/groonga/rb-grn-hash-cursor.o".freeze, "ext/groonga/rb-grn-hash.c".freeze, "ext/groonga/rb-grn-hash.o".freeze, "ext/groonga/rb-grn-index-column.c".freeze, "ext/groonga/rb-grn-index-column.o".freeze, "ext/groonga/rb-grn-index-cursor.c".freeze, "ext/groonga/rb-grn-index-cursor.o".freeze, "ext/groonga/rb-grn-logger.c".freeze, "ext/groonga/rb-grn-logger.o".freeze, "ext/groonga/rb-grn-object.c".freeze, "ext/groonga/rb-grn-object.o".freeze, "ext/groonga/rb-grn-operator.c".freeze, "ext/groonga/rb-grn-operator.o".freeze, "ext/groonga/rb-grn-patricia-trie-cursor.c".freeze, "ext/groonga/rb-grn-patricia-trie-cursor.o".freeze, "ext/groonga/rb-grn-patricia-trie.c".freeze, "ext/groonga/rb-grn-patricia-trie.o".freeze, "ext/groonga/rb-grn-plugin.c".freeze, "ext/groonga/rb-grn-plugin.o".freeze, "ext/groonga/rb-grn-posting.c".freeze, "ext/groonga/rb-grn-posting.o".freeze, "ext/groonga/rb-grn-procedure.c".freeze, "ext/groonga/rb-grn-procedure.o".freeze, "ext/groonga/rb-grn-query.c".freeze, "ext/groonga/rb-grn-query.o".freeze, "ext/groonga/rb-grn-record.c".freeze, "ext/groonga/rb-grn-record.o".freeze, "ext/groonga/rb-grn-snippet.c".freeze, "ext/groonga/rb-grn-snippet.o".freeze, "ext/groonga/rb-grn-table-cursor-key-support.c".freeze, "ext/groonga/rb-grn-table-cursor-key-support.o".freeze, "ext/groonga/rb-grn-table-cursor.c".freeze, "ext/groonga/rb-grn-table-cursor.o".freeze, "ext/groonga/rb-grn-table-key-support.c".freeze, "ext/groonga/rb-grn-table-key-support.o".freeze, "ext/groonga/rb-grn-table.c".freeze, "ext/groonga/rb-grn-table.o".freeze, "ext/groonga/rb-grn-type.c".freeze, "ext/groonga/rb-grn-type.o".freeze, "ext/groonga/rb-grn-utils.c".freeze, "ext/groonga/rb-grn-utils.o".freeze, "ext/groonga/rb-grn-variable-size-column.c".freeze, "ext/groonga/rb-grn-variable-size-column.o".freeze, "ext/groonga/rb-grn-variable.c".freeze, "ext/groonga/rb-grn-variable.o".freeze, "ext/groonga/rb-grn-view-accessor.c".freeze, "ext/groonga/rb-grn-view-accessor.o".freeze, "ext/groonga/rb-grn-view-cursor.c".freeze, "ext/groonga/rb-grn-view-cursor.o".freeze, "ext/groonga/rb-grn-view-record.c".freeze, "ext/groonga/rb-grn-view-record.o".freeze, "ext/groonga/rb-grn-view.c".freeze, "ext/groonga/rb-grn-view.o".freeze, "ext/groonga/rb-grn.h".freeze, "ext/groonga/rb-groonga.c".freeze, "ext/groonga/rb-groonga.o".freeze, "extconf.rb".freeze, "lib/groonga.rb".freeze, "lib/groonga/context.rb".freeze, "lib/groonga/dumper.rb".freeze, "lib/groonga/expression-builder.rb".freeze, "lib/groonga/pagination.rb".freeze, "lib/groonga/patricia-trie.rb".freeze, "lib/groonga/posting.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-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.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] 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-database.rb".freeze, "test/test-array.rb".freeze, "test/test-table-offset-and-limit.rb".freeze, "test/run-test.rb".freeze, "test/test-schema-type.rb".freeze, "test/test-remote.rb".freeze, "test/test-table-cursor.rb".freeze, "test/test-table-select.rb".freeze, "test/test-encoding.rb".freeze, "test/test-type.rb".freeze, "test/test-table.rb".freeze, "test/test-query.rb".freeze, "test/test-table-select-weight.rb".freeze, "test/test-expression-builder.rb".freeze, "test/test-exception.rb".freeze, "test/test-plugin.rb".freeze, "test/test-schema-view.rb".freeze, "test/test-procedure.rb".freeze, "test/test-snippet.rb".freeze, "test/groonga-test-utils.rb".freeze, "test/test-variable-size-column.rb".freeze, "test/test-database-dumper.rb".freeze, "test/test-pagination.rb".freeze, "test/test-variable.rb".freeze, "test/test-version.rb".freeze, "test/test-table-dumper.rb".freeze, "test/test-vector-column.rb".freeze, "test/test-schema-dumper.rb".freeze, "test/test-hash.rb".freeze, "test/test-logger.rb".freeze, "test/test-view.rb".freeze, "test/test-schema.rb".freeze, "test/test-accessor.rb".freeze, "test/test-table-select-mecab.rb".freeze, "test/test-table-select-normalize.rb".freeze, "test/test-index-cursor.rb".freeze, "test/test-fix-size-column.rb".freeze, "test/test-schema-create-table.rb".freeze, "test/test-context-select.rb".freeze, "test/test-expression.rb".freeze, "test/test-gqtp.rb".freeze, "test/test-context.rb".freeze, "test/test-record.rb".freeze, "test/test-column.rb".freeze, "test/test-index-column.rb".freeze, "test/test-patricia-trie.rb".freeze] end