Sha256: c2002f6a5c7a143c93d8a81a8049437fc6954b5ed21a29f41513ca0cc1c97cdf
Contents?: true
Size: 1.59 KB
Versions: 0
Compression: gzip
Compressed size: 703 Bytes
Stored size: 703 Bytes
Contents
--- !ruby/object:Gem::Specification name: debug version: !ruby/object:Gem::Version version: 1.0.0.beta1 platform: ruby authors: - Koichi Sasada autorequire: bindir: exe cert_chain: [] date: 2021-05-07 00:00:00.000000000 Z dependencies: [] description: Debugging functionality for Ruby. This is completely rewritten debug.rb which was contained by the encient Ruby versions. email: - ko1@atdot.net executables: - rdbg extensions: - ext/debug/extconf.rb extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - debug.gemspec - exe/rdbg - ext/debug/debug.c - ext/debug/extconf.rb - ext/debug/iseq_collector.c - lib/debug.rb - lib/debug/bp.vim - lib/debug/breakpoint.rb - lib/debug/client.rb - lib/debug/config.rb - lib/debug/console.rb - lib/debug/open.rb - lib/debug/run.rb - lib/debug/server.rb - lib/debug/session.rb - lib/debug/source_repository.rb - lib/debug/thread_client.rb - lib/debug/version.rb - misc/README.md.erb homepage: https://github.com/ruby/debug licenses: - Ruby - BSD-2-Clause metadata: homepage_uri: https://github.com/ruby/debug source_code_uri: https://github.com/ruby/debug post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Debugging functionality for Ruby test_files: []