Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 972 Bytes

README.md

File metadata and controls

57 lines (35 loc) · 972 Bytes

README

Name

rroonga-iruby

Description

rroonga-iruby adds IRuby integration features to Rroonga.

rroonga-iruby provides table view, table visualization and so on.

Authors

License

LGPL 2.1 or later. See doc/text/lgpl-2.1.txt for details.

(Kouhei Sutou has a right to change the license including contributed patches.)

How to use

Create Gemfile with the following content:

source "https://rubygems.org/"

gem "rbczmq"
gem "rroonga-iruby"

Install libraries:

% bundle install --binstubs

Run IRuby:

% bin/iruby notebook

require "rroonga-iruby" in the notebook:

require "rroonga-iruby"

Mailing list