# -*- encoding: utf-8 -*- # stub: debase 0.2.8 ruby lib # stub: ext/extconf.rbext/attach/extconf.rb Gem::Specification.new do |s| s.name = "debase".freeze s.version = "0.2.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alexandr Evstigneev".freeze, "Dennis Ushakov".freeze] s.date = "2024-12-14" s.description = " debase is a fast implementation of the standard Ruby debugger debug.rb for Ruby 2.0+.\n It is implemented by utilizing a new Ruby TracePoint class. The core component\n provides support that front-ends can build on. It provides breakpoint\n handling, bindings for stack frames among other things.\n".freeze s.email = ["hurricup@gmail.com".freeze, "dennis.ushakov@gmail.com".freeze] s.extensions = ["ext/extconf.rb".freeze, "ext/attach/extconf.rb".freeze] s.files = [".gitignore".freeze, ".idea/vcs.xml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "MIT_LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "debase.gemspec".freeze, "ext/attach/attach.c".freeze, "ext/attach/attach.h".freeze, "ext/attach/extconf.rb".freeze, "ext/breakpoint.c".freeze, "ext/context.c".freeze, "ext/debase_internals.c".freeze, "ext/debase_internals.h".freeze, "ext/extconf.rb".freeze, "ext/hacks.h".freeze, "ext/locker.c".freeze, "lib/debase.rb".freeze, "lib/debase/context.rb".freeze, "lib/debase/rbx.rb".freeze, "lib/debase/rbx/breakpoint.rb".freeze, "lib/debase/rbx/context.rb".freeze, "lib/debase/rbx/frame.rb".freeze, "lib/debase/rbx/monkey.rb".freeze, "lib/debase/version.rb".freeze, "test/example/a/example.rb".freeze, "test/example/at-exit.rb".freeze, "test/example/b/example.rb".freeze, "test/example/bootsnap/a.rb".freeze, "test/example/bootsnap/bootsnap.rb".freeze, "test/example/bp_loop_issue.rb".freeze, "test/example/breakpoints-basename.rb".freeze, "test/example/brkpt-class-bug.rb".freeze, "test/example/classes.rb".freeze, "test/example/dollar-0.rb".freeze, "test/example/except-bug1.rb".freeze, "test/example/file with space.rb".freeze, "test/example/gcd.rb".freeze, "test/example/info-var-bug.rb".freeze, "test/example/info-var-bug2.rb".freeze, "test/example/null.rb".freeze, "test/example/output.rb".freeze, "test/example/pm-bug.rb".freeze, "test/example/pm.rb".freeze, "test/example/raise.rb".freeze, "test/helper.rb".freeze, "test/test_base.rb".freeze, "test/test_breakpoints.rb".freeze, "test/test_catchpoint.rb".freeze, "test/test_load.rb".freeze, "test/test_reload_bug.rb".freeze] s.homepage = "https://github.com/ruby-debug/debase".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "debase is a fast implementation of the standard Ruby debugger debug.rb for Ruby 2.0+".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.3.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end