--- !ruby/object:Gem::Specification name: ruby-debug version: !ruby/object:Gem::Version hash: 15424159 prerelease: 7 segments: - 0 - 10 - 5 - rc - 1 version: 0.10.5.rc1 platform: ruby authors: - Kent Sibilev autorequire: bindir: bin cert_chain: [] date: 2011-10-19 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: columnize prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 9 segments: - 0 - 1 version: "0.1" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: ruby-debug-base prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 30848511 segments: - 0 - 10 - 5 - rc - 1 - 0 version: 0.10.5.rc1.0 type: :runtime version_requirements: *id002 description: | A generic command line interface for ruby-debug. email: ksibilev@yahoo.com executables: - rdebug extensions: [] extra_rdoc_files: - README files: - AUTHORS - CHANGES - LICENSE - README - Rakefile - cli/ruby-debug/command.rb - cli/ruby-debug/commands/breakpoints.rb - cli/ruby-debug/commands/catchpoint.rb - cli/ruby-debug/commands/condition.rb - cli/ruby-debug/commands/continue.rb - cli/ruby-debug/commands/control.rb - cli/ruby-debug/commands/display.rb - cli/ruby-debug/commands/edit.rb - cli/ruby-debug/commands/enable.rb - cli/ruby-debug/commands/eval.rb - cli/ruby-debug/commands/finish.rb - cli/ruby-debug/commands/frame.rb - cli/ruby-debug/commands/help.rb - cli/ruby-debug/commands/info.rb - cli/ruby-debug/commands/irb.rb - cli/ruby-debug/commands/kill.rb - cli/ruby-debug/commands/list.rb - cli/ruby-debug/commands/method.rb - cli/ruby-debug/commands/quit.rb - cli/ruby-debug/commands/reload.rb - cli/ruby-debug/commands/save.rb - cli/ruby-debug/commands/set.rb - cli/ruby-debug/commands/show.rb - cli/ruby-debug/commands/source.rb - cli/ruby-debug/commands/stepping.rb - cli/ruby-debug/commands/threads.rb - cli/ruby-debug/commands/tmate.rb - cli/ruby-debug/commands/trace.rb - cli/ruby-debug/commands/variables.rb - cli/ruby-debug/debugger.rb - cli/ruby-debug/helper.rb - cli/ruby-debug/interface.rb - cli/ruby-debug/processor.rb - cli/ruby-debug.rb - ChangeLog - bin/rdebug - doc/rdebug.1 - test/rdebug-save.1 - test/data/annotate.cmd - test/data/at-exit.cmd - test/data/break_bad.cmd - test/data/break_loop_bug.cmd - test/data/break_tracelines.cmd - test/data/breakpoints-basename.cmd - test/data/breakpoints.cmd - test/data/brkpt-class-bug.cmd - test/data/catch.cmd - test/data/condition.cmd - test/data/continue_bad.cmd - test/data/ctrl.cmd - test/data/display.cmd - test/data/edit.cmd - test/data/emacs_basic.cmd - test/data/enable.cmd - test/data/except-bug1.cmd - test/data/file-with-space.cmd - test/data/finish.cmd - test/data/frame.cmd - test/data/help.cmd - test/data/info-file-break.cmd - test/data/info-thread.cmd - test/data/info-var-bug2.cmd - test/data/info-var.cmd - test/data/info.cmd - test/data/linetrace.cmd - test/data/linetracep.cmd - test/data/list.cmd - test/data/method.cmd - test/data/methodsig.cmd - test/data/output.cmd - test/data/pm-bug.cmd - test/data/post-mortem-next.cmd - test/data/post-mortem.cmd - test/data/quit.cmd - test/data/raise.cmd - test/data/save.cmd - test/data/setshow.cmd - test/data/source.cmd - test/data/stepping.cmd - test/data/annotate.right - test/data/at-exit.right - test/data/break_bad.right - test/data/break_loop_bug.right - test/data/break_tracelines.right - test/data/breakpoints-basename.right - test/data/breakpoints.right - test/data/brkpt-class-bug.right - test/data/catch.right - test/data/condition.right - test/data/continue_bad.right - test/data/ctrl.right - test/data/display.right - test/data/dollar-0.right - test/data/dollar-0a.right - test/data/dollar-0b.right - test/data/edit.right - test/data/emacs_basic.right - test/data/enable.right - test/data/except-bug1.right - test/data/file-with-space.right - test/data/finish.right - test/data/frame.right - test/data/help.right - test/data/history.right - test/data/info-file-break.right - test/data/info-thread.right - test/data/info-var-bug2.right - test/data/info-var.right - test/data/info.right - test/data/linetrace-jruby.right - test/data/linetrace.right - test/data/linetracep.right - test/data/list.right - test/data/method.right - test/data/methodsig.right - test/data/noquit.right - test/data/output.right - test/data/pm-bug.right - test/data/post-mortem-next.right - test/data/post-mortem-osx.right - test/data/post-mortem.right - test/data/quit.right - test/data/raise-jruby.right - test/data/raise.right - test/data/save.right - test/data/setshow.right - test/data/source.right - test/data/stepping.right - test/data/test-init-cygwin.right - test/data/test-init-osx.right - test/data/test-init.right - test/data/trace-jruby.right - test/data/trace.right - test/example/at-exit.rb - test/example/bp_loop_issue.rb - test/example/breakpoints-basename.rb - test/example/brkpt-class-bug.rb - test/example/classes.rb - test/example/dollar-0.rb - test/example/except-bug1.rb - test/example/file with space.rb - test/example/gcd.rb - test/example/info-var-bug.rb - test/example/info-var-bug2.rb - test/example/null.rb - test/example/output.rb - test/example/pm-bug.rb - test/example/pm.rb - test/example/raise.rb - test/config.yaml - test/base/base.rb - test/base/binding.rb - test/base/catchpoint.rb - test/base/load.rb - test/base/reload_bug.rb - test/cli/commands/catchpoint_test.rb - test/cli/commands/unit/regexp.rb - test/example/a/example.rb - test/example/b/example.rb - test/gcd-dbg-nox.rb - test/gcd-dbg.rb - test/helper.rb - test/pm-base.rb - test/tdebug.rb - test/test-annotate.rb - test/test-at-exit.rb - test/test-break-bad.rb - test/test-breakpoints.rb - test/test-brkpt-class-bug.rb - test/test-catch.rb - test/test-condition.rb - test/test-ctrl.rb - test/test-display.rb - test/test-dollar-0.rb - test/test-edit.rb - test/test-emacs-basic.rb - test/test-enable.rb - test/test-except-bug1.rb - test/test-file-with-space.rb - test/test-finish.rb - test/test-frame.rb - test/test-help.rb - test/test-hist.rb - test/test-info-thread.rb - test/test-info-var.rb - test/test-info.rb - test/test-init.rb - test/test-list.rb - test/test-method.rb - test/test-output.rb - test/test-pm.rb - test/test-quit.rb - test/test-raise.rb - test/test-save.rb - test/test-setshow.rb - test/test-source.rb - test/test-stepping.rb - test/test-trace.rb - test/thread1.rb - test/trunc-call.rb - rdbg.rb has_rdoc: true homepage: http://rubyforge.org/projects/ruby-debug/ licenses: [] post_install_message: rdoc_options: [] require_paths: - cli required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 51 segments: - 1 - 8 - 2 version: 1.8.2 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 25 segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: ruby-debug rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Command line interface (CLI) for ruby-debug-base test_files: []