Sha256: 156c22eafa572d1fe93e0b24d5ce9a00d9860b89e0856f5871c9c16405774bf4
Contents?: true
Size: 1.41 KB
Versions: 0
Compression: gzip
Compressed size: 698 Bytes
Stored size: 698 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.4 specification_version: 1 name: ruby-debug-base version: !ruby/object:Gem::Version version: 0.10.0 date: 2008-02-07 00:00:00 -05:00 summary: Fast Ruby debugger - core component 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 is implemented by utilizing a new Ruby C API hook. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frames among other things. autorequire: ruby-debug-base 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: - AUTHORS - CHANGES - LICENSE - README - Rakefile - lib/ruby-debug-base.rb - lib/ChangeLog - ext/ChangeLog - ext/ruby_debug.c - ext/extconf.rb - ext/win32/ruby_debug.so - ext/win32/Makefile - ext/win32/ruby_debug.o - test/test-ruby-debug-base.rb - lib/ruby_debug.so test_files: - test/test-ruby-debug-base.rb rdoc_options: [] extra_rdoc_files: - README - ext/ruby_debug.c executables: [] extensions: [] requirements: [] dependencies: []