# -*- encoding: utf-8 -*- # stub: ruby-debug 0.10.5.rc3 ruby cli Gem::Specification.new do |s| s.name = "ruby-debug".freeze s.version = "0.10.5.rc3".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["cli".freeze] s.authors = ["Kent Sibilev".freeze] s.date = "2012-12-14" s.description = "A generic command line interface for ruby-debug.\n".freeze s.email = "ksibilev@yahoo.com".freeze s.executables = ["rdebug".freeze] s.extra_rdoc_files = ["README".freeze] s.files = ["AUTHORS".freeze, "CHANGES".freeze, "ChangeLog".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "bin/rdebug".freeze, "cli/ruby-debug.rb".freeze, "cli/ruby-debug/command.rb".freeze, "cli/ruby-debug/commands/breakpoints.rb".freeze, "cli/ruby-debug/commands/catchpoint.rb".freeze, "cli/ruby-debug/commands/condition.rb".freeze, "cli/ruby-debug/commands/continue.rb".freeze, "cli/ruby-debug/commands/control.rb".freeze, "cli/ruby-debug/commands/display.rb".freeze, "cli/ruby-debug/commands/edit.rb".freeze, "cli/ruby-debug/commands/enable.rb".freeze, "cli/ruby-debug/commands/eval.rb".freeze, "cli/ruby-debug/commands/finish.rb".freeze, "cli/ruby-debug/commands/frame.rb".freeze, "cli/ruby-debug/commands/help.rb".freeze, "cli/ruby-debug/commands/info.rb".freeze, "cli/ruby-debug/commands/irb.rb".freeze, "cli/ruby-debug/commands/kill.rb".freeze, "cli/ruby-debug/commands/list.rb".freeze, "cli/ruby-debug/commands/method.rb".freeze, "cli/ruby-debug/commands/quit.rb".freeze, "cli/ruby-debug/commands/reload.rb".freeze, "cli/ruby-debug/commands/save.rb".freeze, "cli/ruby-debug/commands/set.rb".freeze, "cli/ruby-debug/commands/show.rb".freeze, "cli/ruby-debug/commands/source.rb".freeze, "cli/ruby-debug/commands/stepping.rb".freeze, "cli/ruby-debug/commands/threads.rb".freeze, "cli/ruby-debug/commands/tmate.rb".freeze, "cli/ruby-debug/commands/trace.rb".freeze, "cli/ruby-debug/commands/variables.rb".freeze, "cli/ruby-debug/debugger.rb".freeze, "cli/ruby-debug/helper.rb".freeze, "cli/ruby-debug/interface.rb".freeze, "cli/ruby-debug/processor.rb".freeze, "doc/rdebug.1".freeze, "rdbg.rb".freeze] s.homepage = "https://github.com/ruby-debug/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Command line interface (CLI) for ruby-debug-base".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.5.rc3.0".freeze]) end