# -*- encoding: utf-8 -*- # stub: cldwalker-bond 0.1.4 ruby lib # stub: ext/readline_line_buffer/extconf.rb Gem::Specification.new do |s| s.name = "cldwalker-bond".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gabriel Horner".freeze] s.date = "2009-07-30" s.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.".freeze s.email = "gabriel.horner@gmail.com".freeze s.extensions = ["ext/readline_line_buffer/extconf.rb".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "ext/readline_line_buffer/extconf.rb".freeze, "ext/readline_line_buffer/readline_line_buffer.c".freeze, "lib/bond.rb".freeze, "lib/bond/actions.rb".freeze, "lib/bond/agent.rb".freeze, "lib/bond/completion.rb".freeze, "lib/bond/mission.rb".freeze, "lib/bond/missions/default_mission.rb".freeze, "lib/bond/missions/method_mission.rb".freeze, "lib/bond/missions/object_mission.rb".freeze, "lib/bond/rawline.rb".freeze, "lib/bond/readline.rb".freeze, "lib/bond/search.rb".freeze, "test/agent_test.rb".freeze, "test/bond_test.rb".freeze, "test/completion_test.rb".freeze, "test/mission_test.rb".freeze, "test/object_mission_test.rb".freeze, "test/search_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://tagaholic.me/bond/".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Mission: Easy custom autocompletion for arguments, methods and beyond. Accomplished for irb and any other readline-like console environments.".freeze s.test_files = ["test/agent_test.rb".freeze, "test/bond_test.rb".freeze, "test/completion_test.rb".freeze, "test/mission_test.rb".freeze, "test/object_mission_test.rb".freeze, "test/search_test.rb".freeze, "test/test_helper.rb".freeze] end