--- !ruby/object:Gem::Specification 
name: cldwalker-bond
version: !ruby/object:Gem::Version 
  version: 0.1.4
platform: ruby
authors: 
- Gabriel Horner
autorequire: 
bindir: bin
cert_chain: []

date: 2009-07-30 00:00:00 -07:00
default_executable: 
dependencies: []

description: Bond is on a mission to make custom autocompletion easy in irb and other console/readline-like environments. Bond supports custom argument completion of methods, method completion of objects and anything else your wicked regex's can do. Bond comes armed with a Readline C extension to get the full line of input as opposed to irb's last-word based completion. Bond makes custom searching of possible completions easy which allows for nontraditional ways of autocompleting i.e. instant aliasing of multi worded methods.
email: gabriel.horner@gmail.com
executables: []

extensions: 
- ext/readline_line_buffer/extconf.rb
extra_rdoc_files: 
- LICENSE.txt
- README.rdoc
files: 
- CHANGELOG.rdoc
- LICENSE.txt
- README.rdoc
- Rakefile
- VERSION.yml
- ext/readline_line_buffer/extconf.rb
- ext/readline_line_buffer/readline_line_buffer.c
- lib/bond.rb
- lib/bond/actions.rb
- lib/bond/agent.rb
- lib/bond/completion.rb
- lib/bond/mission.rb
- lib/bond/missions/default_mission.rb
- lib/bond/missions/method_mission.rb
- lib/bond/missions/object_mission.rb
- lib/bond/rawline.rb
- lib/bond/readline.rb
- lib/bond/search.rb
- test/agent_test.rb
- test/bond_test.rb
- test/completion_test.rb
- test/mission_test.rb
- test/object_mission_test.rb
- test/search_test.rb
- test/test_helper.rb
has_rdoc: false
homepage: http://tagaholic.me/bond/
licenses: 
post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: tagaholic
rubygems_version: 1.3.5
signing_key: 
specification_version: 3
summary: "Mission: Easy custom autocompletion for arguments, methods and beyond. Accomplished for irb and any other readline-like console environments."
test_files: 
- test/agent_test.rb
- test/bond_test.rb
- test/completion_test.rb
- test/mission_test.rb
- test/object_mission_test.rb
- test/search_test.rb
- test/test_helper.rb