Sha256: 7e9ef4e2afad689d84ccf508c28b9405ab3a0d6a6093c2ca0eb68fe8b9587033
Contents?: true
Size: 1.8 KB
Versions: 0
Compression: gzip
Compressed size: 715 Bytes
Stored size: 715 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.1 date: 2007-02-02 13:44:28 -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 - 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 test_files: [] rdoc_options: [] extra_rdoc_files: [] executables: - rdebug extensions: - ext/extconf.rb requirements: [] dependencies: []