Sha256: 015374af0a0f15dedc7c08a3aeedd2ca063556f280acbb04fd4b1b61ef7a12c5
Contents?: true
Size: 1.81 KB
Versions: 0
Compression: gzip
Compressed size: 718 Bytes
Stored size: 718 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.1 specification_version: 1 name: ruby-debug version: !ruby/object:Gem::Version version: 0.7.3 date: 2007-02-04 20:33:00 -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: mswin32 signing_key: cert_chain: post_install_message: authors: - Kent Sibilev files: - Rakefile - README - LICENSE - CHANGES - AUTHORS - lib/ruby-debug - lib/ruby-debug.rb - lib/ruby-debug/commands - lib/ruby-debug/command.rb - lib/ruby-debug/processor.rb - lib/ruby-debug/interface.rb - lib/ruby-debug/commands/breakpoints.rb - lib/ruby-debug/commands/method.rb - lib/ruby-debug/commands/control.rb - lib/ruby-debug/commands/stepping.rb - lib/ruby-debug/commands/eval.rb - lib/ruby-debug/commands/help.rb - lib/ruby-debug/commands/catchpoint.rb - lib/ruby-debug/commands/threads.rb - lib/ruby-debug/commands/frame.rb - lib/ruby-debug/commands/script.rb - lib/ruby-debug/commands/trace.rb - lib/ruby-debug/commands/display.rb - lib/ruby-debug/commands/variables.rb - lib/ruby-debug/commands/tmate.rb - lib/ruby-debug/commands/list.rb - lib/ruby-debug/commands/irb.rb - lib/ruby-debug/commands/settings.rb - ext/win32 - ext/extconf.rb - ext/ruby_debug.c - bin/rdebug - lib/ruby_debug.so test_files: [] rdoc_options: [] extra_rdoc_files: [] executables: - rdebug extensions: [] requirements: [] dependencies: []