Sha256: 307bcb9c398731a365c0533acd51e1a780d895bdf0d7740a932a8eec7583dca4
Contents?: true
Size: 1.75 KB
Versions: 0
Compression: gzip
Compressed size: 699 Bytes
Stored size: 699 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.1 specification_version: 1 name: ruby-debug version: !ruby/object:Gem::Version version: 0.5.3 date: 2007-01-21 03:38:07 -05:00 summary: Fast Ruby debugger require_paths: - lib email: ksibilev@yahoo.com homepage: http://rubyforge.org/projects/ruby-debug/ rubyforge_project: ruby-debug description: ruby-debug is a fast implementation of the standard Ruby debugger debug.rb. It's implemented by utilizing a new hook Ruby C API. autorequire: ruby-debug default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.2 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Kent Sibilev files: - Rakefile - README - LICENSE - CHANGES - lib/ruby-debug - lib/ruby-debug.rb - lib/ruby-debug/command.rb - lib/ruby-debug/commands - lib/ruby-debug/interface.rb - lib/ruby-debug/processor.rb - lib/ruby-debug/commands/breakpoints.rb - lib/ruby-debug/commands/catchpoint.rb - lib/ruby-debug/commands/control.rb - lib/ruby-debug/commands/display.rb - lib/ruby-debug/commands/eval.rb - lib/ruby-debug/commands/frame.rb - lib/ruby-debug/commands/help.rb - lib/ruby-debug/commands/irb.rb - lib/ruby-debug/commands/list.rb - lib/ruby-debug/commands/method.rb - lib/ruby-debug/commands/script.rb - lib/ruby-debug/commands/stepping.rb - lib/ruby-debug/commands/threads.rb - lib/ruby-debug/commands/tmate.rb - lib/ruby-debug/commands/trace.rb - lib/ruby-debug/commands/variables.rb - ext/extconf.rb - ext/ruby_debug.c - ext/win32 - bin/rdebug test_files: [] rdoc_options: [] extra_rdoc_files: [] executables: - rdebug extensions: - ext/extconf.rb requirements: [] dependencies: []