--- !ruby/object:Gem::Specification
name: rib
version: !ruby/object:Gem::Version
  version: 1.1.5
platform: ruby
authors:
- Lin Jen-Shin (godfat)
autorequire: 
bindir: bin
cert_chain: []
date: 2013-07-11 00:00:00.000000000 Z
dependencies: []
description: |-
  Ruby-Interactive-ruBy -- Yet another interactive Ruby shell

  Rib is based on the design of [ripl][] and the work of [ripl-rc][], some of
  the features are also inspired by [pry][]. The aim of Rib is to be fully
  featured and yet very easy to opt-out or opt-in other features. It shall
  be simple, lightweight and modular so that everyone could customize Rib.

  [ripl]: https://github.com/cldwalker/ripl
  [ripl-rc]: https://github.com/godfat/ripl-rc
  [pry]: https://github.com/pry/pry
email:
- godfat (XD) godfat.org
executables:
- rib
- rib-all
- rib-auto
- rib-min
- rib-rack
- rib-rails
- rib-ramaze
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .gitmodules
- .travis.yml
- CHANGES.md
- Gemfile
- LICENSE
- README.md
- Rakefile
- TODO.md
- bin/rib
- bin/rib-all
- bin/rib-auto
- bin/rib-min
- bin/rib-rack
- bin/rib-rails
- bin/rib-ramaze
- lib/rib.rb
- lib/rib/all.rb
- lib/rib/api.rb
- lib/rib/app/auto.rb
- lib/rib/app/rack.rb
- lib/rib/app/rails.rb
- lib/rib/app/ramaze.rb
- lib/rib/config.rb
- lib/rib/core.rb
- lib/rib/core/completion.rb
- lib/rib/core/history.rb
- lib/rib/core/multiline.rb
- lib/rib/core/readline.rb
- lib/rib/core/squeeze_history.rb
- lib/rib/core/strip_backtrace.rb
- lib/rib/core/underscore.rb
- lib/rib/debug.rb
- lib/rib/extra/autoindent.rb
- lib/rib/extra/debugger.rb
- lib/rib/extra/hirb.rb
- lib/rib/more.rb
- lib/rib/more/anchor.rb
- lib/rib/more/color.rb
- lib/rib/more/edit.rb
- lib/rib/more/multiline_history.rb
- lib/rib/more/multiline_history_file.rb
- lib/rib/patch/debugger.rb
- lib/rib/plugin.rb
- lib/rib/runner.rb
- lib/rib/shell.rb
- lib/rib/test.rb
- lib/rib/test/multiline.rb
- lib/rib/version.rb
- rib.gemspec
- screenshot.png
- task/.gitignore
- task/gemgem.rb
- test/core/test_completion.rb
- test/core/test_history.rb
- test/core/test_multiline.rb
- test/core/test_readline.rb
- test/core/test_squeeze_history.rb
- test/core/test_underscore.rb
- test/more/test_color.rb
- test/more/test_multiline_history.rb
- test/test_api.rb
- test/test_plugin.rb
- test/test_shell.rb
homepage: https://github.com/godfat/rib
licenses:
- Apache License 2.0
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.0.4
signing_key: 
specification_version: 4
summary: Ruby-Interactive-ruBy -- Yet another interactive Ruby shell
test_files:
- test/core/test_completion.rb
- test/core/test_history.rb
- test/core/test_multiline.rb
- test/core/test_readline.rb
- test/core/test_squeeze_history.rb
- test/core/test_underscore.rb
- test/more/test_color.rb
- test/more/test_multiline_history.rb
- test/test_api.rb
- test/test_plugin.rb
- test/test_shell.rb