cybrid_api_organization_ruby 0.123.336 → 0.123.338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/README.md +5 -5
- data/cybrid_api_organization_ruby.gemspec +1 -1
- data/lib/cybrid_api_organization_ruby/api/organizations_organization_api.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api/subscription_deliveries_organization_api.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api/subscription_events_organization_api.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api/subscriptions_organization_api.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_organization_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/error_response_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/organization_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/patch_organization_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/post_subscription_delivery_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/post_subscription_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_delivery_list_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_delivery_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_environment_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_event_list_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_event_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_list_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_state_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_type_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/version.rb +2 -2
- data/lib/cybrid_api_organization_ruby.rb +1 -1
- data/spec/api/organizations_organization_api_spec.rb +1 -1
- data/spec/api/subscription_deliveries_organization_api_spec.rb +1 -1
- data/spec/api/subscription_events_organization_api_spec.rb +1 -1
- data/spec/api/subscriptions_organization_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/error_response_organization_model_spec.rb +1 -1
- data/spec/models/organization_organization_model_spec.rb +1 -1
- data/spec/models/patch_organization_organization_model_spec.rb +1 -1
- data/spec/models/post_subscription_delivery_organization_model_spec.rb +1 -1
- data/spec/models/post_subscription_organization_model_spec.rb +1 -1
- data/spec/models/subscription_delivery_list_organization_model_spec.rb +1 -1
- data/spec/models/subscription_delivery_organization_model_spec.rb +1 -1
- data/spec/models/subscription_environment_organization_model_spec.rb +1 -1
- data/spec/models/subscription_event_list_organization_model_spec.rb +1 -1
- data/spec/models/subscription_event_organization_model_spec.rb +1 -1
- data/spec/models/subscription_list_organization_model_spec.rb +1 -1
- data/spec/models/subscription_organization_model_spec.rb +1 -1
- data/spec/models/subscription_state_organization_model_spec.rb +1 -1
- data/spec/models/subscription_type_organization_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/byebug-12.0.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/pry-0.15.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/pry-byebug-3.11.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-12.0.0/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{byebug-11.1.3 → byebug-12.0.0}/gem_make.out +20 -20
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/CHANGELOG.md +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/GUIDE.md +37 -37
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/README.md +1 -3
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/ext/byebug/breakpoint.c +10 -6
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/ext/byebug/byebug.c +27 -21
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/ext/byebug/context.c +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/ext/byebug/threads.c +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/breakpoint.rb +1 -18
- data/vendor/bundle/ruby/3.3.0/gems/byebug-12.0.0/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/break.rb +7 -5
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/enable/breakpoints.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/finish.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/help.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/info.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/set.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/step.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/thread/current.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/thread/list.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/thread/resume.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/thread/stop.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/tracevar.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/untracevar.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/var/args.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/where.rb +14 -3
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/eval.rb +4 -6
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/file.rb +5 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/parse.rb +7 -2
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/reflection.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/var.rb +17 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/history.rb +6 -6
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/interface.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/option_setter.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/savefile.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/CHANGELOG.md +53 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/README.md +11 -8
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/class_command.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/cli.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/code_object.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/command.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/command_set.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/command_state.rb +11 -6
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/amend_line.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/cd.rb +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/edit.rb +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/find_method.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.15.2/lib/pry/commands/ls/config.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/raise_up.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ri.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/shell_command.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/shell_mode.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/watch_expression/expression.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/watch_expression.rb +3 -5
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/config.rb +18 -18
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/control_d_handler.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/exception_handler.rb +7 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/helpers/command_helpers.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/indent.rb +6 -4
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.15.2/lib/pry/input/simple_stdio.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/input_completer.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/method/patcher.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/method/weird_method_locator.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/method.rb +1 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/pry_class.rb +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/pry_instance.rb +6 -44
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/repl.rb +72 -2
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/ring.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/slop.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/syntax_highlighter.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/wrapped_module.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/CHANGELOG.md +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/{byebug-11.1.3.gemspec → byebug-12.0.0.gemspec} +5 -5
- data/vendor/bundle/ruby/3.3.0/specifications/{pry-0.14.2.gemspec → pry-0.15.2.gemspec} +4 -4
- data/vendor/bundle/ruby/3.3.0/specifications/{pry-byebug-3.10.1.gemspec → pry-byebug-3.11.0.gemspec} +7 -7
- metadata +309 -307
- data/vendor/bundle/ruby/3.3.0/cache/byebug-11.1.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/pry-0.14.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/pry-byebug-3.10.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{byebug-11.1.3 → byebug-12.0.0}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/exe/byebug +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/ext/byebug/Makefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/ext/byebug/byebug.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/ext/byebug/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/ext/byebug/locker.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/attacher.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/command.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/command_list.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/catch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/condition.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/continue.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/debug.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/delete.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/disable/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/disable/display.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/disable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/display.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/down.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/edit.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/enable/display.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/enable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/history.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/info/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/info/display.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/info/file.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/info/line.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/info/program.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/interrupt.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/irb.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/kill.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/list.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/method.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/next.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/pry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/quit.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/restart.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/save.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/show.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/skip.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/source.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/thread/switch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/thread.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/undisplay.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/up.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/var/all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/var/const.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/var/global.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/var/instance.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/var/local.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/var.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/context.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/core.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/bin.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/path.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/string.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/thread.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/toggle.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/interfaces/local_interface.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/interfaces/remote_interface.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/interfaces/script_interface.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/interfaces/test_interface.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/printers/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/printers/plain.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/printers/texts/base.yml +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/printers/texts/plain.yml +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/processors/command_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/processors/control_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/processors/post_mortem_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/processors/script_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/remote/client.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/remote/server.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/remote.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/runner.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/setting.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/autoirb.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/autolist.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/autopry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/autosave.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/basename.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/callstyle.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/fullpath.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/histfile.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/histsize.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/linetrace.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/listsize.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/post_mortem.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/stack_on_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/width.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/source_file_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/subcommands.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/bin/pry +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/basic_object.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/block_command.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/code/code_file.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/code/code_range.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/code/loc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/code.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/color_printer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/bang.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/bang_pry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/cat/abstract_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/cat/exception_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/cat/file_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/cat/input_expression_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/cat.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/change_inspector.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/change_prompt.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/clear_screen.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/code_collector.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/disable_pry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/easter_eggs.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/edit/exception_patcher.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/edit/file_and_line_locator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/exit.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/exit_all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/exit_program.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/fix_indent.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/help.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/hist.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/import_set.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/jump_to.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/list_inspectors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/globals.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/grep.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/instance_vars.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/interrogatable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/jruby_hacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/local_names.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/local_vars.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/ls_entity.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/methods.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/methods_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/ls/self_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/nesting.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/play.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/pry_backtrace.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/pry_version.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/reload_code.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/reset.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/save_file.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/show_doc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/show_info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/show_input.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/show_source.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/stat.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/switch_to.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/toggle_color.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/whereami.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/wtf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/config/attributable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/config/lazy_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/config/memoized_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/config/value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/core_extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/editor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/env.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/exceptions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/forwardable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/helpers/base_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/helpers/documentation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/helpers/options_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/helpers/platform.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/helpers/table.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/helpers/text.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/history.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/hooks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/input_lock.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/inspector.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/last_exception.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/method/disowned.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/object_path.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/output.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/pager.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/prompt.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/repl_file_loader.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/slop/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/slop/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/slop/option.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/system_command_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/testable/evalable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/testable/mockable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/testable/pry_tester.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/testable/utility.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/testable/variables.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/testable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/warning.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/wrapped_module/candidate.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/byebug/processors/pry_processor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry/byebug/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/cli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/backtrace.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/breakpoint.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/continue.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/down.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/exit_all.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/finish.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/next.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/step.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands/up.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/control_d_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/helpers/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/helpers/location.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/helpers/multiline.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/helpers/navigation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/pry_ext.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug/pry_remote_ext.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{pry-byebug-3.10.1 → pry-byebug-3.11.0}/lib/pry-byebug.rb +0 -0
data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/commands/where.rb
RENAMED
@@ -14,12 +14,12 @@ module Byebug
|
|
14
14
|
self.allow_in_post_mortem = true
|
15
15
|
|
16
16
|
def self.regexp
|
17
|
-
/^\s* (?:w(?:here)?|bt|backtrace) \s*$/x
|
17
|
+
/^\s* (?:w(?:here)?|bt|backtrace) (?:\s+(\S+))? \s*$/x
|
18
18
|
end
|
19
19
|
|
20
20
|
def self.description
|
21
21
|
<<-DESCRIPTION
|
22
|
-
w[here]|bt|backtrace
|
22
|
+
w[here]|bt|backtrace[ maximum-frame]
|
23
23
|
|
24
24
|
#{short_description}
|
25
25
|
|
@@ -29,6 +29,10 @@ module Byebug
|
|
29
29
|
The position of the current frame is marked with -->. C-frames hang
|
30
30
|
from their most immediate Ruby frame to indicate that they are not
|
31
31
|
navigable.
|
32
|
+
|
33
|
+
Without an argument, the command prints all the frames. With an argument,
|
34
|
+
the command prints the nth first frames, where n is the largest between
|
35
|
+
the argument or the maximum stack frame.
|
32
36
|
DESCRIPTION
|
33
37
|
end
|
34
38
|
|
@@ -43,7 +47,14 @@ module Byebug
|
|
43
47
|
private
|
44
48
|
|
45
49
|
def print_backtrace
|
46
|
-
|
50
|
+
max_frame =
|
51
|
+
if @match[1] && @match[1].to_i <= context.stack_size
|
52
|
+
@match[1].to_i
|
53
|
+
else
|
54
|
+
context.stack_size
|
55
|
+
end
|
56
|
+
|
57
|
+
bt = prc("frame.line", (0...max_frame)) do |_, index|
|
47
58
|
Frame.new(context, index).to_hash
|
48
59
|
end
|
49
60
|
|
data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/eval.rb
RENAMED
@@ -33,7 +33,7 @@ module Byebug
|
|
33
33
|
|
34
34
|
#
|
35
35
|
# Evaluates a string containing Ruby code in a specific binding,
|
36
|
-
# returning nil
|
36
|
+
# returning nil if an error happens.
|
37
37
|
#
|
38
38
|
def silent_eval(str, binding = frame._binding)
|
39
39
|
safe_eval(str, binding) { |_e| nil }
|
@@ -88,14 +88,12 @@ module Byebug
|
|
88
88
|
# creating new threads won't be properly evaluated because new threads
|
89
89
|
# will get blocked by byebug's main thread.
|
90
90
|
#
|
91
|
-
def allowing_other_threads
|
91
|
+
def allowing_other_threads(&block)
|
92
92
|
Byebug.unlock
|
93
93
|
|
94
|
-
|
95
|
-
|
94
|
+
TracePoint.allow_reentry(&block)
|
95
|
+
ensure
|
96
96
|
Byebug.lock
|
97
|
-
|
98
|
-
res
|
99
97
|
end
|
100
98
|
|
101
99
|
#
|
data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/file.rb
RENAMED
@@ -56,7 +56,11 @@ module Byebug
|
|
56
56
|
# True for special files like -e, false otherwise
|
57
57
|
#
|
58
58
|
def virtual_file?(name)
|
59
|
-
|
59
|
+
if Gem.ruby_version >= Gem::Version.new("3.3.a")
|
60
|
+
["(irb)", "-e", "(byebug)"].include?(name) || name.start_with?("(eval ")
|
61
|
+
else
|
62
|
+
["(irb)", "-e", "(byebug)", "(eval)"].include?(name)
|
63
|
+
end
|
60
64
|
end
|
61
65
|
end
|
62
66
|
end
|
data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/parse.rb
RENAMED
@@ -35,13 +35,18 @@ module Byebug
|
|
35
35
|
def syntax_valid?(code)
|
36
36
|
return true unless code
|
37
37
|
|
38
|
-
|
39
|
-
|
38
|
+
if defined?(RubyVM::InstructionSequence.compile)
|
39
|
+
without_stderr do
|
40
40
|
RubyVM::InstructionSequence.compile(code)
|
41
41
|
true
|
42
42
|
rescue SyntaxError
|
43
43
|
false
|
44
44
|
end
|
45
|
+
else
|
46
|
+
require "ripper" unless defined?(Ripper)
|
47
|
+
without_stderr do
|
48
|
+
!Ripper.sexp(code).nil?
|
49
|
+
end
|
45
50
|
end
|
46
51
|
end
|
47
52
|
|
data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/helpers/var.rb
RENAMED
@@ -12,7 +12,23 @@ module Byebug
|
|
12
12
|
|
13
13
|
def var_list(ary, binding = context.frame._binding)
|
14
14
|
vars = ary.sort.map do |name|
|
15
|
-
|
15
|
+
code = name.to_s
|
16
|
+
|
17
|
+
if code == "$SAFE"
|
18
|
+
code = <<~RUBY
|
19
|
+
original_stderr = $stderr
|
20
|
+
|
21
|
+
begin
|
22
|
+
$stderr = StringIO.new
|
23
|
+
|
24
|
+
#{code}
|
25
|
+
ensure
|
26
|
+
$stderr = original_stderr
|
27
|
+
end
|
28
|
+
RUBY
|
29
|
+
end
|
30
|
+
|
31
|
+
[name, safe_inspect(silent_eval(code, binding))]
|
16
32
|
end
|
17
33
|
|
18
34
|
puts prv(vars, "instance")
|
@@ -17,10 +17,10 @@ module Byebug
|
|
17
17
|
# Handles byebug's history of commands.
|
18
18
|
#
|
19
19
|
class History
|
20
|
-
|
20
|
+
attr_reader :size
|
21
21
|
|
22
22
|
def initialize
|
23
|
-
|
23
|
+
@size = 0
|
24
24
|
end
|
25
25
|
|
26
26
|
#
|
@@ -65,7 +65,7 @@ module Byebug
|
|
65
65
|
def push(cmd)
|
66
66
|
return if ignore?(cmd)
|
67
67
|
|
68
|
-
|
68
|
+
@size += 1
|
69
69
|
Readline::HISTORY.push(cmd)
|
70
70
|
end
|
71
71
|
|
@@ -73,7 +73,7 @@ module Byebug
|
|
73
73
|
# Removes a command from Readline's history.
|
74
74
|
#
|
75
75
|
def pop
|
76
|
-
|
76
|
+
@size -= 1
|
77
77
|
Readline::HISTORY.pop
|
78
78
|
end
|
79
79
|
|
@@ -103,7 +103,7 @@ module Byebug
|
|
103
103
|
# Never more than Setting[:histsize].
|
104
104
|
#
|
105
105
|
def default_max_size
|
106
|
-
[Setting[:histsize],
|
106
|
+
[Setting[:histsize], size].min
|
107
107
|
end
|
108
108
|
|
109
109
|
#
|
@@ -112,7 +112,7 @@ module Byebug
|
|
112
112
|
# The only bound here is not showing more items than available.
|
113
113
|
#
|
114
114
|
def specific_max_size(number)
|
115
|
-
[
|
115
|
+
[size, number].min
|
116
116
|
end
|
117
117
|
|
118
118
|
#
|
data/vendor/bundle/ruby/3.3.0/gems/{byebug-11.1.3 → byebug-12.0.0}/lib/byebug/settings/savefile.rb
RENAMED
@@ -4,7 +4,7 @@ require_relative "../setting"
|
|
4
4
|
|
5
5
|
module Byebug
|
6
6
|
#
|
7
|
-
# Setting to customize the file where byebug's
|
7
|
+
# Setting to customize the file where byebug's settings are saved.
|
8
8
|
#
|
9
9
|
class SavefileSetting < Setting
|
10
10
|
DEFAULT = File.expand_path("#{ENV['HOME'] || '.'}/.byebug_save")
|
@@ -14,7 +14,7 @@ module Byebug
|
|
14
14
|
end
|
15
15
|
|
16
16
|
def to_s
|
17
|
-
"The
|
17
|
+
"The settings file is #{value}\n"
|
18
18
|
end
|
19
19
|
end
|
20
20
|
end
|
@@ -1,4 +1,55 @@
|
|
1
|
-
###
|
1
|
+
### [v0.15.2](v0.15.2) (December 24, 2024)
|
2
|
+
|
3
|
+
#### Bug Fixes
|
4
|
+
|
5
|
+
* Avoid breaking reading input if Prism version is undetectable
|
6
|
+
([#2340](https://github.com/pry/pry/pull/2340))
|
7
|
+
|
8
|
+
### [v0.15.1](v0.15.1) (December 24, 2024)
|
9
|
+
|
10
|
+
#### Bug Fixes
|
11
|
+
|
12
|
+
* Restore Pry.config.ls compatibility
|
13
|
+
([#2335](https://github.com/pry/pry/pull/2335))
|
14
|
+
* Avoid breaking reading inputs if Prism is not available
|
15
|
+
([#2338](https://github.com/pry/pry/pull/2338))
|
16
|
+
|
17
|
+
### [v0.15.0][v0.15.0] (November 15, 2024)
|
18
|
+
|
19
|
+
#### Features
|
20
|
+
|
21
|
+
* Added support for Reline
|
22
|
+
([#2298](https://github.com/pry/pry/pull/2298))
|
23
|
+
* Added support for Ruby 3.3
|
24
|
+
([#2295](https://github.com/pry/pry/pull/2295))
|
25
|
+
* Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use
|
26
|
+
([#2304](https://github.com/pry/pry/pull/2304))
|
27
|
+
* Remove OpenStruct usage
|
28
|
+
([#2307](https://github.com/pry/pry/pull/2307))
|
29
|
+
([#2309](https://github.com/pry/pry/pull/2309))
|
30
|
+
* Disable coloring of output when NO_COLOR is set.
|
31
|
+
([#2323])(https://github.com/pry/pry/pull/2323))
|
32
|
+
* Add `pry --no-multiline` flag to keep single line prompt.
|
33
|
+
([#2327](https://github.com/pry/pry/pull/2327))
|
34
|
+
|
35
|
+
#### Bug Fixes
|
36
|
+
|
37
|
+
* Fix typos on docs and and comments
|
38
|
+
([#2300](https://github.com/pry/pry/pull/2300))
|
39
|
+
([#2301](https://github.com/pry/pry/pull/2301))
|
40
|
+
* Fix 'calling clear method' on user code when defined in pry context.
|
41
|
+
([#2291](https://github.com/pry/pry/pull/2291))
|
42
|
+
* Fix arguments WatchExpression#add_expression
|
43
|
+
([#2278](https://github.com/pry/pry/pull/2278))
|
44
|
+
|
45
|
+
### Breaking changes
|
46
|
+
|
47
|
+
* Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`
|
48
|
+
Use Pry::Prompt API instead
|
49
|
+
([#2308](https://github.com/pry/pry/pull/2308))
|
50
|
+
* Remove deprecated `Pry.config.exception_whitelist`.
|
51
|
+
Use `Pry.config.unrescued_exceptions` instead.
|
52
|
+
([#2326](https://github.com/pry/pry/pull/2326))
|
2
53
|
|
3
54
|
### [v0.14.2][v0.14.2] (January 9, 2023)
|
4
55
|
|
@@ -977,7 +1028,7 @@ complete CHANGELOG:
|
|
977
1028
|
* _pry_ now passed as 3rd parameter to :before_session hook
|
978
1029
|
* ls colors now configurable via Pry.config.ls.local_var_color = :bright_red etc
|
979
1030
|
* ls separator configurable via, e.g Pry.config.ls.separator = " "
|
980
|
-
* Pry.view_clip() now only calls inspect on a few immediates, otherwise uses the #<> syntax, which has been truncated further to exclude
|
1031
|
+
* Pry.view_clip() now only calls inspect on a few immediates, otherwise uses the #<> syntax, which has been truncated further to exclude the mem address, again related to #245
|
981
1032
|
|
982
1033
|
### 0.9.3 (2011/7/27)
|
983
1034
|
* cat --ex (cats 5 lines above and below line in file where exception was raised)
|
@@ -81,7 +81,7 @@ Installation
|
|
81
81
|
### Bundler
|
82
82
|
|
83
83
|
```ruby
|
84
|
-
gem 'pry', '~> 0.
|
84
|
+
gem 'pry', '~> 0.15.0'
|
85
85
|
```
|
86
86
|
|
87
87
|
### Manual
|
@@ -413,18 +413,21 @@ description if the `--help` option is available.
|
|
413
413
|
|
414
414
|
### Use Pry as your Rails Console
|
415
415
|
|
416
|
-
|
417
|
-
gem](https://github.com/rweng/pry-rails) to your Gemfile. This replaces the
|
418
|
-
default console with Pry, in addition to loading the Rails console helpers and
|
419
|
-
adding some useful Rails-specific commands.
|
420
|
-
|
421
|
-
If you don't want to change your Gemfile, you can still run a Pry console in
|
422
|
-
your app's environment using Pry's `-r` flag:
|
416
|
+
You can run a Pry console in your app's environment using Pry's `-r` flag:
|
423
417
|
|
424
418
|
```sh
|
425
419
|
pry -r ./config/environment
|
426
420
|
```
|
427
421
|
|
422
|
+
Or start the rails console (`bin/rails console`) and then type `pry`.
|
423
|
+
|
424
|
+
It's also possible to use Pry as your Rails console by adding [the pry-rails
|
425
|
+
gem](https://github.com/pry/pry-rails) to your Gemfile. This replaces the
|
426
|
+
default console with Pry, in addition to loading the Rails console helpers and
|
427
|
+
adding some useful Rails-specific commands.
|
428
|
+
|
429
|
+
**Note that `pry-rails` is not currently maintained.**
|
430
|
+
|
428
431
|
Also check out the
|
429
432
|
[wiki](https://github.com/pry/pry/wiki/Setting-up-Rails-or-Heroku-to-use-Pry)
|
430
433
|
for more information about integrating Pry with Rails.
|
@@ -137,7 +137,7 @@ class Pry
|
|
137
137
|
# end
|
138
138
|
# end
|
139
139
|
#
|
140
|
-
# @example Define the
|
140
|
+
# @example Define the invocation block anywhere you want
|
141
141
|
# def subcommands(cmd)
|
142
142
|
# cmd.command :download do |opt|
|
143
143
|
# description 'Downloads a content from a server'
|
@@ -172,7 +172,7 @@ class Pry
|
|
172
172
|
|
173
173
|
# The actual body of your command should go here.
|
174
174
|
#
|
175
|
-
# The `opts`
|
175
|
+
# The `opts` method can be called to get the options that Pry::Slop has passed,
|
176
176
|
# and `args` gives the remaining, unparsed arguments.
|
177
177
|
#
|
178
178
|
# The return value of this method is discarded unless the command was
|
@@ -145,6 +145,10 @@ Pry::CLI.add_options do
|
|
145
145
|
Pry.config.color = false
|
146
146
|
end
|
147
147
|
|
148
|
+
on "no-multiline", "Disables multiline (defaults to true with Reline)" do
|
149
|
+
Pry.config.multiline = false
|
150
|
+
end
|
151
|
+
|
148
152
|
on :f, "Suppress loading of pryrc" do
|
149
153
|
Pry.config.should_load_rc = false
|
150
154
|
Pry.config.should_load_local_rc = false
|
@@ -11,7 +11,7 @@ class Pry
|
|
11
11
|
# object the user wants (applying precedence rules in doing so -- i.e methods
|
12
12
|
# get precedence over commands with the same name) and 2. Returning
|
13
13
|
# the appropriate object. If the user fails to provide a string
|
14
|
-
#
|
14
|
+
# identifier for the object (i.e they pass in `nil` or "") then the
|
15
15
|
# object looked up will be the 'current method' or 'current class'
|
16
16
|
# associated with the Binding.
|
17
17
|
#
|
@@ -97,7 +97,7 @@ class Pry
|
|
97
97
|
nil
|
98
98
|
end
|
99
99
|
|
100
|
-
# when no
|
100
|
+
# when no parameter is given (i.e CodeObject.lookup(nil)), then we
|
101
101
|
# lookup the 'current object' from the binding.
|
102
102
|
def empty_lookup
|
103
103
|
return nil if str && !str.empty?
|
@@ -145,7 +145,7 @@ class Pry
|
|
145
145
|
# Imports all the commands from one or more sets.
|
146
146
|
# @param [Array<CommandSet>] sets Command sets, all of the commands of which
|
147
147
|
# will be imported.
|
148
|
-
# @return [Pry::CommandSet] Returns the
|
148
|
+
# @return [Pry::CommandSet] Returns the receiver (a command set).
|
149
149
|
def import(*sets)
|
150
150
|
sets.each do |set|
|
151
151
|
@commands.merge! set.to_hash
|
@@ -157,7 +157,7 @@ class Pry
|
|
157
157
|
# Imports some commands from a set
|
158
158
|
# @param [CommandSet] set Set to import commands from
|
159
159
|
# @param [Array<String>] matches Commands to import
|
160
|
-
# @return [Pry::CommandSet] Returns the
|
160
|
+
# @return [Pry::CommandSet] Returns the receiver (a command set).
|
161
161
|
def import_from(set, *matches)
|
162
162
|
helper_module.send :include, set.helper_module
|
163
163
|
matches.each do |match|
|
@@ -1,7 +1,5 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require 'ostruct'
|
4
|
-
|
5
3
|
class Pry
|
6
4
|
# CommandState is a data structure to hold per-command state.
|
7
5
|
#
|
@@ -20,12 +18,19 @@ class Pry
|
|
20
18
|
@command_state = {}
|
21
19
|
end
|
22
20
|
|
23
|
-
def state_for(
|
24
|
-
@command_state[
|
21
|
+
def state_for(command_class)
|
22
|
+
@command_state[command_class] ||= command_struct(command_class)
|
23
|
+
end
|
24
|
+
|
25
|
+
def reset(command_class)
|
26
|
+
@command_state[command_class] = command_struct(command_class)
|
25
27
|
end
|
26
28
|
|
27
|
-
|
28
|
-
|
29
|
+
private
|
30
|
+
|
31
|
+
def command_struct(command_class)
|
32
|
+
Struct.new(:command, *command_class.command_options[:state])
|
33
|
+
.new(command: command_class)
|
29
34
|
end
|
30
35
|
end
|
31
36
|
end
|
@@ -76,7 +76,7 @@ class Pry
|
|
76
76
|
|
77
77
|
# Takes two numbers that are 1-indexed, and returns a range (or
|
78
78
|
# number) that is 0-indexed. 1-indexed means the first element is
|
79
|
-
#
|
79
|
+
# identified by 1 rather than by 0 (as is the case for Ruby arrays).
|
80
80
|
# @param [Fixnum] start_line_number One-indexed number.
|
81
81
|
# @param [Fixnum] end_line_number One-indexed number.
|
82
82
|
# @return [Range] The zero-indexed range.
|
data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/find_method.rb
RENAMED
@@ -128,7 +128,7 @@ class Pry
|
|
128
128
|
next if klass.autoload?(name)
|
129
129
|
|
130
130
|
begin
|
131
|
-
const = klass.const_get(name)
|
131
|
+
const = Pry::Method.singleton_class_of(klass.const_get(name))
|
132
132
|
rescue RescuableException # rubocop:disable Lint/HandleExceptions
|
133
133
|
# constant loading is an inexact science at the best of times,
|
134
134
|
# this often happens when a constant was .autoload? but someone
|
@@ -0,0 +1,54 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'forwardable'
|
4
|
+
|
5
|
+
class Pry
|
6
|
+
class Command
|
7
|
+
class Ls < Pry::ClassCommand
|
8
|
+
class Config
|
9
|
+
extend Forwardable
|
10
|
+
|
11
|
+
DEFAULT_OPTIONS = {
|
12
|
+
heading_color: :bright_blue,
|
13
|
+
public_method_color: :default,
|
14
|
+
private_method_color: :blue,
|
15
|
+
protected_method_color: :blue,
|
16
|
+
method_missing_color: :bright_red,
|
17
|
+
local_var_color: :yellow,
|
18
|
+
pry_var_color: :default, # e.g. _, pry_instance, _file_
|
19
|
+
instance_var_color: :blue, # e.g. @foo
|
20
|
+
class_var_color: :bright_blue, # e.g. @@foo
|
21
|
+
global_var_color: :default, # e.g. $CODERAY_DEBUG, $eventmachine_library
|
22
|
+
builtin_global_color: :cyan, # e.g. $stdin, $-w, $PID
|
23
|
+
pseudo_global_color: :cyan, # e.g. $~, $1..$9, $LAST_MATCH_INFO
|
24
|
+
constant_color: :default, # e.g. VERSION, ARGF
|
25
|
+
class_constant_color: :blue, # e.g. Object, Kernel
|
26
|
+
exception_constant_color: :magenta, # e.g. Exception, RuntimeError
|
27
|
+
unloaded_constant_color: :yellow, # Constant still in .autoload? state
|
28
|
+
separator: " ",
|
29
|
+
ceiling: [Object, Module, Class]
|
30
|
+
}.freeze
|
31
|
+
|
32
|
+
DEFAULT_OPTIONS.each_key do |key|
|
33
|
+
define_method key do
|
34
|
+
@config[key]
|
35
|
+
end
|
36
|
+
|
37
|
+
define_method "#{key}=" do |value|
|
38
|
+
@config[key] = value
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
def_delegators :@config, :[], :[]=, :each, :each_pair, :values, :keys, :to_a
|
43
|
+
|
44
|
+
def initialize(config)
|
45
|
+
@config = config
|
46
|
+
end
|
47
|
+
|
48
|
+
def self.default
|
49
|
+
new(DEFAULT_OPTIONS.dup)
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
@@ -3,27 +3,6 @@
|
|
3
3
|
class Pry
|
4
4
|
class Command
|
5
5
|
class Ls < Pry::ClassCommand
|
6
|
-
DEFAULT_OPTIONS = {
|
7
|
-
heading_color: :bright_blue,
|
8
|
-
public_method_color: :default,
|
9
|
-
private_method_color: :blue,
|
10
|
-
protected_method_color: :blue,
|
11
|
-
method_missing_color: :bright_red,
|
12
|
-
local_var_color: :yellow,
|
13
|
-
pry_var_color: :default, # e.g. _, pry_instance, _file_
|
14
|
-
instance_var_color: :blue, # e.g. @foo
|
15
|
-
class_var_color: :bright_blue, # e.g. @@foo
|
16
|
-
global_var_color: :default, # e.g. $CODERAY_DEBUG, $eventmachine_library
|
17
|
-
builtin_global_color: :cyan, # e.g. $stdin, $-w, $PID
|
18
|
-
pseudo_global_color: :cyan, # e.g. $~, $1..$9, $LAST_MATCH_INFO
|
19
|
-
constant_color: :default, # e.g. VERSION, ARGF
|
20
|
-
class_constant_color: :blue, # e.g. Object, Kernel
|
21
|
-
exception_constant_color: :magenta, # e.g. Exception, RuntimeError
|
22
|
-
unloaded_constant_color: :yellow, # Any constant that is still in .autoload? state
|
23
|
-
separator: " ",
|
24
|
-
ceiling: [Object, Module, Class]
|
25
|
-
}.freeze
|
26
|
-
|
27
6
|
match 'ls'
|
28
7
|
group 'Context'
|
29
8
|
description 'Show the list of vars and methods in the current scope.'
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
class Pry
|
4
|
-
# N.B. using a regular
|
4
|
+
# N.B. using a regular expression here so that "raise-up 'foo'" does the right thing.
|
5
5
|
class Command
|
6
6
|
class RaiseUp < Pry::ClassCommand
|
7
7
|
match(/raise-up(!?\b.*)/)
|
data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/shell_command.rb
RENAMED
@@ -7,7 +7,7 @@ class Pry
|
|
7
7
|
group 'Input and Output'
|
8
8
|
description "All text following a '.' is forwarded to the shell."
|
9
9
|
command_options listing: '.<shell command>', use_prefix: false,
|
10
|
-
takes_block: true
|
10
|
+
takes_block: true, state: %i[old_pwd]
|
11
11
|
|
12
12
|
banner <<-'BANNER'
|
13
13
|
Usage: .COMMAND_NAME
|
@@ -6,6 +6,7 @@ class Pry
|
|
6
6
|
match 'shell-mode'
|
7
7
|
group 'Input and Output'
|
8
8
|
description 'Toggle shell mode. Bring in pwd prompt and file completion.'
|
9
|
+
command_options state: %i[disabled prev_prompt]
|
9
10
|
|
10
11
|
banner <<-'BANNER'
|
11
12
|
Toggle shell mode. Bring in pwd prompt and file completion.
|
@@ -23,7 +23,7 @@ class Pry
|
|
23
23
|
|
24
24
|
# Has the value of the expression changed?
|
25
25
|
#
|
26
|
-
# We use the pretty-printed string
|
26
|
+
# We use the pretty-printed string representation to detect differences
|
27
27
|
# as this avoids problems with dup (causes too many differences) and ==
|
28
28
|
# (causes too few)
|
29
29
|
def changed?
|
data/vendor/bundle/ruby/3.3.0/gems/{pry-0.14.2 → pry-0.15.2}/lib/pry/commands/watch_expression.rb
RENAMED
@@ -7,7 +7,7 @@ class Pry
|
|
7
7
|
group 'Context'
|
8
8
|
description 'Watch the value of an expression and print a notification ' \
|
9
9
|
'whenever it changes.'
|
10
|
-
command_options use_prefix: false
|
10
|
+
command_options use_prefix: false, state: %i[watch_expressions]
|
11
11
|
|
12
12
|
banner <<-'BANNER'
|
13
13
|
Usage: watch [EXPRESSION]
|
@@ -46,7 +46,7 @@ class Pry
|
|
46
46
|
list
|
47
47
|
else
|
48
48
|
add_hook
|
49
|
-
add_expression
|
49
|
+
add_expression
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
@@ -88,9 +88,7 @@ class Pry
|
|
88
88
|
end
|
89
89
|
end
|
90
90
|
|
91
|
-
|
92
|
-
# https://github.com/pry/pry/commit/b031df2f2f5850ee6e9018f33d35f3485a9b0423
|
93
|
-
def add_expression(_arguments)
|
91
|
+
def add_expression
|
94
92
|
expressions << Expression.new(pry_instance, target, arg_string)
|
95
93
|
output.puts "Watching #{Code.new(arg_string).highlighted}"
|
96
94
|
end
|