--- !ruby/object:Gem::Specification 
name: rroonga
version: !ruby/object:Gem::Version 
  hash: 49
  prerelease: false
  segments: 
  - 0
  - 9
  - 5
  version: 0.9.5
platform: ruby
authors: 
- Kouhei Sutou
- Tasuku SUENAGA
- daijiro
- Yuto HAYAMIZU
- SHIDARA Yoji
autorequire: 
bindir: bin
cert_chain: []

date: 2010-07-29 00:00:00 +09:00
default_executable: 
dependencies: []

description: |-
  rroonga is a extension library to use groonga's DB-API
  layer. rroonga provides Rubyish readable and writable
  API. You can use groonga's first and highly functional
  features from Ruby.
email: 
- groonga-users-en@rubyforge.org
- groonga-dev@lists.sourceforge.jp
executables: []

extensions: 
- extconf.rb
extra_rdoc_files: 
- README.ja.rdoc
- NEWS.ja.rdoc
- text/TUTORIAL.ja.rdoc
- text/expression.rdoc
- README.rdoc
- NEWS.rdoc
files: 
- AUTHORS
- NEWS.ja.rdoc
- NEWS.rdoc
- README.ja.rdoc
- README.rdoc
- Rakefile
- benchmark/common.rb
- benchmark/read-write-many-small-items.rb
- benchmark/write-many-small-items.rb
- example/bookmark.rb
- example/index-html.rb
- example/search/config.ru
- example/search/public/css/groonga.css
- ext/.gitignore
- ext/groonga/extconf.rb
- ext/groonga/rb-grn-accessor.c
- ext/groonga/rb-grn-array-cursor.c
- ext/groonga/rb-grn-array.c
- ext/groonga/rb-grn-column.c
- ext/groonga/rb-grn-context.c
- ext/groonga/rb-grn-database.c
- ext/groonga/rb-grn-encoding-support.c
- ext/groonga/rb-grn-encoding.c
- ext/groonga/rb-grn-exception.c
- ext/groonga/rb-grn-expression-builder.c
- ext/groonga/rb-grn-expression.c
- ext/groonga/rb-grn-fix-size-column.c
- ext/groonga/rb-grn-hash-cursor.c
- ext/groonga/rb-grn-hash.c
- ext/groonga/rb-grn-index-column.c
- ext/groonga/rb-grn-logger.c
- ext/groonga/rb-grn-object.c
- ext/groonga/rb-grn-operation.c
- ext/groonga/rb-grn-patricia-trie-cursor.c
- ext/groonga/rb-grn-patricia-trie.c
- ext/groonga/rb-grn-procedure.c
- ext/groonga/rb-grn-query.c
- ext/groonga/rb-grn-record.c
- ext/groonga/rb-grn-snippet.c
- ext/groonga/rb-grn-table-cursor-key-support.c
- ext/groonga/rb-grn-table-cursor.c
- ext/groonga/rb-grn-table-key-support.c
- ext/groonga/rb-grn-table.c
- ext/groonga/rb-grn-type.c
- ext/groonga/rb-grn-utils.c
- ext/groonga/rb-grn-variable-size-column.c
- ext/groonga/rb-grn-variable.c
- ext/groonga/rb-grn-view-accessor.c
- ext/groonga/rb-grn-view-cursor.c
- ext/groonga/rb-grn-view-record.c
- ext/groonga/rb-grn-view.c
- ext/groonga/rb-grn.h
- ext/groonga/rb-groonga.c
- extconf.rb
- html/bar.svg
- html/developer.html
- html/developer.svg
- html/download.svg
- html/favicon.ico
- html/favicon.xcf
- html/footer.html.erb
- html/head.html.erb
- html/header.html.erb
- html/heading-mark.svg
- html/index.html
- html/install.svg
- html/logo.xcf
- html/ranguba.css
- html/tutorial.svg
- lib/groonga.rb
- lib/groonga/context.rb
- lib/groonga/expression-builder.rb
- lib/groonga/pagination.rb
- lib/groonga/patricia-trie.rb
- lib/groonga/record.rb
- lib/groonga/schema.rb
- lib/groonga/view-record.rb
- license/GPL
- license/LGPL
- license/RUBY
- misc/grnop2ruby.rb
- pkg-config.rb
- rroonga-build.rb
- test-unit/Rakefile
- test-unit/TODO
- test-unit/bin/testrb
- test-unit/html/classic.html
- test-unit/html/index.html
- test-unit/html/index.html.ja
- test-unit/lib/test/unit.rb
- test-unit/lib/test/unit/assertionfailederror.rb
- test-unit/lib/test/unit/assertions.rb
- test-unit/lib/test/unit/attribute.rb
- test-unit/lib/test/unit/autorunner.rb
- test-unit/lib/test/unit/collector.rb
- test-unit/lib/test/unit/collector/descendant.rb
- test-unit/lib/test/unit/collector/dir.rb
- test-unit/lib/test/unit/collector/load.rb
- test-unit/lib/test/unit/collector/objectspace.rb
- test-unit/lib/test/unit/color-scheme.rb
- test-unit/lib/test/unit/color.rb
- test-unit/lib/test/unit/diff.rb
- test-unit/lib/test/unit/error.rb
- test-unit/lib/test/unit/exceptionhandler.rb
- test-unit/lib/test/unit/failure.rb
- test-unit/lib/test/unit/fixture.rb
- test-unit/lib/test/unit/notification.rb
- test-unit/lib/test/unit/omission.rb
- test-unit/lib/test/unit/pending.rb
- test-unit/lib/test/unit/priority.rb
- test-unit/lib/test/unit/runner/console.rb
- test-unit/lib/test/unit/runner/emacs.rb
- test-unit/lib/test/unit/runner/tap.rb
- test-unit/lib/test/unit/testcase.rb
- test-unit/lib/test/unit/testresult.rb
- test-unit/lib/test/unit/testsuite.rb
- test-unit/lib/test/unit/ui/console/outputlevel.rb
- test-unit/lib/test/unit/ui/console/testrunner.rb
- test-unit/lib/test/unit/ui/emacs/testrunner.rb
- test-unit/lib/test/unit/ui/tap/testrunner.rb
- test-unit/lib/test/unit/ui/testrunner.rb
- test-unit/lib/test/unit/ui/testrunnermediator.rb
- test-unit/lib/test/unit/ui/testrunnerutilities.rb
- test-unit/lib/test/unit/util/backtracefilter.rb
- test-unit/lib/test/unit/util/method-owner-finder.rb
- test-unit/lib/test/unit/util/observable.rb
- test-unit/lib/test/unit/util/procwrapper.rb
- test-unit/lib/test/unit/version.rb
- test-unit/sample/adder.rb
- test-unit/sample/subtracter.rb
- test-unit/sample/test_adder.rb
- test-unit/sample/test_subtracter.rb
- test-unit/sample/test_user.rb
- test-unit/test/collector/test-descendant.rb
- test-unit/test/collector/test-load.rb
- test-unit/test/collector/test_dir.rb
- test-unit/test/collector/test_objectspace.rb
- test-unit/test/run-test.rb
- test-unit/test/test-attribute.rb
- test-unit/test/test-color-scheme.rb
- test-unit/test/test-color.rb
- test-unit/test/test-diff.rb
- test-unit/test/test-emacs-runner.rb
- test-unit/test/test-fixture.rb
- test-unit/test/test-notification.rb
- test-unit/test/test-omission.rb
- test-unit/test/test-pending.rb
- test-unit/test/test-priority.rb
- test-unit/test/test-testcase.rb
- test-unit/test/test_assertions.rb
- test-unit/test/test_error.rb
- test-unit/test/test_failure.rb
- test-unit/test/test_testresult.rb
- test-unit/test/test_testsuite.rb
- test-unit/test/testunit-test-util.rb
- test-unit/test/ui/test_testrunmediator.rb
- test-unit/test/util/test-method-owner-finder.rb
- test-unit/test/util/test_backtracefilter.rb
- test-unit/test/util/test_observable.rb
- test-unit/test/util/test_procwrapper.rb
- test/.gitignore
- test/groonga-test-utils.rb
- test/run-test.rb
- test/test-array.rb
- test/test-column.rb
- test/test-context-select.rb
- test/test-context.rb
- test/test-database.rb
- test/test-encoding.rb
- test/test-exception.rb
- test/test-expression-builder.rb
- test/test-expression.rb
- test/test-fix-size-column.rb
- test/test-gqtp.rb
- test/test-hash.rb
- test/test-index-column.rb
- test/test-logger.rb
- test/test-pagination.rb
- test/test-patricia-trie.rb
- test/test-procedure.rb
- test/test-query.rb
- test/test-record.rb
- test/test-remote.rb
- test/test-schema-create-table.rb
- test/test-schema-view.rb
- test/test-schema.rb
- test/test-snippet.rb
- test/test-table-cursor.rb
- test/test-table-offset-and-limit.rb
- test/test-table-select-mecab.rb
- test/test-table-select-normalize.rb
- test/test-table-select-weight.rb
- test/test-table-select.rb
- test/test-table.rb
- test/test-type.rb
- test/test-variable-size-column.rb
- test/test-variable.rb
- test/test-vector-column.rb
- test/test-version.rb
- test/test-view.rb
- text/TUTORIAL.ja.rdoc
- text/expression.rdoc
has_rdoc: true
homepage: http://groonga.rubyforge.org/
licenses: []

post_install_message: 
rdoc_options: 
- --main
- README.ja.rdoc
require_paths: 
- lib
- ext/groonga
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: groonga
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Ruby bindings for groonga that provides full text search and column store features.
test_files: 
- test/run-test.rb