--- !ruby/object:Gem::Specification name: ruby_jard version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - Minh Nguyen autorequire: bindir: bin cert_chain: [] date: 2020-09-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: byebug requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '9.1' - - "<" - !ruby/object:Gem::Version version: '12.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '9.1' - - "<" - !ruby/object:Gem::Version version: '12.0' - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.13.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.13.0 - !ruby/object:Gem::Dependency name: tty-screen requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.1 description: |- Ruby Jard provides an unified experience debugging Ruby source code in different platforms and \ editors. email: - nguyenquangminh0711@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/FUNDING.yml" - ".github/ISSUE_TEMPLATE/bug_report.md" - ".github/ISSUE_TEMPLATE/feature_request.md" - ".github/dependabot.yml" - ".github/workflows/documentation.yml" - ".github/workflows/rspec.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - LICENSE.txt - README.md - Rakefile - benchmark/path_filter_bench.rb - bin/console - lib/ruby_jard.rb - lib/ruby_jard/box_drawer.rb - lib/ruby_jard/color_scheme.rb - lib/ruby_jard/color_schemes.rb - lib/ruby_jard/color_schemes/256_color_scheme.rb - lib/ruby_jard/color_schemes/256_light_color_scheme.rb - lib/ruby_jard/color_schemes/deep_space_color_scheme.rb - lib/ruby_jard/color_schemes/gruvbox_color_scheme.rb - lib/ruby_jard/color_schemes/one_half_dark_color_scheme.rb - lib/ruby_jard/color_schemes/one_half_light_color_scheme.rb - lib/ruby_jard/column.rb - lib/ruby_jard/commands/color_helpers.rb - lib/ruby_jard/commands/continue_command.rb - lib/ruby_jard/commands/down_command.rb - lib/ruby_jard/commands/exit_command.rb - lib/ruby_jard/commands/frame_command.rb - lib/ruby_jard/commands/jard/color_scheme_command.rb - lib/ruby_jard/commands/jard/filter_command.rb - lib/ruby_jard/commands/jard/hide_command.rb - lib/ruby_jard/commands/jard/output_command.rb - lib/ruby_jard/commands/jard/show_command.rb - lib/ruby_jard/commands/jard_command.rb - lib/ruby_jard/commands/list_command.rb - lib/ruby_jard/commands/next_command.rb - lib/ruby_jard/commands/step_command.rb - lib/ruby_jard/commands/step_out_command.rb - lib/ruby_jard/commands/up_command.rb - lib/ruby_jard/commands/validation_helpers.rb - lib/ruby_jard/config.rb - lib/ruby_jard/console.rb - lib/ruby_jard/control_flow.rb - lib/ruby_jard/decorators/array_decorator.rb - lib/ruby_jard/decorators/attributes_decorator.rb - lib/ruby_jard/decorators/color_decorator.rb - lib/ruby_jard/decorators/hash_decorator.rb - lib/ruby_jard/decorators/inspection_decorator.rb - lib/ruby_jard/decorators/loc_decorator.rb - lib/ruby_jard/decorators/object_decorator.rb - lib/ruby_jard/decorators/path_decorator.rb - lib/ruby_jard/decorators/rails_decorator.rb - lib/ruby_jard/decorators/source_decorator.rb - lib/ruby_jard/decorators/string_decorator.rb - lib/ruby_jard/decorators/struct_decorator.rb - lib/ruby_jard/frame.rb - lib/ruby_jard/key_binding.rb - lib/ruby_jard/key_bindings.rb - lib/ruby_jard/keys.rb - lib/ruby_jard/layout.rb - lib/ruby_jard/layout_calculator.rb - lib/ruby_jard/layout_picker.rb - lib/ruby_jard/layouts.rb - lib/ruby_jard/layouts/narrow_horizontal_layout.rb - lib/ruby_jard/layouts/narrow_vertical_layout.rb - lib/ruby_jard/layouts/tiny_layout.rb - lib/ruby_jard/layouts/wide_layout.rb - lib/ruby_jard/pager.rb - lib/ruby_jard/path_classifier.rb - lib/ruby_jard/path_filter.rb - lib/ruby_jard/reflection.rb - lib/ruby_jard/repl_processor.rb - lib/ruby_jard/repl_proxy.rb - lib/ruby_jard/row.rb - lib/ruby_jard/row_renderer.rb - lib/ruby_jard/screen.rb - lib/ruby_jard/screen_adjuster.rb - lib/ruby_jard/screen_drawer.rb - lib/ruby_jard/screen_manager.rb - lib/ruby_jard/screen_renderer.rb - lib/ruby_jard/screens.rb - lib/ruby_jard/screens/backtrace_screen.rb - lib/ruby_jard/screens/menu_screen.rb - lib/ruby_jard/screens/source_screen.rb - lib/ruby_jard/screens/threads_screen.rb - lib/ruby_jard/screens/variables_screen.rb - lib/ruby_jard/session.rb - lib/ruby_jard/span.rb - lib/ruby_jard/templates/layout_template.rb - lib/ruby_jard/templates/screen_template.rb - lib/ruby_jard/thread_info.rb - lib/ruby_jard/version.rb - ruby_jard.gemspec homepage: https://github.com/nguyenquangminh0711/ruby_jard licenses: - MIT metadata: allowed_push_host: https://rubygems.org homepage_uri: https://github.com/nguyenquangminh0711/ruby_jard source_code_uri: https://github.com/nguyenquangminh0711/ruby_jard changelog_uri: https://github.com/nguyenquangminh0711/ruby_jard post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: Just Another Ruby Debugger test_files: []