# -*- encoding: utf-8 -*- # stub: ruby_jard 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "ruby_jard".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/nguyenquangminh0711/ruby_jard", "homepage_uri" => "https://github.com/nguyenquangminh0711/ruby_jard", "source_code_uri" => "https://github.com/nguyenquangminh0711/ruby_jard" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Minh Nguyen".freeze] s.date = "2020-07-01" s.description = "Ruby Jard provides an unified experience debugging Ruby source code in different platforms and \\\n editors.".freeze s.email = ["nguyenquangminh0711@gmail.com".freeze] s.executables = ["console".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "lib/ruby_jard.rb".freeze, "lib/ruby_jard/commands/continue_command.rb".freeze, "lib/ruby_jard/commands/down_command.rb".freeze, "lib/ruby_jard/commands/finish_command.rb".freeze, "lib/ruby_jard/commands/frame_command.rb".freeze, "lib/ruby_jard/commands/next_command.rb".freeze, "lib/ruby_jard/commands/step_command.rb".freeze, "lib/ruby_jard/commands/up_command.rb".freeze, "lib/ruby_jard/decorators/loc_decorator.rb".freeze, "lib/ruby_jard/decorators/path_decorator.rb".freeze, "lib/ruby_jard/decorators/source_decorator.rb".freeze, "lib/ruby_jard/decorators/text_decorator.rb".freeze, "lib/ruby_jard/layout.rb".freeze, "lib/ruby_jard/layout_template.rb".freeze, "lib/ruby_jard/repl_processor.rb".freeze, "lib/ruby_jard/screen.rb".freeze, "lib/ruby_jard/screen_manager.rb".freeze, "lib/ruby_jard/screens.rb".freeze, "lib/ruby_jard/screens/backtrace_screen.rb".freeze, "lib/ruby_jard/screens/breakpoints_screen.rb".freeze, "lib/ruby_jard/screens/empty_screen.rb".freeze, "lib/ruby_jard/screens/expressions_sreen.rb".freeze, "lib/ruby_jard/screens/menu_screen.rb".freeze, "lib/ruby_jard/screens/source_screen.rb".freeze, "lib/ruby_jard/screens/threads_screen.rb".freeze, "lib/ruby_jard/screens/variables_screen.rb".freeze, "lib/ruby_jard/session.rb".freeze, "lib/ruby_jard/version.rb".freeze, "ruby_jard.gemspec".freeze] s.homepage = "https://github.com/nguyenquangminh0711/ruby_jard".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Just Another Ruby Debugger".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.8.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 11.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.13.0".freeze]) end