# -*- encoding: utf-8 -*-
# stub: debase 0.2.2.beta10 ruby lib
# stub: ext/extconf.rb�ext/attach/extconf.rb

Gem::Specification.new do |s|
  s.name = "debase".freeze
  s.version = "0.2.2.beta10".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Dennis Ushakov".freeze]
  s.date = "2017-02-08"
  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 = ["dennis.ushakov@gmail.com".freeze]
  s.extensions = ["ext/extconf.rb".freeze, "ext/attach/extconf.rb".freeze]
  s.files = [".gitignore".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/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/denofevil/debase".freeze
  s.licenses = ["MIT".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.test_files = ["test/example/a/example.rb".freeze, "test/example/at-exit.rb".freeze, "test/example/b/example.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.specification_version = 4

  s.add_runtime_dependency(%q<debase-ruby_core_source>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<test-unit>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
end